From ecb0fe07ada23ea4387a2bbff3b88301ce44d708 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Feb 02 2017 10:10:47 +0000 Subject: Add missing %license macro --- 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