SPECS: python-parted.spec - update to 1.6.10

glen glen at pld-linux.org
Wed May 24 18:40:07 CEST 2006


Author: glen                         Date: Wed May 24 16:40:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update to 1.6.10

---- Files affected:
SPECS:
   python-parted.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/python-parted.spec
diff -u SPECS/python-parted.spec:1.4 SPECS/python-parted.spec:1.5
--- SPECS/python-parted.spec:1.4	Sun Dec 25 21:27:08 2005
+++ SPECS/python-parted.spec	Wed May 24 18:40:02 2006
@@ -2,13 +2,15 @@
 Summary:	Python module for parted
 Summary(pl):	Moduł Pythona dla Parteda
 Name:		python-parted
-Version:	1.6.9
-Release:	2
+Version:	1.6.10
+Release:	1
 License:	LGPL
 Group:		Libraries
 Source0:	pyparted-%{version}.tar.gz
-# Source0-md5:	981718416c8f426d2472f51c859a126f
+# Source0-md5:	977f05d390a9198a1170f860977ebcc6
 BuildRequires:	automake
+BuildRequires:	autoconf
+BuildRequires:	libtool
 BuildRequires:	parted-devel >= 1.6.22-3
 BuildRequires:	python-devel >= 1:2.4
 %pyrequires_eq	python-libs
@@ -27,7 +29,11 @@
 %setup -q -n pyparted-%{version}
 
 %build
-cp -f /usr/share/automake/config.* .
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--with-python-version=2.4
 %{__make} \
@@ -53,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/05/24 16:40:02  glen
+- update to 1.6.10
+
 Revision 1.4  2005/12/25 20:27:08  qboosh
 - use PIC, release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-parted.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list