Own directories bash_completion.d and zsh/site-functions

https://bugzilla.redhat.com/show_bug.cgi?id=487015
This commit is contained in:
Neal Becker 2009-02-23 19:53:43 +00:00
parent 2f88f6bacf
commit 641e372859

View File

@ -3,7 +3,7 @@
Summary: A fast, lightweight distributed source control management system Summary: A fast, lightweight distributed source control management system
Name: mercurial Name: mercurial
Version: 1.1.2 Version: 1.1.2
Release: 4%{?dist} Release: 5%{?dist}
License: GPLv2 License: GPLv2
Group: Development/Tools Group: Development/Tools
URL: http://www.selenic.com/mercurial/ URL: http://www.selenic.com/mercurial/
@ -147,6 +147,8 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/hg-viz %{_bindir}/hg-viz
%{_bindir}/git-rev-tree %{_bindir}/git-rev-tree
%{_bindir}/mercurial-convert-repo %{_bindir}/mercurial-convert-repo
%dir {_sysconfdir}/bash_completion.d/
%dir {_datadir}/zsh/site-functions/
%dir %{_sysconfdir}/mercurial %dir %{_sysconfdir}/mercurial
%dir %{_sysconfdir}/mercurial/hgrc.d %dir %{_sysconfdir}/mercurial/hgrc.d
%config %{_sysconfdir}/mercurial/hgrc.d/mergetools.rc %config %{_sysconfdir}/mercurial/hgrc.d/mergetools.rc
@ -168,6 +170,10 @@ rm -rf $RPM_BUILD_ROOT
#cd tests && %{__python} run-tests.py #cd tests && %{__python} run-tests.py
%changelog %changelog
* Mon Feb 23 2009 Neal Becker <ndbecker2@gmail.com> - 1.1.2-5
- Own directories bash_completion.d and zsh/site-functions
https://bugzilla.redhat.com/show_bug.cgi?id=487015
* Mon Feb 9 2009 Neal Becker <ndbecker2@gmail.com> - 1.1.2-4 * Mon Feb 9 2009 Neal Becker <ndbecker2@gmail.com> - 1.1.2-4
- Mark mergetools.rc as config - Mark mergetools.rc as config