fix license handling
This commit is contained in:
parent
c28a26d7b8
commit
8cd726a949
@ -1,7 +1,7 @@
|
|||||||
Summary: Programs for accessing MS-DOS disks without mounting the disks
|
Summary: Programs for accessing MS-DOS disks without mounting the disks
|
||||||
Name: mtools
|
Name: mtools
|
||||||
Version: 4.0.18
|
Version: 4.0.18
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source0: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.bz2
|
||||||
@ -62,12 +62,17 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config(noreplace) /etc/mtools.conf
|
%config(noreplace) /etc/mtools.conf
|
||||||
%doc COPYING README Release.notes
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
%license COPYING
|
||||||
|
%doc README Release.notes
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_infodir}/mtools.info*
|
%{_infodir}/mtools.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 4.0.18-6
|
||||||
|
- fix license handling
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.18-5
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.18-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user