diff options
author | Tom Callaway <spot@fedoraproject.org> | 2014-07-18 15:23:59 -0400 |
---|---|---|
committer | Tom Callaway <spot@fedoraproject.org> | 2014-07-18 15:23:59 -0400 |
commit | f3791deea43f4c0880dfac5f1182138b0912c558 (patch) | |
tree | febc220cf9d7cfa13c34c71924716a29e8096ba1 | |
parent | - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild (diff) | |
download | libssh2-freefilesync-f3791deea43f4c0880dfac5f1182138b0912c558.tar.gz libssh2-freefilesync-f3791deea43f4c0880dfac5f1182138b0912c558.tar.bz2 libssh2-freefilesync-f3791deea43f4c0880dfac5f1182138b0912c558.zip |
fix license handling
-rw-r--r-- | libssh2.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libssh2.spec b/libssh2.spec index e65e61a..8a8ce1e 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -12,7 +12,7 @@ Name: libssh2 Version: 1.4.3 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A library implementing the SSH2 protocol Group: System Environment/Libraries License: BSD @@ -157,7 +157,9 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %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.* @@ -174,6 +176,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/libssh2.pc %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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |