Author: qboosh Date: Mon Sep 22 18:20:23 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - macros for py_postclean - better Group (X11/Applications/Sound) - unified License format
---- Files affected: SPECS: sonata.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/sonata.spec diff -u SPECS/sonata.spec:1.5 SPECS/sonata.spec:1.6 --- SPECS/sonata.spec:1.5 Sat Sep 20 21:21:28 2008 +++ SPECS/sonata.spec Mon Sep 22 20:20:18 2008 @@ -4,8 +4,8 @@ Name: sonata Version: 1.5.3 Release: 1 -License: GPLv3+ -Group: Applications +License: GPL v3+ +Group: X11/Applications/Sound Source0: http://download.berlios.de/sonata/%{name}-%{version}.tar.bz2 # Source0-md5: 447e46f24005de797ebc11131db1bd82 Patch0: %{name}-el.patch @@ -13,6 +13,7 @@ BuildRequires: python-devel >= 1:2.5 BuildRequires: python-pygtk-devel >= 2:2.6.0 BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.219 Requires: python-mpd Requires: python-modules Requires: python-pygtk-gtk >= 2:2.6.0 @@ -39,13 +40,12 @@ %{__mv} po/el_GR.po po/el.po %build -python setup.py build - +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT -python setup.py install \ +%{__python} setup.py install \ --root=$RPM_BUILD_ROOT \ --optimize=2 @@ -93,6 +93,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2008/09/22 18:20:18 qboosh +- macros for py_postclean +- better Group (X11/Applications/Sound) +- unified License format + Revision 1.5 2008/09/20 19:21:28 wiget - fix License - more Requires and Suggests ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sonata.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
