fix license handling
This commit is contained in:
parent
4ee3d04550
commit
c17e5486e5
@ -1,6 +1,6 @@
|
||||
Name: libestr
|
||||
Version: 0.1.9
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: String handling essentials library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -35,7 +35,9 @@ rm -f %{buildroot}/%{_libdir}/*.{a,la}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc README COPYING AUTHORS ChangeLog
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%doc README AUTHORS ChangeLog
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files devel
|
||||
@ -44,6 +46,9 @@ rm -f %{buildroot}/%{_libdir}/*.{a,la}
|
||||
%{_libdir}/pkgconfig/libestr.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jul 17 2014 Tom Callaway <spot@fedoraproject.org> - 0.1.9-3
|
||||
- fix license handling
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user