rpms/liblrdf/FC-6 liblrdf.spec,1.6,1.7

Anthony Green (green) fedora-extras-commits at redhat.com
Tue Oct 9 11:22:33 UTC 2007


Author: green

Update of /cvs/extras/rpms/liblrdf/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29642

Modified Files:
	liblrdf.spec 
Log Message:
Rev -12.  Don't exclude ladspa.rdfs file and require ladspa.


Index: liblrdf.spec
===================================================================
RCS file: /cvs/extras/rpms/liblrdf/FC-6/liblrdf.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- liblrdf.spec	5 Oct 2006 18:02:10 -0000	1.6
+++ liblrdf.spec	9 Oct 2007 11:22:00 -0000	1.7
@@ -1,7 +1,7 @@
 Summary:      Library for manipulating RDF files describing LADSPA plugins
 Name:         liblrdf
 Version:      0.4.0
-Release:      10%{?dist}
+Release:      12%{?dist}
 License:      GPL
 Group:        System Environment/Libraries
 URL:          http://lrdf.sourceforge.net/
@@ -9,6 +9,7 @@
 Source1:      liblrdf-README.fedora
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: pkgconfig, ladspa-devel, raptor-devel
+Requires:     ladspa
 
 %description
 liblrdf is a library to make it easy to manipulate RDF files describing
@@ -47,7 +48,7 @@
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README README.fedora
 %{_libdir}/liblrdf.so.*
-%exclude %{_datadir}/ladspa/rdf/ladspa.rdfs
+%{_datadir}/ladspa/rdf/ladspa.rdfs
 
 %files devel
 %defattr(-,root,root,-)
@@ -56,6 +57,13 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Oct 08 2007 Anthony Green <green at redhat.com> 0.4.0-12
+- Don't %%exclude %%{_datadir}/ladspa/rdf/ladspa.rdfs
+- Require ladspa to get directory ownerships right.
+
+* Fri Jul 20 2007 Callum Lerwick <seg at haxxed.com> 0.4.0-11
+- Bump to build on ppc64, bug #247583.
+
 * Thu Oct 05 2006 Anthony Green <green at redhat.com> 0.4.0-10
 - Delete .la file after installing it instead of using %%exclude.
 




More information about the fedora-extras-commits mailing list