rpms/liblrdf/devel liblrdf.spec,1.5,1.6

Anthony Green (green) fedora-extras-commits at redhat.com
Thu Oct 5 18:02:10 UTC 2006


Author: green

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

Modified Files:
	liblrdf.spec 
Log Message:
Revision -11.  Delete .la instead of %exclude it.



Index: liblrdf.spec
===================================================================
RCS file: /cvs/extras/rpms/liblrdf/devel/liblrdf.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- liblrdf.spec	4 Oct 2006 22:48:40 -0000	1.5
+++ liblrdf.spec	5 Oct 2006 18:02:10 -0000	1.6
@@ -1,7 +1,7 @@
 Summary:      Library for manipulating RDF files describing LADSPA plugins
 Name:         liblrdf
 Version:      0.4.0
-Release:      9%{?dist}
+Release:      10%{?dist}
 License:      GPL
 Group:        System Environment/Libraries
 URL:          http://lrdf.sourceforge.net/
@@ -33,7 +33,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make DESTDIR=$RPM_BUILD_ROOT install
+rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,12 +53,14 @@
 %defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/liblrdf.so
-%exclude %{_libdir}/liblrdf.la
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Thu Oct 05 2006 Anthony Green <green at redhat.com> 0.4.0-10
+- Delete .la file after installing it instead of using %%exclude.
+
 * Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 0.4.0-9
- - rebuilt for unwind info generation, broken in gcc-4.1.1-21
+- rebuilt for unwind info generation, broken in gcc-4.1.1-21
 
 * Tue Sep 19 2006 Anthony Green <green at redhat.com> 0.4.0-8
 - Fix release tag.




More information about the fedora-extras-commits mailing list