SPECS: python-parted.spec - 2.0.8
patrys
patrys at pld-linux.org
Sat Mar 21 18:57:41 CET 2009
Author: patrys Date: Sat Mar 21 17:57:41 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 2.0.8
---- Files affected:
SPECS:
python-parted.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/python-parted.spec
diff -u SPECS/python-parted.spec:1.14 SPECS/python-parted.spec:1.15
--- SPECS/python-parted.spec:1.14 Sat Mar 14 15:55:41 2009
+++ SPECS/python-parted.spec Sat Mar 21 18:57:35 2009
@@ -2,20 +2,19 @@
Summary: Python module for parted
Summary(pl.UTF-8): Moduł Pythona dla parteda
Name: python-parted
-Version: 1.8.9
-Release: 3
+Version: 2.0.8
+Release: 1
License: LGPL
Group: Libraries/Python
-Source0: http://dcantrel.fedorapeople.org/pyparted/pyparted-%{version}.tar.bz2
-# Source0-md5: 24d60b03142abd7cf1ba4d069bc9db3e
-Patch0: %{name}-constraint.patch
+Source0: https://fedorahosted.org/releases/p/y/pyparted/pyparted-%{version}.tar.gz
+# Source0-md5: ee1d2f658698360e1d7ce72cde4249da
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: parted-devel >= 1.6.22-3
BuildRequires: python-devel >= 1:2.4
BuildRequires: rpm-pythonprov
%pyrequires_eq python-libs
-Requires: parted >= 1.8.6
+Requires: parted >= 1.8.8
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -28,11 +27,15 @@
%prep
%setup -q -n pyparted-%{version}
-%patch0 -p1
%build
-%{__make} \
- AM_CFLAGS="-fPIC"
+%{__libtoolize}
+%{__autoheader}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
@@ -46,7 +49,9 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README
-%attr(755,root,root) %{py_sitedir}/partedmodule.so
+%attr(755,root,root) %{py_sitedir}/_pedmodule.so
+%dir %{py_sitedir}/parted
+%{py_sitedir}/parted/*.py[co]
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -54,6 +59,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2009/03/21 17:57:35 patrys
+- 2.0.8
+
Revision 1.14 2009/03/14 14:55:41 hawk
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-parted.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list