From 1c156674243b7275d52f8f53933e7b934fb6cd67 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 16 Apr 2021 08:59:25 -0400 Subject: [PATCH] Properly install license file --- libinstpatch.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libinstpatch.spec b/libinstpatch.spec index 17356d7..bafa677 100644 --- a/libinstpatch.spec +++ b/libinstpatch.spec @@ -89,7 +89,11 @@ applications that use %{name}. %files -%doc AUTHORS ChangeLog COPYING NEWS README +%license COPYING +%doc AUTHORS +%doc ChangeLog +%doc NEWS +%doc README %{_libdir}/%{name}-%{api_version}.so.%{so_version} %{_libdir}/%{name}-%{api_version}.so.%{so_version}.* @@ -110,6 +114,7 @@ applications that use %{name}. - Use autosetup macro - Correct License field from “LGPLv2+” to “LGPLv2 and GPLv2 and Public Domain” - Add virtual Provides for bundled MD5 implementation +- Properly install license file * Tue Jan 26 2021 Fedora Release Engineering - 1.0.0-23.20110806svn386 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild