SPECS: python-modplug.spec - cosmetics, adapter
glen
glen at pld-linux.org
Sat Mar 3 12:06:13 CET 2007
Author: glen Date: Sat Mar 3 11:06:13 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- cosmetics, adapter
---- Files affected:
SPECS:
python-modplug.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/python-modplug.spec
diff -u SPECS/python-modplug.spec:1.1 SPECS/python-modplug.spec:1.2
--- SPECS/python-modplug.spec:1.1 Sat Mar 3 00:18:56 2007
+++ SPECS/python-modplug.spec Sat Mar 3 12:06:08 2007
@@ -1,8 +1,7 @@
# $Revision$, $Date$
%define module modplug
-#
Summary: Python bindings for libmodplug library
-Summary(pl.UTF-8): Wiązania języka Python dla biblioteki libmodplug
+Summary(pl.UTF-8): Wiązania języka Python dla biblioteki libmodplug
Name: python-modplug
Version: 1.0
Release: 1
@@ -11,40 +10,39 @@
Source0: http://www.sacredchao.net/~piman/software/%{module}-%{version}.tar.gz
# Source0-md5: a937f97d63fe1dadbe7ca69ae37d77ae
URL: http://www.sacredchao.net/~piman/
-BuildRequires: python-devel
-BuildRequires: rpm-pythonprov
-BuildRequires: libmodplug-devel >= 0.7
-BuildRequires: pkgconfig >= 0.21-2
+BuildRequires: libmodplug-devel >= 0.7
+BuildRequires: pkgconfig >= 0.21-2
+BuildRequires: python-devel
+BuildRequires: rpm-pythonprov
%pyrequires_eq python-modules
-BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
Requires: libmodplug >= 0.7
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-This Python module lets you load and decode files supported by the ModPlug
-library (which includes MODs, ITs, XMs, and so on). Its API has been chosen
-to mostly match pyvorbis and pymad.
-
-Currently it always outputs in 44100kHz stereo, 16 bits per channel. Noise
-reduction, oversampling, and the highest-quality resampling filter are
-enabled.
+This Python module lets you load and decode files supported by the
+ModPlug library (which includes MODs, ITs, XMs, and so on). Its API
+has been chosen to mostly match pyvorbis and pymad.
+
+Currently it always outputs in 44100kHz stereo, 16 bits per channel.
+Noise reduction, oversampling, and the highest-quality resampling
+filter are enabled.
%description -l pl.UTF-8
-Ten moduł języka Python pozwala na ładowanie i dekodowanie plików wspieranych
-przez bibliotekę ModPlug (czyli MOD, IT, XM itd.). Jego API zostało stworzone
-tak, aby jak najbardziej było zbliżone do pyvorbis i pymad.
-
-Obecnie moduł ten dekoduje do 44100kHz stereo, 16 bitów na kanał. Zawiera także
-redukcję szumów, oversampling i najwyższej jakości filtr resamplujący.
+Ten moduł języka Python pozwala na ładowanie i dekodowanie plików
+wspieranych przez bibliotekę ModPlug (czyli MOD, IT, XM itd.). Jego
+API zostało stworzone tak, aby jak najbardziej było zbliżone do
+pyvorbis i pymad.
+
+Obecnie moduł ten dekoduje do 44100kHz stereo, 16 bitów na kanał.
+Zawiera także redukcję szumów, oversampling i najwyższej jakości filtr
+resamplujący.
%prep
%setup -q -n %{module}-%{version}
-
-%build
-find -type f -exec sed -i -e 's|#!.*python.*|#!%{_bindir}/python|g' "{}" ";"
+find -type f | xargs sed -i -e 's|#!.*python.*|#!%{_bindir}/python|g' "{}" ";"
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
python ./setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
@@ -57,7 +55,7 @@
%defattr(644,root,root,755)
%doc README
%attr(755,root,root) %{py_sitedir}/*.so
-%{_examplesdir}/%{name}-%{version}/
+%{_examplesdir}/%{name}-%{version}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -65,6 +63,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007/03/03 11:06:08 glen
+- cosmetics, adapter
+
Revision 1.1 2007/03/02 23:18:56 beorn
- Initial revision
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-modplug.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list