packages: python-parted/python-parted.spec - updated to 3.5
qboosh
qboosh at pld-linux.org
Fri Feb 4 19:58:02 CET 2011
Author: qboosh Date: Fri Feb 4 18:58:02 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 3.5
---- Files affected:
packages/python-parted:
python-parted.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: packages/python-parted/python-parted.spec
diff -u packages/python-parted/python-parted.spec:1.20 packages/python-parted/python-parted.spec:1.21
--- packages/python-parted/python-parted.spec:1.20 Sun Jan 23 23:28:46 2011
+++ packages/python-parted/python-parted.spec Fri Feb 4 19:57:57 2011
@@ -1,22 +1,23 @@
# $Revision$, $Date$
-Summary: Python module for parted
-Summary(pl.UTF-8): Moduł Pythona dla parteda
+Summary: Python module for parted library
+Summary(pl.UTF-8): Moduł Pythona do biblioteki parteda
Name: python-parted
-Version: 2.0.9
-Release: 4
-License: LGPL
+Version: 3.5
+Release: 1
+License: GPL v2+
Group: Libraries/Python
Source0: https://fedorahosted.org/releases/p/y/pyparted/pyparted-%{version}.tar.gz
-# Source0-md5: 74a0406e8e4b213507c4ad0e0912d969
-BuildRequires: autoconf
+# Source0-md5: aa3d68da99331a923bf8a7e21e6e6970
+URL: https://fedorahosted.org/pyparted/
+BuildRequires: autoconf >= 2.59
BuildRequires: automake
BuildRequires: libtool
-BuildRequires: parted-devel >= 1.6.22-3
+BuildRequires: parted-devel >= 2.2
BuildRequires: pkgconfig
-BuildRequires: python-devel >= 1:2.4
+BuildRequires: python-devel >= 1:2.5
BuildRequires: rpm-pythonprov
%pyrequires_eq python-libs
-Requires: parted >= 1.8.8
+Requires: parted >= 2.2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -32,9 +33,9 @@
%build
%{__libtoolize}
-%{__autoheader}
%{__aclocal} -I m4
%{__autoconf}
+%{__autoheader}
%{__automake}
%configure
%{__make}
@@ -45,6 +46,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/*.la
%py_postclean
%clean
@@ -52,7 +54,7 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
+%doc AUTHORS BUGS ChangeLog NEWS README
%attr(755,root,root) %{py_sitedir}/_pedmodule.so
%dir %{py_sitedir}/parted
%{py_sitedir}/parted/*.py[co]
@@ -63,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2011/02/04 18:57:57 qboosh
+- updated to 3.5
+
Revision 1.20 2011/01/23 22:28:46 sparky
- BR: libtool, pkgconfig
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-parted/python-parted.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list