From 3cfd454c1650551012acac4ece9569a05257116e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 01 2017 03:53:40 +0000 Subject: import cscope-15.8-10.el7 --- diff --git a/SPECS/cscope.spec b/SPECS/cscope.spec index a05d169..2c06351 100644 --- a/SPECS/cscope.spec +++ b/SPECS/cscope.spec @@ -1,7 +1,7 @@ Summary: C source code tree search and browse tool Name: cscope Version: 15.8 -Release: 9%{?dist} +Release: 10%{?dist} Source0: https://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2 URL: http://cscope.sourceforge.net License: BSD and GPLv2+ @@ -64,13 +64,13 @@ rm -rf $RPM_BUILD_ROOT %dir /var/lib/cs %doc AUTHORS COPYING ChangeLog README TODO contrib/cctree.txt -%triggerin -- emacs +%triggerin -- emacs, emacs-nox ln -sf %{cscope_share_path}/xcscope.el %{emacs_lisp_path}/xcscope.el %triggerin -- vim-filesystem ln -sf %{cscope_share_path}/cctree.vim %{vim_plugin_path}/cctree.vim -%triggerun -- emacs +%triggerun -- emacs, emacs-nox [ $2 -gt 0 ] && exit 0 rm -f %{emacs_lisp_path}/xcscope.el @@ -79,6 +79,9 @@ rm -f %{emacs_lisp_path}/xcscope.el rm -f %{vim_plugin_path}/cctree.vim %changelog +* Wed Jun 07 2017 Neil Horman - 15.8-10 +- Add emacs-nox to triggin install/uninstall (bz 1412326) + * Wed Feb 17 2016 Neil Horman - 15.8-9 - Resolves bz 1057132)