Blame SPECS/perl-libintl-perl.spec

8bba64
Summary:        Internationalization library for Perl, compatible with gettext
8bba64
Name:           perl-libintl-perl
8bba64
Version:        1.29
8bba64
Release:        2%{?dist}
8bba64
# gettext_xs/gettext_xs.pm:     GPLv3+
8bba64
# gettext_xs/Makefile.PL:       LGPLv2+
8bba64
# lib/Locale/gettext_xs.pod:    LGPLv2+
8bba64
# lib/Locale/RecodeData.pm:     GPLv3+
8bba64
# lib/Locale/libintlFAQ.pod:    LGPLv2+
8bba64
# COPYING:                      GPLv3+
8bba64
License:        GPLv3+ and LGPLv2+
8bba64
URL:            http://search.cpan.org/dist/libintl-perl/
8bba64
Source:         http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/libintl-perl-%{version}.tar.gz
8bba64
# this module was renamed in the f25 dev cycle
8bba64
Provides:       perl-libintl = %{version}-%{release}
8bba64
Obsoletes:      perl-libintl < 1.25
8bba64
8bba64
BuildRequires:  coreutils
8bba64
BuildRequires:  findutils
8bba64
BuildRequires:  gcc
8bba64
BuildRequires:  glibc-common
8bba64
BuildRequires:  make
8bba64
BuildRequires:  perl-interpreter
8bba64
BuildRequires:  perl-devel
8bba64
BuildRequires:  perl-generators
8bba64
BuildRequires:  perl(Config)
8bba64
BuildRequires:  perl(ExtUtils::MakeMaker)
8bba64
BuildRequires:  perl(File::Find)
8bba64
BuildRequires:  perl(strict)
8bba64
BuildRequires:  perl(vars)
8bba64
BuildRequires:  sed
8bba64
# Run-time:
8bba64
BuildRequires:  perl(base)
8bba64
BuildRequires:  perl(bytes)
8bba64
BuildRequires:  perl(constant)
8bba64
BuildRequires:  perl(Cwd)
8bba64
BuildRequires:  perl(DynaLoader)
8bba64
BuildRequires:  perl(Encode)
8bba64
BuildRequires:  perl(Encode::Alias)
8bba64
BuildRequires:  perl(Exporter)
8bba64
BuildRequires:  perl(File::Spec)
8bba64
BuildRequires:  perl(integer)
8bba64
BuildRequires:  perl(IO::Handle)
8bba64
BuildRequires:  perl(locale)
8bba64
BuildRequires:  perl(POSIX)
8bba64
# Optional run-time:
8bba64
BuildRequires:  perl(File::ShareDir)
8bba64
BuildRequires:  perl(I18N::Langinfo)
8bba64
# Tests:
8bba64
# Needed for tests/03bind_textdomain_codeset_pp.t
8bba64
BuildRequires:  glibc-langpack-de
8bba64
BuildRequires:  perl(File::Basename)
8bba64
BuildRequires:  perl(Test)
8bba64
BuildRequires:  perl(Test::Harness)
8bba64
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
8bba64
Requires:       perl(Carp)
8bba64
Requires:       perl(Encode::Alias)
8bba64
Requires:       perl(POSIX)
8bba64
Recommends:     perl(File::ShareDir)
8bba64
Recommends:     perl(I18N::Langinfo)
8bba64
8bba64
%{?perl_default_filter}
8bba64
8bba64
%description
8bba64
The package libintl-perl is an internationalization library for Perl that
8bba64
aims to be compatible with the Uniforum message translations system as
8bba64
implemented for example in GNU gettext.
8bba64
8bba64
8bba64
%prep
8bba64
%setup -q -n libintl-perl-%{version}
8bba64
find -type f -exec chmod -x {} \;
8bba64
find lib/Locale gettext_xs \( -name '*.pm' -o -name '*.pod' \) \
8bba64
    -exec sed -i -e '/^#! \/bin\/false/d' {} \;
