fix license handling

This commit is contained in:
Tom Callaway 2014-07-30 11:00:02 -04:00
parent 3dcf9083a3
commit 419aff7905

View File

@ -4,7 +4,7 @@
Summary: The GNU disk partition manipulation program Summary: The GNU disk partition manipulation program
Name: parted Name: parted
Version: 3.1.90 Version: 3.1.90
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv3+ License: GPLv3+
Group: Applications/System Group: Applications/System
URL: http://www.gnu.org/software/parted URL: http://www.gnu.org/software/parted
@ -136,7 +136,9 @@ fi
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README THANKS %doc AUTHORS NEWS README THANKS
%{!?_licensedir:%global license %%doc}
%license COPYING
%{_sbindir}/parted %{_sbindir}/parted
%{_sbindir}/partprobe %{_sbindir}/partprobe
%{_mandir}/man8/parted.8.gz %{_mandir}/man8/parted.8.gz
@ -154,6 +156,9 @@ fi
%changelog %changelog
* Wed Jul 30 2014 Tom Callaway <spot@fedoraproject.org> 3.1.90-2
- fix license handling
* Mon Jul 28 2014 Brian C. Lane <bcl@redhat.com> 3.1.90-1 * Mon Jul 28 2014 Brian C. Lane <bcl@redhat.com> 3.1.90-1
- Rebase on upstream Alpha source release - Rebase on upstream Alpha source release
- drop included patches (all but one) - drop included patches (all but one)