[cddlib] Rebuild for GCC 4.7. Minor spec file cleanups.

Jerry James jjames at fedoraproject.org
Sun Jan 8 05:37:33 UTC 2012


commit 631ea9e32de913a159580268043ab5255aef90f0
Author: Jerry James <loganjerry at gmail.com>
Date:   Sat Jan 7 22:37:16 2012 -0700

    Rebuild for GCC 4.7.
    Minor spec file cleanups.

 cddlib.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/cddlib.spec b/cddlib.spec
index 4accf06..2f3f19b 100644
--- a/cddlib.spec
+++ b/cddlib.spec
@@ -1,6 +1,6 @@
 Name:           cddlib
 Version:        094f
-Release:        11%{?dist}.2
+Release:        12%{?dist}
 Summary:        A library for generating all vertices in convex polyhedrons
 Group:          Applications/Engineering
 License:        GPLv2+
@@ -82,7 +82,6 @@ cd doc
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 mkdir $RPM_BUILD_ROOT%{_includedir}/cddlib
 mv $RPM_BUILD_ROOT%{_includedir}/{cdd,cdd_f,cddmp,cddmp_f,cddtypes,cddtypes_f,setoper}.h \
@@ -97,13 +96,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
 %{_libdir}/*.so.*
 
 
 %files devel
-%defattr(-,root,root,-)
 %doc doc/cddlibman.pdf
 %doc examples* src*
 %{_includedir}/cddlib
@@ -111,12 +108,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %files static
-%defattr(-,root,root,-)
 %{_libdir}/libcdd.a
 %{_libdir}/libcddgmp.a
 
 
 %changelog
+* Sat Jan  7 2012 Jerry James <loganjerry at gmail.com> - 094f-12
+- Rebuild for GCC 4.7
+- Minor spec file cleanups
+
 * Thu Oct 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 094f-11.2
 - rebuild with new gmp without compat lib
 


More information about the scm-commits mailing list