!26 Fix files listed twice: /usr/share/cscope.
From: @xugmin Reviewed-by: @zhoupengcheng11, @zengwefeng Signed-off-by: @zengwefeng
This commit is contained in:
commit
5445177004
@ -1,7 +1,7 @@
|
||||
Name: cscope
|
||||
Summary: a developer's tool for browsing source code
|
||||
Version: 15.9
|
||||
Release: 7
|
||||
Release: 8
|
||||
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
|
||||
@ -74,6 +75,9 @@ rm -f %{_datadir}/vim/vimfiles/plugin/cctree.vim ||:
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Fri Nov 01 2024 xuguangmin <xuguangmin@kylinos.cn> - 15.9-8
|
||||
- Files listed twice: /usr/share/cscope.
|
||||
|
||||
* Wed Jul 31 2024 zhangruifang <zhangruifang@h-partners.com> - 15.9-7
|
||||
- %%preun remove redundant symbolic links
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user