8bba64
# Fix rpmlint errors and warnings
8bba64
cd sample/simplecal
8bba64
sed -i -e '1i#!%{__perl}' bin/simplecal.pl Makefile.PL
8bba64
for file in po/*.po; do
8bba64
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
8bba64
    mv $file.new $file
8bba64
done
8bba64
rm .gitignore MANIFEST
8bba64
8bba64
8bba64
%build
8bba64
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
8bba64
make %{?_smp_mflags}
8bba64
8bba64
%install
8bba64
make pure_install DESTDIR=%{buildroot}
8bba64
find %{buildroot} -type f \( -name .packlist -o \
8bba64
                  -name '*.bs' -size 0 \) -delete
8bba64
%{_fixperms} %{buildroot}
8bba64
8bba64
%check
8bba64
make test
8bba64
8bba64
%files
8bba64
%license COPYING
8bba64
%doc Changes Credits FAQ NEWS README REFERENCES THANKS TODO
8bba64
%doc sample
8bba64
%{perl_vendorlib}/Locale/
8bba64
%{perl_vendorarch}/auto/Locale/
8bba64
%{_mandir}/man?/*
8bba64
8bba64
%changelog
8bba64
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-2
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8bba64
8bba64
* Sun Nov 12 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 1.29-1
8bba64
- Update to 1.29
8bba64
8bba64
* Sun Sep 03 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 1.28-1
8bba64
- Update to 1.28
8bba64
8bba64
* Sun Aug 13 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 1.27-1
8bba64
- Update to 1.27
8bba64
- Drop upstreamed patch
8bba64
8bba64
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-6
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8bba64
8bba64
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-5
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8bba64
8bba64
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.26-4
8bba64
- Perl 5.26 rebuild
8bba64
8bba64
* Mon May 15 2017 Petr Pisar <ppisar@redhat.com> - 1.26-3
8bba64
- Fix building on Perl without "." in @INC (CPAN RT#120446)
8bba64
8bba64
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-2
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8bba64
8bba64
* Sat Jun 18 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 1.26-1
8bba64
- Update to 1.26
8bba64
8bba64
* Wed May 25 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 1.25-2
8bba64
- Take into account the re-review comments (#1339004)
8bba64
8bba64
* Sat May 21 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 1.25-1
8bba64
- Update package to 1.25-1
8bba64
- Rename package to perl-libintl-perl, the module's name on CPAN
8bba64
- Trim changelog
8bba64
8bba64
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.24-3
8bba64
- Perl 5.24 rebuild
8bba64
8bba64
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-2
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8bba64
8bba64
* Mon Sep 14 2015 Petr Pisar <ppisar@redhat.com> - 1.24-1
8bba64
- 1.24 bump
8bba64
- License changed from (LGPLv2+) to (GPLv3+ and LGPLv2+)
8bba64
8bba64
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-18
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8bba64
8bba64
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.20-17
8bba64
- Perl 5.22 rebuild
8bba64
8bba64
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.20-16
8bba64
- Perl 5.20 rebuild
8bba64
8bba64
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-15
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8bba64
8bba64
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-14
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8bba64
8bba64
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-13
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8bba64
8bba64
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.20-12
8bba64
- Perl 5.18 rebuild
8bba64
8bba64
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-11
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8bba64
8bba64
* Tue Nov 20 2012 Petr Šabata <contyk@redhat.com> - 1.20-10
8bba64
- Add some missing BRs
8bba64
- Modernize the spec
8bba64
- Drop command macros
8bba64
8bba64
* Thu Oct 11 2012 Petr Pisar <ppisar@redhat.com> - 1.20-9
8bba64
- Do not provide private library
8bba64
- Drop unneeded build-time dependencies
8bba64
- Specify all dependencies
8bba64
8bba64
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-8
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8bba64
8bba64
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.20-7
8bba64
- Perl 5.16 rebuild
8bba64
8bba64
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-6
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8bba64
8bba64
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.20-5
8bba64
- Perl mass rebuild
8bba64
8bba64
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-4
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8bba64
8bba64
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.20-3
8bba64
- 661697 rebuild for fixing problems with vendorach/lib
8bba64
8bba64
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.20-2
8bba64
- Mass rebuild with perl-5.12.0
8bba64
8bba64
* Fri Jan 15 2010 Stepan Kasal <skasal@redhat.com> - 1.20-1
8bba64
- new upstream version
8bba64
- better buildroot
8bba64
8bba64
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.16-11
8bba64
- rebuild against perl 5.10.1
8bba64
8bba64
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-10
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8bba64
8bba64
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-9
8bba64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8bba64
8bba64
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.16-8
8bba64
- Rebuild for perl 5.10 (again)
8bba64
8bba64
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.16-7
8bba64
- Autorebuild for GCC 4.3
8bba64
8bba64
* Tue Feb  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.16-6
8bba64
- rebuild for new perl
8bba64
8bba64
* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 1.16-5
8bba64
- Rebuild for new BuildID feature.
8bba64
8bba64
* Mon Aug  6 2007 Matthias Saou <http://freshrpms.net/> 1.16-4
8bba64
- Update License field.
8bba64
- Add perl(ExtUtils::MakeMaker) build requirement.
8bba64
8bba64
* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.16-3
8bba64
- FC6 rebuild.
8bba64
- Change spec file back to my own liking...
8bba64
8bba64
* Sat Feb 11 2006 Ralf Corsépius <rc040203@freenet.de>  1.16-2
8bba64
- Rework spec (PR 180767).
8bba64
8bba64
* Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 1.16-1
8bba64
- Update to 1.16.