rpms/mercurial/devel mercurial.spec,1.51,1.52

Neal Becker nbecker at fedoraproject.org
Mon Dec 1 16:22:27 UTC 2008


Author: nbecker

Update of /cvs/pkgs/rpms/mercurial/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22286

Modified Files:
	mercurial.spec 
Log Message:
Remove BR asciidoc
Use macro for python executable



Index: mercurial.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/devel/mercurial.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- mercurial.spec	29 Nov 2008 16:55:38 -0000	1.51
+++ mercurial.spec	1 Dec 2008 16:21:56 -0000	1.52
@@ -3,14 +3,14 @@
 Summary: A fast, lightweight distributed source control management system 
 Name: mercurial
 Version: 1.0.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 Group: Development/Tools
 URL: http://www.selenic.com/mercurial/
 Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
 Source1: mercurial-site-start.el
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: python python-devel asciidoc xmlto
+BuildRequires: python python-devel
 BuildRequires: emacs emacs-el pkgconfig
 Requires: python
 Provides: hg = %{version}-%{release}
@@ -84,7 +84,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-python setup.py install -O1 --root $RPM_BUILD_ROOT --prefix %{_prefix} --record=%{name}.files
+%{__python} setup.py install -O1 --root $RPM_BUILD_ROOT --prefix %{_prefix} --record=%{name}.files
 make install-doc DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
 
 grep -v 'hgk.py*' < %{name}.files > %{name}-base.files
@@ -163,9 +163,13 @@
 %{_sysconfdir}/mercurial/hgrc.d/hgk.rc
 
 #%%check
-#cd tests && python run-tests.py
+#cd tests && %{__python} run-tests.py
 
 %changelog
+* Mon Dec  1 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0.2-3
+- Remove BR asciidoc
+- Use macro for python executable
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.0.2-2
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list