fix license handling

This commit is contained in:
Tom Callaway 2014-07-17 14:34:30 -04:00
parent 4ee3d04550
commit c17e5486e5

View File

@ -1,6 +1,6 @@
Name: libestr Name: libestr
Version: 0.1.9 Version: 0.1.9
Release: 2%{?dist} Release: 3%{?dist}
Summary: String handling essentials library Summary: String handling essentials library
License: LGPLv2+ License: LGPLv2+
@ -35,7 +35,9 @@ rm -f %{buildroot}/%{_libdir}/*.{a,la}
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%doc README COPYING AUTHORS ChangeLog %{!?_licensedir:%global license %%doc}
%license COPYING
%doc README AUTHORS ChangeLog
%{_libdir}/lib*.so.* %{_libdir}/lib*.so.*
%files devel %files devel
@ -44,6 +46,9 @@ rm -f %{buildroot}/%{_libdir}/*.{a,la}
%{_libdir}/pkgconfig/libestr.pc %{_libdir}/pkgconfig/libestr.pc
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild