|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Internationalization library for Perl, compatible with gettext
|
|
|
|
Summary: Internationalization library for Perl, compatible with gettext
|
|
|
|
Name: perl-libintl-perl
|
|
|
|
Name: perl-libintl-perl
|
|
|
|
Version: 1.32
|
|
|
|
Version: 1.29
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
# gettext_xs/gettext_xs.pm: GPLv3+
|
|
|
|
# gettext_xs/gettext_xs.pm: GPLv3+
|
|
|
|
# gettext_xs/Makefile.PL: LGPLv2+
|
|
|
|
# gettext_xs/Makefile.PL: LGPLv2+
|
|
|
|
# lib/Locale/gettext_xs.pod: LGPLv2+
|
|
|
|
# lib/Locale/gettext_xs.pod: LGPLv2+
|
|
|
@ -9,8 +9,8 @@ Release: 4%{?dist}
|
|
|
|
# lib/Locale/libintlFAQ.pod: LGPLv2+
|
|
|
|
# lib/Locale/libintlFAQ.pod: LGPLv2+
|
|
|
|
# COPYING: GPLv3+
|
|
|
|
# COPYING: GPLv3+
|
|
|
|
License: GPLv3+ and LGPLv2+
|
|
|
|
License: GPLv3+ and LGPLv2+
|
|
|
|
URL: https://metacpan.org/release/libintl-perl
|
|
|
|
URL: http://search.cpan.org/dist/libintl-perl/
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/G/GU/GUIDO/libintl-perl-%{version}.tar.gz
|
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/libintl-perl-%{version}.tar.gz
|
|
|
|
# this module was renamed in the f25 dev cycle
|
|
|
|
# this module was renamed in the f25 dev cycle
|
|
|
|
Provides: perl-libintl = %{version}-%{release}
|
|
|
|
Provides: perl-libintl = %{version}-%{release}
|
|
|
|
Obsoletes: perl-libintl < 1.25
|
|
|
|
Obsoletes: perl-libintl < 1.25
|
|
|
@ -49,8 +49,6 @@ BuildRequires: perl(I18N::Langinfo)
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
# Needed for tests/03bind_textdomain_codeset_pp.t
|
|
|
|
# Needed for tests/03bind_textdomain_codeset_pp.t
|
|
|
|
BuildRequires: glibc-langpack-de
|
|
|
|
BuildRequires: glibc-langpack-de
|
|
|
|
# Needed for tests/04find_domain_bug.t
|
|
|
|
|
|
|
|
BuildRequires: glibc-langpack-en
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
BuildRequires: perl(Test)
|
|
|
|
BuildRequires: perl(Test)
|
|
|
|
BuildRequires: perl(Test::Harness)
|
|
|
|
BuildRequires: perl(Test::Harness)
|
|
|
@ -85,11 +83,11 @@ rm .gitignore MANIFEST
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PERLLOCAL=1
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|
|
|
%make_build
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f \( -name .packlist -o \
|
|
|
|
find %{buildroot} -type f \( -name .packlist -o \
|
|
|
|
-name '*.bs' -size 0 \) -delete
|
|
|
|
-name '*.bs' -size 0 \) -delete
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
@ -106,58 +104,6 @@ make test
|
|
|
|
%{_mandir}/man?/*
|
|
|
|
%{_mandir}/man?/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.32-4
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.32-3
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.32-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 01 2020 Emmanuel Seyman <emmanuel@seyman.fr> - 1.32-1
|
|
|
|
|
|
|
|
- Update to 1.32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-8
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.31-7
|
|
|
|
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 04 2020 Tom Stellard <tstellar@redhat.com> - 1.31-6
|
|
|
|
|
|
|
|
- Spec file cleanups: Use make_build and make_install macros
|
|
|
|
|
|
|
|
- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
|
|
|
|
|
|
|
|
- https://fedoraproject.org/wiki/Perl/Tips#ExtUtils::MakeMake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.31-3
|
|
|
|
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 25 2018 Emmanuel Seyman <emmanuel@seyman.fr> - 1.31-1
|
|
|
|
|
|
|
|
- Update to 1.31
|
|
|
|
|
|
|
|
- Whitelist known rpmlint errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 06 2018 Emmanuel Seyman <emmanuel@seyman.fr> - 1.30-1
|
|
|
|
|
|
|
|
- Update to 1.30
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-4
|
|
|
|
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 05 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-3
|
|
|
|
|
|
|
|
- Run the tests with LANG=en_US to ensure we use the right dictionary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-2
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|