fix license handling

This commit is contained in:
Tom Callaway 2014-07-12 10:50:31 -04:00
parent 02f9206900
commit 3361f626e0
1 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: The GNU versions of find utilities (find and xargs) Summary: The GNU versions of find utilities (find and xargs)
Name: findutils Name: findutils
Version: 4.5.12 Version: 4.5.12
Release: 5%{?dist} Release: 6%{?dist}
Epoch: 1 Epoch: 1
License: GPLv3+ License: GPLv3+
Group: Applications/File Group: Applications/File
@ -87,7 +87,9 @@ if [ $1 = 0 ]; then
fi fi
%files -f %{name}.lang %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}/find
%{_bindir}/oldfind %{_bindir}/oldfind
%{_bindir}/xargs %{_bindir}/xargs
@ -98,6 +100,9 @@ fi
%{_infodir}/find-maint.info.gz %{_infodir}/find-maint.info.gz
%changelog %changelog
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 1:4.5.12-6
- fix license handling
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.5.12-5 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.5.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild