Fix Files listed twice: /usr/share/cscope.

(cherry picked from commit 4c716e5750bf15754961039cad3df939a038285b)
This commit is contained in:
xuguangmin 2024-11-01 11:05:06 +08:00 committed by openeuler-sync-bot
parent fa780bd75b
commit 6d911db36a

View File

@ -1,7 +1,7 @@
Name: cscope Name: cscope
Summary: a developer's tool for browsing source code Summary: a developer's tool for browsing source code
Version: 15.9 Version: 15.9
Release: 6 Release: 7
Source0: https://downloads.sourceforge.net/project/%{name}/%{name}/v%{version}/%{name}-%{version}.tar.gz Source0: https://downloads.sourceforge.net/project/%{name}/%{name}/v%{version}/%{name}-%{version}.tar.gz
URL: http://cscope.sourceforge.net URL: http://cscope.sourceforge.net
License: BSD and GPLv2+ License: BSD and GPLv2+
@ -46,7 +46,8 @@ done
%doc COPYING %doc COPYING
%{_bindir}/* %{_bindir}/*
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
%{_datadir}/%{name}/ %{_datadir}/%{name}/cctree.vim
%{_datadir}/%{name}/xcscope.el
%dir /var/lib/cs %dir /var/lib/cs
%files help %files help
@ -75,6 +76,9 @@ fi
rm -f %{_datadir}/vim/vimfiles/plugin/cctree.vim rm -f %{_datadir}/vim/vimfiles/plugin/cctree.vim
%changelog %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 * Mon Oct 24 2022 yanglongkang<yanglongkang@h-partners.com> - 15.9-6
- rebuild for next release - rebuild for next release