diff --git a/mercurial-site-start.el b/mercurial-site-start.el deleted file mode 100644 index f169f95a9a6ea5706d213e909a76e8698aca05c8..0000000000000000000000000000000000000000 --- a/mercurial-site-start.el +++ /dev/null @@ -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) diff --git a/mercurial.spec b/mercurial.spec index 44e9e57f0e12a35944473a28c8a1390d586b17cd..ee7453f3bf7bf93f1af930226bdb397939443dd6 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -2,12 +2,11 @@ Name: mercurial Version: 5.1 -Release: 1 +Release: 2 Summary: Source control management tool License: GPLv2+ URL: http://www.selenic.com/mercurial/ 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 Requires: python2 emacs-filesystem tk @@ -71,7 +70,8 @@ popd 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 < %{name}-base-filtered.files %{_mandir}/man?/chg.*.gz %changelog +* Thu Jan 9 2020 JeanLeo - 5.1-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:update software package + * Wed Sep 04 2019 openEuler Buildteam - 5.1-1 - Package init