fix license handling

This commit is contained in:
Tom Callaway 2014-07-17 14:32:50 -04:00
parent 2db29e8361
commit 92f536e4b9

View File

@ -3,7 +3,7 @@
Summary: The NetBSD Editline library
Name: libedit
Version: 3.1
Release: 6.%{snap}cvs%{?dist}
Release: 7.%{snap}cvs%{?dist}
License: BSD
Group: System Environment/Libraries
URL: http://www.thrysoee.dk/editline/
@ -51,7 +51,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
%postun -p /sbin/ldconfig
%files
%doc ChangeLog COPYING THANKS
%{!?_licensedir:%global license %%doc}
%license COPYING
%doc ChangeLog THANKS
%{_libdir}/%{name}.so.*
%files devel
@ -66,6 +68,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
%{_includedir}/editline/readline.h
%changelog
* Thu Jul 17 2014 Tom Callaway <spot@fedoraproject.org> - 3.1-7.20140213cvs
- fix license handling
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-6.20140213cvs
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild