Update to 0.20.2 release (rhbz#1823721)
This commit is contained in:
parent
15ad2cff3c
commit
2c0418a6cc
14
gettext.spec
14
gettext.spec
@ -1,13 +1,13 @@
|
|||||||
%bcond_with jar
|
%bcond_with jar
|
||||||
%bcond_with java
|
%bcond_with java
|
||||||
|
|
||||||
%global tarversion 0.20.1
|
%global tarversion 0.20.2
|
||||||
%global archiveversion 0.20
|
%global archiveversion 0.20
|
||||||
|
|
||||||
Summary: GNU libraries and utilities for producing multi-lingual messages
|
Summary: GNU libraries and utilities for producing multi-lingual messages
|
||||||
Name: gettext
|
Name: gettext
|
||||||
Version: %{tarversion}
|
Version: %{tarversion}
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
# The following are licensed under LGPLv2+:
|
# The following are licensed under LGPLv2+:
|
||||||
# - libintl and its headers
|
# - libintl and its headers
|
||||||
# - libasprintf and its headers
|
# - libasprintf and its headers
|
||||||
@ -27,7 +27,8 @@ Source: https://ftp.gnu.org/pub/gnu/gettext/%{name}-%{version}.tar.xz
|
|||||||
Source2: msghack.py
|
Source2: msghack.py
|
||||||
Source3: msghack.1
|
Source3: msghack.1
|
||||||
|
|
||||||
Patch1: gettext-msgmerge-for-msgfmt.patch
|
# this patch has merged upstream
|
||||||
|
# Patch1: gettext-msgmerge-for-msgfmt.patch
|
||||||
|
|
||||||
# for bootstrapping
|
# for bootstrapping
|
||||||
# BuildRequires: autoconf >= 2.62
|
# BuildRequires: autoconf >= 2.62
|
||||||
@ -336,8 +337,8 @@ make check LIBUNISTRING=-lunistring
|
|||||||
%{_datadir}/%{name}/ABOUT-NLS
|
%{_datadir}/%{name}/ABOUT-NLS
|
||||||
%{_datadir}/%{name}/po
|
%{_datadir}/%{name}/po
|
||||||
%{_datadir}/%{name}/styles
|
%{_datadir}/%{name}/styles
|
||||||
%dir %{_datadir}/%{name}-%{archiveversion}
|
%dir %{_datadir}/%{name}-%{tarversion}
|
||||||
%{_datadir}/%{name}-%{archiveversion}/its
|
%{_datadir}/%{name}-%{tarversion}/its
|
||||||
|
|
||||||
%files common-devel
|
%files common-devel
|
||||||
%{_datadir}/%{name}/archive.*.tar.xz
|
%{_datadir}/%{name}/archive.*.tar.xz
|
||||||
@ -397,6 +398,9 @@ make check LIBUNISTRING=-lunistring
|
|||||||
%{_mandir}/man1/msghack.1*
|
%{_mandir}/man1/msghack.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 14 2020 Sundeep Anand <suanand@redhat.com> - 0.20.2-1
|
||||||
|
- gettext-0.20.2 is available (rhbz#1823721)
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.1-4
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.1-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user