* README:

Fix up dependencies.
	* morituri.spec.in:
	  Fix dependencies and noarch install location.
	* morituri/common/Makefile.am:
	  Add result.py to dist
This commit is contained in:
Thomas Vander Stichele
2009-09-06 17:08:17 +00:00
parent c0ec17d188
commit 402c3c019a
4 changed files with 27 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
2009-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
* README:
Fix up dependencies.
* morituri.spec.in:
Fix dependencies and noarch install location.
* morituri/common/Makefile.am:
Add result.py to dist
2009-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:

2
README
View File

@@ -17,7 +17,7 @@ REQUIREMENTS
------------
- cdparanoia, for the actual ripping
- cdrdao, for session, TOC, pregap, and ISRC extraction
- GStreamer, for encoding
- GStreamer and its python bindings, for encoding
- python musicbrainz2, for metadata lookup
- pycdio, for drive identification (optional)

View File

@@ -1,4 +1,5 @@
%define pyver %(%{__python} -c "import sys; print sys.version[:3]")
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: morituri
Version: @PACKAGE_VERSION@
@@ -6,12 +7,22 @@ Release: @PACKAGE_VERSION_RELEASE@%{?dist}
Summary: CD ripper
Source: %{name}-%{version}.tar.bz2
URL: http://thomas.apestaart.org/thomas/trac/
License: GPL
License: GPLv2
Group: Applications/Archiving
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: pygobject2
BuildRequires: gstreamer-python
Requires: cdparanoia
Requires: cdrdao
Requires: gstreamer-plugins-good
Requires: gstreamer-python
Requires: python-musicbrainz2
%description
Morituri is a CD ripper.
@@ -34,9 +45,12 @@ rm -rf $RPM_BUILD_ROOT
%doc README morituri.doap NEWS RELEASE ChangeLog
%{_bindir}/rip
#%{_mandir}/man1/rip.1*
%{_libdir}/python*.*/site-packages/morituri
%{python_sitelib}/morituri
%{_sysconfdir}/bash_completion.d/rip
%changelog
* Sun Sep 06 2009 Thomas Vander Stichele <thomas at apestaart dot org>
- added requires
* Wed May 20 2009 Thomas Vander Stichele <thomas at apestaart dot org>
- created package

View File

@@ -13,5 +13,6 @@ morituri_PYTHON = \
logcommand.py \
program.py \
renamer.py \
result.py \
task.py \
taskgtk.py