From 6d911db36a1002768d938d472254f6d29eafd494 Mon Sep 17 00:00:00 2001 From: xuguangmin Date: Fri, 1 Nov 2024 11:05:06 +0800 Subject: [PATCH] Fix Files listed twice: /usr/share/cscope. (cherry picked from commit 4c716e5750bf15754961039cad3df939a038285b) --- cscope.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cscope.spec b/cscope.spec index 1966e0a..3ebb206 100644 --- a/cscope.spec +++ b/cscope.spec @@ -1,7 +1,7 @@ Name: cscope Summary: a developer's tool for browsing source code Version: 15.9 -Release: 6 +Release: 7 Source0: https://downloads.sourceforge.net/project/%{name}/%{name}/v%{version}/%{name}-%{version}.tar.gz URL: http://cscope.sourceforge.net License: BSD and GPLv2+ @@ -46,7 +46,8 @@ done %doc COPYING %{_bindir}/* %dir %{_datadir}/%{name} -%{_datadir}/%{name}/ +%{_datadir}/%{name}/cctree.vim +%{_datadir}/%{name}/xcscope.el %dir /var/lib/cs %files help @@ -75,6 +76,9 @@ fi rm -f %{_datadir}/vim/vimfiles/plugin/cctree.vim %changelog +* Fri Nov 01 2024 xuguangmin - 15.9-7 +- Files listed twice: /usr/share/cscope. + * Mon Oct 24 2022 yanglongkang - 15.9-6 - rebuild for next release -- Gitee