fix license handling

This commit is contained in:
Tom Callaway 2014-07-18 15:23:59 -04:00
parent d7ba3102d3
commit f3791deea4
1 changed files with 7 additions and 2 deletions

View File

@ -12,7 +12,7 @@
Name: libssh2 Name: libssh2
Version: 1.4.3 Version: 1.4.3
Release: 13%{?dist} Release: 14%{?dist}
Summary: A library implementing the SSH2 protocol Summary: A library implementing the SSH2 protocol
Group: System Environment/Libraries Group: System Environment/Libraries
License: BSD License: BSD
@ -157,7 +157,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%doc AUTHORS ChangeLog COPYING README NEWS %{!?_licensedir:%global license %%doc}
%license COPYING
%doc AUTHORS ChangeLog README NEWS
%{_libdir}/libssh2.so.1 %{_libdir}/libssh2.so.1
%{_libdir}/libssh2.so.1.* %{_libdir}/libssh2.so.1.*
@ -174,6 +176,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/libssh2.pc %{_libdir}/pkgconfig/libssh2.pc
%changelog %changelog
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 1.4.3-14
- fix license handling
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-13 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild