!31 [sync] PR-27: Fix files listed twice: /usr/share/cscope.

From: @openeuler-sync-bot 
Reviewed-by: @boluo56, @znzjugod, @zengwefeng 
Signed-off-by: @zengwefeng, @znzjugod
This commit is contained in:
openeuler-ci-bot 2024-11-26 06:33:27 +00:00 committed by Gitee
commit f9530267b4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <xuguangmin@kylinos.cn> - 15.9-7
- Files listed twice: /usr/share/cscope.
* Mon Oct 24 2022 yanglongkang<yanglongkang@h-partners.com> - 15.9-6
- rebuild for next release