rpms/giblib/devel giblib.spec,1.11,1.12

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri Jun 22 13:21:59 UTC 2007


Author: thias

Update of /cvs/extras/rpms/giblib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16362

Modified Files:
	giblib.spec 
Log Message:
Remove static library, minor cleanups.



Index: giblib.spec
===================================================================
RCS file: /cvs/extras/rpms/giblib/devel/giblib.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- giblib.spec	28 Aug 2006 10:02:59 -0000	1.11
+++ giblib.spec	22 Jun 2007 13:21:24 -0000	1.12
@@ -1,7 +1,7 @@
 Summary: Simple library and a wrapper for imlib2
 Name: giblib
 Version: 1.2.4
-Release: 7%{?dist}
+Release: 8
 License: GPL
 Group: System Environment/Libraries
 URL: http://linuxbrit.co.uk/giblib/
@@ -21,24 +21,25 @@
 %package devel
 Summary: Static library and header files for giblib
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}, imlib2-devel, pkgconfig
+Requires: %{name} = %{version}-%{release}
+Requires: imlib2-devel, pkgconfig
 
 %description devel
 Install this package if you intend to develop using the giblib library.
 
 
 %prep
-%setup
+%setup -q
 
 
 %build
-%configure
+%configure --disable-static
 %{__make} %{?_smp_mflags}
 
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR=%{buildroot}
 %{__rm} -rf %{buildroot}%{_prefix}/doc/
 
 
@@ -52,21 +53,25 @@
 
 
 %files
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,-)
 %{_bindir}/*-config
 %{_includedir}/*
-%{_libdir}/*.a
 %exclude %{_libdir}/*.la
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 
 
 %changelog
+* Fri Jun 22 2007 Matthias Saou <http://freshrpms.net/> 1.2.4-8
+- Use DESTDIR install method.
+- Disable building static library and remove it from the devel package.
+- Remove dist, as it might be a while before the next rebuild.
+
 * Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.2.4-7
 - FC6 rebuild.
 - Require exact release in the devel sub-package.




More information about the fedora-extras-commits mailing list