rpms/libxml/devel libxml.spec,1.5,1.6

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri Oct 26 09:17:42 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/libxml/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28623

Modified Files:
	libxml.spec 
Log Message:
preserve timestamps for files copied from source to installed package


Index: libxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxml/devel/libxml.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libxml.spec	25 Oct 2007 13:56:28 -0000	1.5
+++ libxml.spec	26 Oct 2007 09:17:06 -0000	1.6
@@ -34,7 +34,7 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%{__make} DESTDIR=%{buildroot} install
+%{__make} DESTDIR=%{buildroot} INSTALL="%{__install} -p" install
 
 # hack to get /usr/include/gnome-xml/libxml/
 if [ -d %{buildroot}/%{prefix}/include/gnome-xml ]; then
@@ -66,6 +66,7 @@
 %changelog
 * Thu Oct 25 2007 Paul Howarth <paul at city-fan.org> 1:1.8.17-18
 - fix multiarch conflict in xml-config (#342501)
+- preserve timestamps for files copied from source to installed package
 
 * Thu Aug 30 2007 Paul Howarth <paul at city-fan.org> 1:1.8.17-17
 - rebuild for BuildID inclusion




More information about the fedora-extras-commits mailing list