From fc0999be70b364b48e279c05a028b34a69a85555 Mon Sep 17 00:00:00 2001 From: JeanLeo Date: Thu, 9 Jan 2020 15:21:12 +0800 Subject: [PATCH] update software package --- mercurial-site-start.el | 7 ------- mercurial.spec | 12 +++++++++--- 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 mercurial-site-start.el diff --git a/mercurial-site-start.el b/mercurial-site-start.el deleted file mode 100644 index f169f95..0000000 --- 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 44e9e57..ee7453f 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 -- Gitee