Author: wiget Date: Fri Aug 26 07:08:36 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 3.8
---- Files affected: packages/python-parted: python-parted.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: packages/python-parted/python-parted.spec diff -u packages/python-parted/python-parted.spec:1.23 packages/python-parted/python-parted.spec:1.24 --- packages/python-parted/python-parted.spec:1.23 Fri Mar 11 12:02:27 2011 +++ packages/python-parted/python-parted.spec Fri Aug 26 09:08:31 2011 @@ -2,12 +2,12 @@ Summary: Python module for parted library Summary(pl.UTF-8): ModuĊ Pythona do biblioteki parteda Name: python-parted -Version: 3.5 -Release: 2 +Version: 3.8 +Release: 1 License: GPL v2+ Group: Libraries/Python Source0: https://fedorahosted.org/releases/p/y/pyparted/pyparted-%{version}.tar.gz -# Source0-md5: aa3d68da99331a923bf8a7e21e6e6970 +# Source0-md5: e9cd0c94c71ac17755f71a8e1561eac2 URL: https://fedorahosted.org/pyparted/ BuildRequires: autoconf >= 2.59 BuildRequires: automake @@ -33,21 +33,14 @@ %setup -q -n pyparted-%{version} %build -%{__libtoolize} -%{__aclocal} -I m4 -%{__autoconf} -%{__autoheader} -%{__automake} -%configure -%{__make} +python setup.py build %install rm -rf $RPM_BUILD_ROOT +python -- setup.py install \ + --root=$RPM_BUILD_ROOT \ + --optimize=2 -%{__make} install \ - DESTDIR=$RPM_BUILD_ROOT - -%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/*.la %py_postclean %clean @@ -57,6 +50,7 @@ %defattr(644,root,root,755) %doc AUTHORS BUGS ChangeLog NEWS README %attr(755,root,root) %{py_sitedir}/_pedmodule.so +%{py_sitedir}/*.egg-info %dir %{py_sitedir}/parted %{py_sitedir}/parted/*.py[co] @@ -66,6 +60,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2011/08/26 07:08:31 wiget +- up to 3.8 + Revision 1.23 2011/03/11 11:02:27 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-parted/python-parted.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
