fix license handling
This commit is contained in:
parent
e928ea1c67
commit
7a3f27c9ab
@ -1,7 +1,7 @@
|
|||||||
Summary: A library for editing typed command lines
|
Summary: A library for editing typed command lines
|
||||||
Name: readline
|
Name: readline
|
||||||
Version: 6.3
|
Version: 6.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
||||||
@ -108,7 +108,9 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CHANGES COPYING NEWS README USAGE
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
%license COPYING
|
||||||
|
%doc CHANGES NEWS README USAGE
|
||||||
/%{_lib}/libreadline*.so.*
|
/%{_lib}/libreadline*.so.*
|
||||||
%{_libdir}/libhistory*.so.*
|
%{_libdir}/libhistory*.so.*
|
||||||
%{_infodir}/history.info*
|
%{_infodir}/history.info*
|
||||||
@ -127,6 +129,9 @@ fi
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 4 2014 Tom Callaway <spot@fedoraproject.org> - 6.3-4
|
||||||
|
- fix license handling
|
||||||
|
|
||||||
* Tue Jul 22 2014 jchaloup <jchaloup@redhat.com> - 6.3-3
|
* Tue Jul 22 2014 jchaloup <jchaloup@redhat.com> - 6.3-3
|
||||||
- related: #1071336
|
- related: #1071336
|
||||||
new rebase for readline 6.3
|
new rebase for readline 6.3
|
||||||
|
Loading…
Reference in New Issue
Block a user