import gettext-0.22.5-6.el10

cs10 imports/cs10/gettext-0.22.5-6.el10
MSVSphere Packaging Team 2 months ago
parent 7ac989e573
commit 9d7492ea46
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -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

Loading…
Cancel
Save