[SCM] morituri/master: * morituri.spec.in: Add plugins directory.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:46 UTC 2014


The following commit has been merged in the master branch:
commit 99f97bb6c8c2e27128be79ef59189d1d5f443727
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Nov 25 18:26:45 2012 +0000

    	* morituri.spec.in:
    	  Add plugins directory.

diff --git a/ChangeLog b/ChangeLog
index 4c51330..1cefa90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+	* morituri.spec.in:
+	  Add plugins directory.
+
+2012-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
+
 	* morituri/result/logger.py:
 	* morituri/result/result.py:
 	* morituri/rip/cd.py:
diff --git a/morituri.spec.in b/morituri.spec.in
index 45132a5..967e10a 100644
--- a/morituri.spec.in
+++ b/morituri.spec.in
@@ -41,6 +41,7 @@ Morituri is a CD ripper.
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
+mkdir -p $RPM_BUILD_ROOT%{_libdir}/morituri/plugins
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -48,6 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %doc README morituri.doap NEWS RELEASE ChangeLog
 %{_bindir}/rip
+%{_libdir}/morituri/plugins
 %{_mandir}/man1/rip.1*
 %{python_sitelib}/morituri
 %{_sysconfdir}/bash_completion.d/

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list