[packages/python-parted] - updated to 3.9
qboosh
qboosh at pld-linux.org
Sun Dec 9 07:52:31 CET 2012
commit e60c57f7bd42ebdef82639829d3f7c79c12814c3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Dec 9 07:53:16 2012 +0100
- updated to 3.9
python-parted.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/python-parted.spec b/python-parted.spec
index 5c29961..54875c0 100644
--- a/python-parted.spec
+++ b/python-parted.spec
@@ -1,20 +1,20 @@
Summary: Python module for parted library
Summary(pl.UTF-8): Moduł Pythona do biblioteki parteda
Name: python-parted
-Version: 3.8
-Release: 2
+Version: 3.9
+Release: 1
License: GPL v2+
Group: Libraries/Python
Source0: https://fedorahosted.org/releases/p/y/pyparted/pyparted-%{version}.tar.gz
-# Source0-md5: e9cd0c94c71ac17755f71a8e1561eac2
+# Source0-md5: f16c7ef7f5fa4a43fcb2a4654b487e39
URL: https://fedorahosted.org/pyparted/
-BuildRequires: parted-devel >= 2.2
+BuildRequires: parted-devel >= 3.1
BuildRequires: pkgconfig
-BuildRequires: python-devel >= 1:2.5
+BuildRequires: python-devel >= 1:2.7
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.219
%pyrequires_eq python-libs
-Requires: parted >= 2.2
+Requires: parted >= 3.1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -29,11 +29,11 @@ partycji.
%setup -q -n pyparted-%{version}
%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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-parted.git/commitdiff/e60c57f7bd42ebdef82639829d3f7c79c12814c3
More information about the pld-cvs-commit
mailing list