fix license field of gettext-libs: libgettextpo is GPLv3+ (#640158)

This commit is contained in:
Jens Petersen 2011-02-07 14:51:59 +10:00
parent ed8b437b5f
commit 5d0888d8a4
1 changed files with 10 additions and 3 deletions

View File

@ -6,7 +6,7 @@
Summary: GNU libraries and utilities for producing multi-lingual messages
Name: gettext
Version: 0.18.1.1
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv3+ and LGPLv2+
Group: Development/Tools
URL: http://www.gnu.org/software/gettext/
@ -56,7 +56,7 @@ programs.
%package common-devel
Summary: Common development files for %{name}
Group: Development/Tools
# autopoint is GPLv3+
# autopoint archive
License: GPLv3+
BuildArch: noarch
@ -68,6 +68,8 @@ This package contains common architecture independent gettext development files.
Summary: Development files for %{name}
Group: Development/Tools
# autopoint is GPLv3+
# libasprintf is LGPLv2+
# libgettextpo is GPLv3+
License: LGPLv2+ and GPLv3+
Requires: %{name} = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release}
@ -89,7 +91,9 @@ want to add gettext support for your project.
%package libs
Summary: Libraries for %{name}
Group: System Environment/Libraries
License: LGPLv2+
# libasprintf is LGPLv2+
# libgettextpo is GPLv3+
License: LGPLv2+ and GPLv3+
%description libs
This package contains libraries used internationalization support.
@ -327,6 +331,9 @@ fi
%{_emacs_sitelispdir}/%{name}/*.el
%changelog
* Mon Feb 7 2011 Jens Petersen <petersen@redhat.com> - 0.18.1.1-5
- fix license field of gettext-libs since libgettextpo is GPLv3+ (#640158)
* Thu Sep 9 2010 Jens Petersen <petersen@redhat.com> - 0.18.1.1-4
- subpackage archive.git.tar.gz to avoid multilib conflicts (#631733)
- update msghack.py header