From 1c01ef5ab2959c485e4ed38218ae6deb780b30c9 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Mar 22 2015 04:00:20 +0000 Subject: Add %license tag --- diff --git a/openslide.spec b/openslide.spec index 6d395d7..26eec99 100644 --- a/openslide.spec +++ b/openslide.spec @@ -1,6 +1,6 @@ Name: openslide Version: 3.4.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: C library for reading virtual slides Group: System Environment/Libraries @@ -67,7 +67,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %files -%doc README.txt lgpl-2.1.txt LICENSE.txt CHANGELOG.txt +%doc README.txt CHANGELOG.txt +%license lgpl-2.1.txt LICENSE.txt %{_libdir}/*.so.* @@ -83,6 +84,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Sun Mar 22 2015 Benjamin Gilbert - 3.4.0-4 +- Move license files to %%license + * Sun Aug 17 2014 Fedora Release Engineering - 3.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild