own data dir, fixing #231706

This commit is contained in:
Thomas Vander Stichele 2007-04-23 09:35:27 +00:00
parent d2173ae787
commit f03e020d30

View File

@ -71,6 +71,9 @@ make install \
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 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/analyseplugin
%{_bindir}/applyplugin
%{_bindir}/listplugins
%{_datadir}/ladspa
%files devel
%defattr(-,root,root,-)
@ -92,6 +96,10 @@ rm -rf $RPM_BUILD_ROOT
%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