Author: qboosh Date: Wed Sep 17 05:35:12 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.2.1
---- Files affected: SPECS: python-shout.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/python-shout.spec diff -u SPECS/python-shout.spec:1.4 SPECS/python-shout.spec:1.5 --- SPECS/python-shout.spec:1.4 Tue Feb 13 09:06:43 2007 +++ SPECS/python-shout.spec Wed Sep 17 07:35:07 2008 @@ -2,16 +2,16 @@ Summary: Python interface for libshout 2 library Summary(pl.UTF-8): Interfejs Pythona do biblioteki libshout 2 Name: python-shout -Version: 0.2 +Version: 0.2.1 Release: 1 License: LGPL v2+ Group: Libraries/Python Source0: http://downloads.xiph.org/releases/libshout/shout-python-%{version}.tar.gz -# Source0-md5: 80bec97a1462c2d2a9282ba8a7c18336 +# Source0-md5: 864cfecc2474590470fcce750416b7d3 URL: http://icecast.org/ BuildRequires: libshout-devel >= 2.1 BuildRequires: pkgconfig -BuildRequires: python-devel +BuildRequires: python-devel >= 1:2.5 Requires: libshout >= 2.1 %pyrequires_eq python-libs BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -29,12 +29,12 @@ %build export CFLAGS="%{rpmcflags}" -python setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT -python setup.py install \ +%{__python} setup.py install \ --optimize=2 \ --root=$RPM_BUILD_ROOT @@ -47,7 +47,8 @@ %files %defattr(644,root,root,755) %doc README -%attr(755,root,root) %{py_sitedir}/*.so +%attr(755,root,root) %{py_sitedir}/shout.so +%{py_sitedir}/shout_python-*.egg-info %{_examplesdir}/%{name}-%{version} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -56,6 +57,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2008/09/17 05:35:07 qboosh +- updated to 0.2.1 + Revision 1.4 2007/02/13 08:06:43 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-shout.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
