From 478e5967577810448a837119e8d887b64548c319 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 11 Jul 2014 16:17:13 -0400 Subject: [PATCH] fix license marking --- bzip2.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bzip2.spec b/bzip2.spec index 53408d2..71d0b12 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -3,7 +3,7 @@ Summary: A file compression utility Name: bzip2 Version: 1.0.6 -Release: 12%{?dist} +Release: 13%{?dist} License: BSD Group: Applications/File URL: http://www.bzip.org/ @@ -99,11 +99,14 @@ ln -s bzgrep.1 $RPM_BUILD_ROOT%{_mandir}/man1/bzfgrep.1 %files %doc LICENSE CHANGES README +%{!?_licensedir:%global license %%doc} +%license LICENSE %{_bindir}/* %{_mandir}/*/* %files libs -%doc LICENSE +%{!?_licensedir:%global license %%doc} +%license LICENSE %{_libdir}/libbz2.so.1* %files devel @@ -112,6 +115,9 @@ ln -s bzgrep.1 $RPM_BUILD_ROOT%{_mandir}/man1/bzfgrep.1 %{_libdir}/*.so %changelog +* Fri Jul 11 2014 Tom Callaway - 1.0.6-13 +- fix license marking + * Sat Jun 07 2014 Fedora Release Engineering - 1.0.6-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild