Minor changes
This commit is contained in:
parent
8e2328114b
commit
4fd08efdd1
@ -15,7 +15,7 @@ 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
|
||||||
Source0: http://www.selenic.com/mercurial/release/%{name}-%{upstreamversion}.tar.gz
|
Source0: http://www.selenic.com/mercurial/release/%{name}-%{upstreamversion}.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
|
#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
|
||||||
@ -84,7 +84,7 @@ documentation.
|
|||||||
%prep
|
%prep
|
||||||
#%setup -q
|
#%setup -q
|
||||||
%setup -q -n %{name}-%{upstreamversion}
|
%setup -q -n %{name}-%{upstreamversion}
|
||||||
%patch0 -p0
|
#%patch0 -p0
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -160,7 +160,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html *.cgi contrib/*.fcgi contrib/*.wsgi
|
%doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html *.cgi contrib/*.fcgi contrib/*.wsgi
|
||||||
%doc %attr(644,root,root) %{_mandir}/man?/hg*.gz
|
%doc %attr(644,root,root) %{_mandir}/man?/hg*.gz
|
||||||
%doc %attr(644,root,root) contrib/*.svg contrib/sample.hgrc
|
%doc %attr(644,root,root) contrib/*.svg
|
||||||
%config(noreplace) %{_sysconfdir}/bash_completion.d/mercurial.sh
|
%config(noreplace) %{_sysconfdir}/bash_completion.d/mercurial.sh
|
||||||
%{_datadir}/zsh/site-functions/_mercurial
|
%{_datadir}/zsh/site-functions/_mercurial
|
||||||
%{_bindir}/hg-ssh
|
%{_bindir}/hg-ssh
|
||||||
@ -195,6 +195,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Tue Dec 16 2014 nbecker <ndbecker2@gmail.com> - 3.2-1
|
* Tue Dec 16 2014 nbecker <ndbecker2@gmail.com> - 3.2-1
|
||||||
- Update to 3.2.2
|
- Update to 3.2.2
|
||||||
|
|
||||||
|
* Sun Oct 19 2014 nbecker <ndbecker2@gmail.com> - 3.2-1.rc
|
||||||
|
- Patch0 no longer needed?
|
||||||
|
- Drop sample.hgrc (from upstream)
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-3
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user