From acf0fcd80fa21db74fc0b4c1ffe0bfb3b4de730f Mon Sep 17 00:00:00 2001 From: lvgenggeng Date: Sun, 4 Feb 2024 17:32:12 +0800 Subject: [PATCH] move license file to prefered dir Signed-off-by: lvgenggeng --- zvbi.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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