]> git.pld-linux.org Git - packages/python-parted.git/commitdiff
- updated to 3.9
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Dec 2012 06:53:16 +0000 (07:53 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Dec 2012 06:53:16 +0000 (07:53 +0100)
python-parted.spec

index 5c2996120477d6c09e3aa749de696ca316d25289..54875c04000fce25b6ea8b3ab10b933d21f9c436 100644 (file)
@@ -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
 
This page took 0.10517 seconds and 4 git commands to generate.