From ecb0fe07ada23ea4387a2bbff3b88301ce44d708 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 1 Feb 2017 21:04:56 -0500 Subject: [PATCH] Add missing %license macro --- zip.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zip.spec b/zip.spec index 0d1921e..cd73af7 100644 --- a/zip.spec +++ b/zip.spec @@ -1,7 +1,7 @@ Summary: A file compression and packaging utility compatible with PKZIP Name: zip Version: 3.0 -Release: 16%{?dist} +Release: 17%{?dist} License: BSD Group: Applications/Archiving Source: http://downloads.sourceforge.net/infozip/zip30.tar.gz @@ -49,7 +49,8 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} \ MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 install %files -%doc README CHANGES TODO WHATSNEW WHERE LICENSE README.CR +%license LICENSE +%doc README CHANGES TODO WHATSNEW WHERE README.CR %doc proginfo/algorith.txt %{_bindir}/zipnote %{_bindir}/zipsplit @@ -61,6 +62,9 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} \ %{_mandir}/man1/zipsplit.1* %changelog +* Wed Feb 01 2017 Stephen Gallagher - 3.0-17 +- Add missing %%license macro + * Fri Feb 05 2016 Fedora Release Engineering - 3.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild