!13 将版权许可文件放到合适的目录中

From: @lvgenggeng 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2024-02-06 05:37:52 +00:00 committed by Gitee
commit 2857b6bbc1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: zvbi
Version: 0.2.42
Release: 2
Release: 3
Summary: A library provides functions to capture and decode VBI data
License: LGPLv2+ and GPLv2+ and BSD
URL: https://github.com/zapping-vbi/zvbi
@ -113,7 +113,8 @@ if [ "$1" = "0" ]; then
fi
%files -f %{name}.lang
%doc AUTHORS COPYING COPYING.md
%doc AUTHORS
%license COPYING COPYING.md
%{_bindir}/%{name}*
%{_sbindir}/zvbid
%{_unitdir}/zvbid.service
@ -135,6 +136,9 @@ fi
%{_mandir}/man1/*
%changelog
* Sun Feb 04 2024 lvgenggeng <lvgenggeng@uniontech.com> 0.2.42-3
- move license file to prefered dir
* Fri Nov 24 2023 lwg <weigangli99@gmail.com> - 0.2.42-2
- fix uninstall error