[SCM] morituri/master: fix spec file

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


The following commit has been merged in the master branch:
commit 1742a40c992c46e90e75a4d4cf657a2210850103
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Jan 20 23:49:13 2013 +0100

    fix spec file

diff --git a/morituri.spec.in b/morituri.spec.in
index 07a1823..1b924b9 100644
--- a/morituri.spec.in
+++ b/morituri.spec.in
@@ -5,7 +5,7 @@ Name:           morituri
 Version:        @PACKAGE_VERSION@
 Release:        @PACKAGE_VERSION_RELEASE@%{?dist}
 Summary:        CD ripper
-Source:         %{name}-%{version}.tar.bz2
+Source:         http://thomas.apestaart.org/download/morituri/%{name}-%{version}.tar.bz2
 URL:            https://thomas.apestaart.org/morituri/trac/
 License:        GPLv3
 Group:          Applications/Archiving
@@ -54,10 +54,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/morituri/plugins
 %{_mandir}/man1/rip.1*
 %{python_sitelib}/morituri
-%{_sysconfdir}/bash_completion.d/
+%{_sysconfdir}/bash_completion.d/rip
 
 %changelog
 * Sun Jan 20 2013 Thomas Vander Stichele <thomas at apestaart dot org>
+- put rip completion file directly in package, not parent dir
+
+* Sun Jan 20 2013 Thomas Vander Stichele <thomas at apestaart dot org>
 - Added python-setuptools now that we use it for plugins
 
 * Sun Dec 02 2012 Thomas Vander Stichele <thomas at apestaart dot org>

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list