rpms/ladspa/FC-6 ladspa.spec,1.11,1.12

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Mon Apr 23 09:35:56 UTC 2007


Author: thomasvs

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

Modified Files:
	ladspa.spec 
Log Message:
own data dir, fixing #231706


Index: ladspa.spec
===================================================================
RCS file: /cvs/extras/rpms/ladspa/FC-6/ladspa.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ladspa.spec	16 Sep 2006 16:29:40 -0000	1.11
+++ ladspa.spec	23 Apr 2007 09:35:22 -0000	1.12
@@ -71,6 +71,9 @@
   INSTALL_INCLUDE_DIR=$RPM_BUILD_ROOT%{_includedir} \
   INSTALL_BINARY_DIR=$RPM_BUILD_ROOT%{_bindir}
 
+## this is where plugins will install their rdf
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/ladspa/rdf
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -84,6 +87,7 @@
 %{_bindir}/analyseplugin
 %{_bindir}/applyplugin
 %{_bindir}/listplugins
+%{_datadir}/ladspa
 
 %files devel
 %defattr(-,root,root,-)
@@ -92,6 +96,10 @@
 
 
 %changelog
+* Mon Apr 23 2007 Thomas Vander Stichele <thomas at apestaart dot org>
+- 1.12-8
+- own the datadir.  Fixes #231706.
+
 * Sat Sep 16 2006 Thomas Vander Stichele <thomas at apestaart dot org>
 - 1.12-7
 - include gcc 4.1 patch from Mandriva




More information about the scm-commits mailing list