diff --git a/zvbi.spec b/zvbi.spec index e16829c..809a06a 100644 --- a/zvbi.spec +++ b/zvbi.spec @@ -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 0.2.42-3 +- move license file to prefered dir + * Fri Nov 24 2023 lwg - 0.2.42-2 - fix uninstall error