Correct license declaration (LGPLv3+ and GFDL added)

This commit is contained in:
Petr Písař 2013-05-28 13:15:56 +02:00
parent 292297cede
commit 89ccb3b6b5

View File

@ -1,8 +1,14 @@
Summary: The GNU shar utilities for packaging and unpackaging shell archives
Name: sharutils
Version: 4.13.5
Release: 1%{?dist}
License: GPLv3+ and LGPLv2+ and Public Domain
Release: 2%{?dist}
# The main code: GPLv3+
# lib (gnulib): LGPLv3+
# lib/sys_socket.in.h: LGPLv2+
# lib/md5.c: Public Domain
# doc/sharutils.texi: GFDL
# libopts (not compiled in): LGPLv3+ or BSD
License: GPLv3+ and LGPLv3+ and LGPLv2+ and Public Domain and GFDL
Group: Applications/Archiving
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
URL: http://www.gnu.org/software/%{name}/
@ -61,6 +67,9 @@ fi
%{_mandir}/man5/*
%changelog
* Tue May 28 2013 Petr Pisar <ppisar@redhat.com> - 4.13.5-2
- Correct license declaration (LGPLv3+ and GFDL added)
* Mon Apr 15 2013 Petr Pisar <ppisar@redhat.com> - 4.13.5-1
- 4.13.5 bump