rpms/mercurial/F-10 mercurial.spec,1.50,1.51

Neal Becker nbecker at fedoraproject.org
Mon Dec 1 16:44:52 UTC 2008


Author: nbecker

Update of /cvs/pkgs/rpms/mercurial/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30191

Modified Files:
	mercurial.spec 
Log Message:
Remove BR asciidoc


Index: mercurial.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/F-10/mercurial.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- mercurial.spec	15 Aug 2008 21:04:25 -0000	1.50
+++ mercurial.spec	1 Dec 2008 16:44:21 -0000	1.51
@@ -3,14 +3,14 @@
 Summary: A fast, lightweight distributed source control management system 
 Name: mercurial
 Version: 1.0.2
-Release: 1%{?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,16 @@
 %{_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
+
 * Fri Aug 15 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0.2-1
 - Update to 1.0.2
 




More information about the fedora-extras-commits mailing list