!11 [sync] PR-9: split help package from main package

From: @openeuler-sync-bot 
Reviewed-by: @yanglijin 
Signed-off-by: @yanglijin
This commit is contained in:
openeuler-ci-bot 2022-03-18 08:39:42 +00:00 committed by Gitee
commit c523bd7b1f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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: 4 Release: 5
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+
@ -49,6 +49,7 @@ done
%{_datadir}/%{name}/ %{_datadir}/%{name}/
%dir /var/lib/cs %dir /var/lib/cs
%files help
%{_mandir}/man1/* %{_mandir}/man1/*
%doc AUTHORS ChangeLog TODO README %doc AUTHORS ChangeLog TODO README
%doc contrib/cctree.txt %doc contrib/cctree.txt
@ -74,6 +75,9 @@ fi
rm -f %{_datadir}/vim/vimfiles/plugin/cctree.vim rm -f %{_datadir}/vim/vimfiles/plugin/cctree.vim
%changelog %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 * Fri Dec 11 2020 shixuantong<shixuantong@huawei.com> - 15.9-4
- update Source0 and tarball from upstream - update Source0 and tarball from upstream