SPECS: getmail.spec - epoch on python-devel BR - use %{__python} m...
shadzik
shadzik at pld-linux.org
Mon Apr 2 01:25:43 CEST 2007
Author: shadzik Date: Sun Apr 1 23:25:43 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- epoch on python-devel BR
- use %{__python} macros
---- Files affected:
SPECS:
getmail.spec (1.21 -> 1.22)
---- Diffs:
================================================================
Index: SPECS/getmail.spec
diff -u SPECS/getmail.spec:1.21 SPECS/getmail.spec:1.22
--- SPECS/getmail.spec:1.21 Sun Apr 1 21:09:49 2007
+++ SPECS/getmail.spec Mon Apr 2 01:25:38 2007
@@ -9,7 +9,7 @@
Source0: http://pyropus.ca/software/getmail/old-versions/%{name}-%{version}.tar.gz
# Source0-md5: ee17ddba077ca2cf43e4a2b96fc06a27
URL: http://pyropus.ca/software/getmail/
-BuildRequires: python-devel >= 2.3.3
+BuildRequires: python-devel >= 1:2.3.3
BuildRequires: rpm-pythonprov
%pyrequires_eq python-modules
BuildArch: noarch
@@ -41,12 +41,12 @@
%setup -q
%build
-python setup.py build
+%{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
-python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
+%{__python} setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py -exec rm -f {} \;
@@ -66,6 +66,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2007/04/01 23:25:38 shadzik
+- epoch on python-devel BR
+- use %{__python} macros
+
Revision 1.21 2007/04/01 19:09:49 rotom
- up to 4.7.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/getmail.spec?r1=1.21&r2=1.22&f=u
More information about the pld-cvs-commit
mailing list