rpms/liblrdf/F-7 liblrdf.spec,1.7,1.8

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


Author: green

Update of /cvs/extras/rpms/liblrdf/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29510

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/F-7/liblrdf.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- liblrdf.spec	20 Jul 2007 06:33:00 -0000	1.7
+++ liblrdf.spec	9 Oct 2007 11:19:31 -0000	1.8
@@ -1,7 +1,7 @@
 Summary:      Library for manipulating RDF files describing LADSPA plugins
 Name:         liblrdf
 Version:      0.4.0
-Release:      11%{?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,10 @@
 %{_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.
 




More information about the scm-commits mailing list