fix license handling

This commit is contained in:
Tom Callaway 2014-07-18 15:35:29 -04:00
parent 6c7892be3e
commit e474f2677a

View File

@ -1,6 +1,6 @@
Name: libverto Name: libverto
Version: 0.2.6 Version: 0.2.6
Release: 2%{?dist} Release: 3%{?dist}
Summary: Main loop abstraction library Summary: Main loop abstraction library
License: MIT License: MIT
@ -146,7 +146,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%endif %endif
%files %files
%doc AUTHORS ChangeLog COPYING NEWS README %{!?_licensedir:%global license %%doc}
%license COPYING
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/%{name}.so.* %{_libdir}/%{name}.so.*
%files devel %files devel
@ -190,6 +192,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%endif %endif
%changelog %changelog
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 0.2.6-3
- fix license handling
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.6-2 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild