rpms/libglade/devel libglade.spec,1.2,1.3

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


Author: pghmcfc

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

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


Index: libglade.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libglade/devel/libglade.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libglade.spec	22 Oct 2007 15:32:03 -0000	1.2
+++ libglade.spec	26 Oct 2007 09:38:37 -0000	1.3
@@ -68,7 +68,7 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%{__make} DESTDIR=%{buildroot} LIBTOOL=/usr/bin/libtool install
+%{__make} DESTDIR=%{buildroot} LIBTOOL=/usr/bin/libtool INSTALL="%{__install} -p" install
 
 # remove unpackaged files from the buildroot
 %{__rm} -f %{buildroot}%{_libdir}/{libglade.a,libglade.la}
@@ -102,7 +102,7 @@
 %doc %{_datadir}/gnome/html/
 
 %changelog
-* Mon Oct 22 2007 Paul Howarth <paul at city-fan.org> 1:0.17-20
+* Fri Oct 26 2007 Paul Howarth <paul at city-fan.org> 1:0.17-20
 - clarify license as LGPL version 2 or later
 - remove bundled libintl (GPL) in %%prep to be absolutely sure that it isn't
   used
@@ -112,6 +112,7 @@
   change in any significant way
 - enumerate more of the %%files list to narrow scope of wildcards
 - re-encode ChangeLog as UTF-8
+- preserve timestamps for files copied from source to installed package
 
 * Mon Oct  2 2006 Paul Howarth <paul at city-fan.org> 1:0.17-19
 - add new buildreq libtool and use the system libtool instead of the bundled




More information about the fedora-extras-commits mailing list