SPECS: python-mechanize.spec - release 4 (python 2.6)

glen glen at pld-linux.org
Thu Oct 16 23:42:40 CEST 2008


Author: glen                         Date: Thu Oct 16 21:42:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- release 4 (python 2.6)

---- Files affected:
SPECS:
   python-mechanize.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/python-mechanize.spec
diff -u SPECS/python-mechanize.spec:1.6 SPECS/python-mechanize.spec:1.7
--- SPECS/python-mechanize.spec:1.6	Mon Feb 19 21:31:38 2007
+++ SPECS/python-mechanize.spec	Thu Oct 16 23:42:35 2008
@@ -1,14 +1,15 @@
 # $Revision$, $Date$
-%define		module mechanize
-%define		_beta b
+%define		module	mechanize
+%define		subver	b
+%define		rel		4
 Summary:	Library for automating interaction with web pages
 Summary(pl.UTF-8):	Biblioteka do automatycznej interakcji ze stronami WWW
 Name:		python-%{module}
 Version:	0.1.6
-Release:	0.%{_beta}.3
+Release:	0.%{subver}.%{rel}
 License:	BSD
 Group:		Development/Languages/Python
-Source0:	http://wwwsearch.sourceforge.net/mechanize/src/%{module}-%{version}%{_beta}.tar.gz
+Source0:	http://wwwsearch.sourceforge.net/mechanize/src/%{module}-%{version}%{subver}.tar.gz
 # Source0-md5:	98c27be9464f1342ede05784999d2757
 URL:		http://wwwsearch.sourceforge.net/
 %pyrequires_eq  python-modules
@@ -24,13 +25,13 @@
 Biblioteka do automatycznej interakcji ze stronami WWW.
 
 %prep
-%setup -q -n %{module}-%{version}%{_beta}
+%setup -q -n %{module}-%{version}%{subver}
 
 %build
-python setup.py build 
+%{__python} setup.py build 
 
 %install
-python setup.py install \
+%{__python} setup.py install \
     --root=$RPM_BUILD_ROOT \
     --optimize=2
 
@@ -51,6 +52,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2008/10/16 21:42:35  glen
+- release 4 (python 2.6)
+
 Revision 1.6  2007/02/19 20:31:38  teodor
 - added R: python-ClientForm
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-mechanize.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list