rpms/GiNaC/devel GiNaC.spec,1.4,1.5

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Wed May 11 19:56:46 UTC 2005


Author: qspencer

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

Modified Files:
	GiNaC.spec 
Log Message:
Excluded .la file and removed processing of info at build.



Index: GiNaC.spec
===================================================================
RCS file: /cvs/extras/rpms/GiNaC/devel/GiNaC.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- GiNaC.spec	25 Apr 2005 14:07:20 -0000	1.4
+++ GiNaC.spec	11 May 2005 19:56:31 -0000	1.5
@@ -55,7 +55,6 @@
 %install
 rm -rf ${RPM_BUILD_ROOT}
 %makeinstall
-gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/ginac.info*
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -81,7 +80,6 @@
 %files devel
 %defattr(-,root,root)
 %{_libdir}/*.a
-%{_libdir}/*.la
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/ginac.pc
 %{_includedir}/ginac
@@ -89,6 +87,7 @@
 %{_mandir}/man1/ginac-config.1*
 %{_bindir}/ginac-config
 %{_datadir}/aclocal/ginac.m4
+%exclude %{_libdir}/*.la
 
 %files utils
 %defattr(-,root,root)
@@ -98,6 +97,10 @@
 %{_mandir}/man1/viewgar.1*
 
 %changelog
+* Wed May 11 2005 Quentin Spencer <qspencer at users.sf.net> 1.3.0-2
+- Exclude .la lib.
+- Remove processing of info files (this is supposed to be automatic).
+
 * Fri Apr 22 2005 Quentin Spencer <qspencer at users.sf.net> 1.3.0-2
 - Added release to Requires for devel and utils
 




More information about the fedora-extras-commits mailing list