|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
%bcond_with jar
|
|
|
|
|
%bcond_with java
|
|
|
|
|
%bcond libtextstyle %[0%{?fedora} > 40]
|
|
|
|
|
%bcond libtextstyle %[0%{?fedora} >= 40]
|
|
|
|
|
|
|
|
|
|
Summary: GNU tools and libraries for localized translated messages
|
|
|
|
|
Name: gettext
|
|
|
|
|
Version: 0.22.5
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
|
|
|
|
|
# The following are licensed under LGPLv2+:
|
|
|
|
|
# - libintl and its headers
|
|
|
|
@ -74,6 +74,9 @@ BuildRequires: glibc-langpack-zh
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
Provides: bundled(gnulib)
|
|
|
|
|
Requires: %{name}-runtime = %{version}-%{release}
|
|
|
|
|
%if %{with libtextstyle}
|
|
|
|
|
Requires: libtextstyle%{?_isa} = %{version}-%{release}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The GNU gettext package provides a set of tools and documentation for
|
|
|
|
@ -142,6 +145,9 @@ Summary: Libraries for %{name}
|
|
|
|
|
# libasprintf is LGPLv2+
|
|
|
|
|
# libgettextpo is GPLv3+
|
|
|
|
|
License: LGPL-2.0-or-later AND GPL-3.0-or-later
|
|
|
|
|
%if %{with libtextstyle}
|
|
|
|
|
Requires: libtextstyle%{?_isa} = %{version}-%{release}
|
|
|
|
|
%endif
|
|
|
|
|
%if %{without libtextstyle}
|
|
|
|
|
Obsoletes: libtextstyle < %{version}-%{release}
|
|
|
|
|
%endif
|
|
|
|
@ -451,6 +457,16 @@ make check LIBUNISTRING=-lunistring
|
|
|
|
|
%{_mandir}/man1/msghack.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.22.5-6
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Thu Jul 11 2024 Manish Tiwari <matiwari@redhat.com> - 0.22.5-5
|
|
|
|
|
- CI gating tests migration to tmt
|
|
|
|
|
|
|
|
|
|
* Thu Jul 4 2024 Manish Tiwari <matiwari@redhat.com> - 0.22.5-4
|
|
|
|
|
- Add explicit package version requirement for libtextstyle
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.22.5-3
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|