split help package from main package

(cherry picked from commit 682e63653d09bfba7f324aede594ecb22157ec70)
This commit is contained in:
xinyingchao 2022-03-15 10:15:13 +08:00 committed by openeuler-sync-bot
parent 49ed9b6024
commit d0567cbfb9

View File

@ -1,7 +1,7 @@
Name: cscope
Summary: a developer's tool for browsing source code
Version: 15.9
Release: 4
Release: 5
Source0: https://downloads.sourceforge.net/project/%{name}/%{name}/v%{version}/%{name}-%{version}.tar.gz
URL: http://cscope.sourceforge.net
License: BSD and GPLv2+
@ -49,6 +49,7 @@ done
%{_datadir}/%{name}/
%dir /var/lib/cs
%files help
%{_mandir}/man1/*
%doc AUTHORS ChangeLog TODO README
%doc contrib/cctree.txt
@ -74,6 +75,9 @@ fi
rm -f %{_datadir}/vim/vimfiles/plugin/cctree.vim
%changelog
* Tue Mar 15 2021 liudabo<liudabo1@h-partners.com> - 15.9-5
- split help package from main package
* Fri Dec 11 2020 shixuantong<shixuantong@huawei.com> - 15.9-4
- update Source0 and tarball from upstream