SPECS: mercurial.spec - pldized, thx to zenon
rotom
rotom at pld-linux.org
Sun Dec 17 00:58:47 CET 2006
Author: rotom Date: Sat Dec 16 23:58:47 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pldized, thx to zenon
---- Files affected:
SPECS:
mercurial.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/mercurial.spec
diff -u SPECS/mercurial.spec:1.15 SPECS/mercurial.spec:1.16
--- SPECS/mercurial.spec:1.15 Sun Dec 17 00:49:59 2006
+++ SPECS/mercurial.spec Sun Dec 17 00:58:42 2006
@@ -11,7 +11,7 @@
URL: http://www.selenic.com/mercurial/
BuildRequires: asciidoc
BuildRequires: rpmbuild(macros) >= 1.219
-BuildRequires: python >= 2.2.1
+BuildRequires: python >= 1:2.3
%pyrequires_eq python-modules
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -74,13 +74,13 @@
%setup -q
%build
-python setup.py build
+%{__python} setup.py build
%{__make} -C doc
%install
rm -rf $RPM_BUILD_ROOT
-python setup.py install \
+%{__python} setup.py install \
--optimize=2 \
--root=$RPM_BUILD_ROOT
@@ -126,6 +126,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2006/12/16 23:58:42 rotom
+- pldized, thx to zenon
+
Revision 1.15 2006/12/16 23:49:59 rotom
- up to 0.9.2
- BR added
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mercurial.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list