add docutils-0.8 patch
This commit is contained in:
parent
cd1aebcad3
commit
bdb6aef8ef
@ -3,13 +3,14 @@
|
|||||||
Summary: Mercurial -- a distributed SCM
|
Summary: Mercurial -- a distributed SCM
|
||||||
Name: mercurial
|
Name: mercurial
|
||||||
Version: 1.8.4
|
Version: 1.8.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://www.selenic.com/mercurial/
|
URL: http://www.selenic.com/mercurial/
|
||||||
Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
|
Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
|
||||||
Source1: mercurial-site-start.el
|
Source1: mercurial-site-start.el
|
||||||
Patch0: mercurial-i18n.patch
|
Patch0: mercurial-i18n.patch
|
||||||
|
Patch1: docutils-0.8.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
BuildRequires: python python-devel
|
BuildRequires: python python-devel
|
||||||
BuildRequires: emacs-nox emacs-el pkgconfig gettext python-docutils
|
BuildRequires: emacs-nox emacs-el pkgconfig gettext python-docutils
|
||||||
@ -77,6 +78,7 @@ documentation.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make all
|
make all
|
||||||
@ -173,6 +175,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
##cd tests && %{__python} run-tests.py
|
##cd tests && %{__python} run-tests.py
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 2 2011 Neal Becker <ndbecker2@gmail.com> - 1.8.4-2
|
||||||
|
- Add docutils-0.8 patch
|
||||||
|
|
||||||
* Wed Jun 1 2011 Neal Becker <ndbecker2@gmail.com> - 1.8.4-1
|
* Wed Jun 1 2011 Neal Becker <ndbecker2@gmail.com> - 1.8.4-1
|
||||||
- Update to 1.8.4
|
- Update to 1.8.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user