rpms/cddlib/devel cddlib.spec,1.1,1.2

Conrad Meyer konradm at fedoraproject.org
Sat Nov 29 04:50:13 UTC 2008


Author: konradm

Update of /cvs/pkgs/rpms/cddlib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13479

Modified Files:
	cddlib.spec 
Log Message:
Minor fixes in cddlib's spec, not worth an update push.


Index: cddlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cddlib/devel/cddlib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cddlib.spec	29 Nov 2008 01:34:46 -0000	1.1
+++ cddlib.spec	29 Nov 2008 04:49:43 -0000	1.2
@@ -1,5 +1,5 @@
 %define debug_package %{nil}
-# rpmbuild doesn't get useful debuginfo from .a libs
+# rpmbuild doesn't get useful debuginfo from .a libs, apparently
 
 Name:           cddlib
 Version:        094f
@@ -59,14 +59,13 @@
 
 
 %build
-export CFLAGS="%{optflags}"
 %configure
 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
 
 %clean
@@ -83,6 +82,9 @@
 
 
 %changelog
+* Fri Nov 28 2008 Conrad Meyer <konrad at tylerc.org> - 094f-7
+- Install headers with install -p to save timestamps.
+
 * Fri Oct 31 2008 Conrad Meyer <konrad at tylerc.org> - 094f-6
 - Describe vividly the process whereby the non-free file is
   stripped from the source tarball.




More information about the fedora-extras-commits mailing list