diff --git a/findutils.spec b/findutils.spec index 7ea0d78..4fe4e8f 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,7 +1,7 @@ Summary: The GNU versions of find utilities (find and xargs) Name: findutils Version: 4.5.12 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 License: GPLv3+ Group: Applications/File @@ -87,7 +87,9 @@ if [ $1 = 0 ]; then fi %files -f %{name}.lang -%doc AUTHORS COPYING NEWS README THANKS TODO +%{!?_licensedir:%global license %%doc} +%license COPYING +%doc AUTHORS NEWS README THANKS TODO %{_bindir}/find %{_bindir}/oldfind %{_bindir}/xargs @@ -98,6 +100,9 @@ fi %{_infodir}/find-maint.info.gz %changelog +* Sat Jul 12 2014 Tom Callaway - 1:4.5.12-6 +- fix license handling + * Sat Jun 07 2014 Fedora Release Engineering - 1:4.5.12-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild