* 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:
@@ -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
2
README
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -13,5 +13,6 @@ morituri_PYTHON = \
|
||||
logcommand.py \
|
||||
program.py \
|
||||
renamer.py \
|
||||
result.py \
|
||||
task.py \
|
||||
taskgtk.py
|
||||
|
||||
Reference in New Issue
Block a user