update software package
This commit is contained in:
parent
61f40b69ef
commit
fc0999be70
@ -1,7 +0,0 @@
|
|||||||
(autoload 'hg-mode "mercurial" "HG mode." t)
|
|
||||||
(autoload 'hg-help-overview "mercurial" "HG help." t)
|
|
||||||
|
|
||||||
(autoload 'mq-mode "mq"
|
|
||||||
"MQ mode for Mercurial repositories with an MQ patch queue." t)
|
|
||||||
(autoload 'mq-edit-mode "mq"
|
|
||||||
"MQ edit mode for editing patch descriptions." t)
|
|
||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
Name: mercurial
|
Name: mercurial
|
||||||
Version: 5.1
|
Version: 5.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Source control management tool
|
Summary: Source control management tool
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
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
|
|
||||||
|
|
||||||
BuildRequires: gcc python2 python2-devel bash-completion emacs-nox emacs-el pkgconfig gettext python2-docutils
|
BuildRequires: gcc python2 python2-devel bash-completion emacs-nox emacs-el pkgconfig gettext python2-docutils
|
||||||
Requires: python2 emacs-filesystem tk
|
Requires: python2 emacs-filesystem tk
|
||||||
@ -71,7 +70,8 @@ popd
|
|||||||
|
|
||||||
mkdir -p %{buildroot}/%{_sysconfdir}/mercurial/hgrc.d
|
mkdir -p %{buildroot}/%{_sysconfdir}/mercurial/hgrc.d
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_emacs_sitestartdir} && install -m644 %SOURCE1 %{buildroot}%{_emacs_sitestartdir}
|
touch mercurial-site-start.el
|
||||||
|
mkdir -p %{buildroot}%{_emacs_sitestartdir} && install -m644 mercurial-site-start.el %{buildroot}%{_emacs_sitestartdir}
|
||||||
|
|
||||||
cat >hgk.rc <<EOF
|
cat >hgk.rc <<EOF
|
||||||
[extensions]
|
[extensions]
|
||||||
@ -131,5 +131,11 @@ grep -v locale %{name}-base.files > %{name}-base-filtered.files
|
|||||||
%{_mandir}/man?/chg.*.gz
|
%{_mandir}/man?/chg.*.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 9 2020 JeanLeo <liujianliu.liu@huawei.com> - 5.1-2
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:update software package
|
||||||
|
|
||||||
* Wed Sep 04 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.1-1
|
* Wed Sep 04 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.1-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user