Blame SPECS/perl-libintl.spec

aa9c7c
Summary: Internationalization library for Perl, compatible with gettext
aa9c7c
Name: perl-libintl
aa9c7c
Version: 1.20
634569
Release: 12%{?dist}
aa9c7c
License: LGPLv2+
aa9c7c
Group: Development/Libraries
aa9c7c
URL: http://search.cpan.org/dist/libintl-perl/
aa9c7c
Source: http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/libintl-perl-%{version}.tar.gz
aa9c7c
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
aa9c7c
Provides: perl-libintl-perl = %{version}-%{release}
aa9c7c
BuildRequires: perl(ExtUtils::MakeMaker)
aa9c7c
# Run-time:
aa9c7c
BuildRequires: perl(base)
aa9c7c
BuildRequires: perl(Carp)
aa9c7c
BuildRequires: perl(constant)
aa9c7c
BuildRequires: perl(Cwd)
aa9c7c
BuildRequires: perl(Encode)
aa9c7c
BuildRequires: perl(Encode::Alias)
aa9c7c
BuildRequires: perl(Exporter)
aa9c7c
BuildRequires: perl(IO::Handle)
aa9c7c
# Tests:
aa9c7c
BuildRequires: perl(File::Spec)
aa9c7c
BuildRequires: perl(Test)
aa9c7c
BuildRequires: perl(Test::Harness)
aa9c7c
aa9c7c
%{?perl_default_filter}
aa9c7c
aa9c7c
%description
aa9c7c
The package libintl-perl is an internationalization library for Perl that
aa9c7c
aims to be compatible with the Uniforum message translations system as
aa9c7c
implemented for example in GNU gettext.
aa9c7c
aa9c7c
aa9c7c
%prep
aa9c7c
%setup -q -n libintl-perl-%{version}
aa9c7c
find -type f -exec chmod -x {} \;
aa9c7c
find lib/Locale gettext_xs \( -name '*.pm' -o -name '*.pod' \) \
aa9c7c
    -exec sed -i -e '/^#! \/bin\/false/d' {} \;
aa9c7c
aa9c7c
%build
aa9c7c
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
aa9c7c
make %{?_smp_mflags}
aa9c7c
aa9c7c
%install
aa9c7c
make pure_install DESTDIR=%{buildroot}
aa9c7c
find %{buildroot} -type f \( -name .packlist -o \
aa9c7c
			-name '*.bs' -size 0 \) -exec rm -f {} ';'
aa9c7c
chmod -R u+w %{buildroot}/*
aa9c7c
aa9c7c
%check
aa9c7c
make test
aa9c7c
aa9c7c
%files
aa9c7c
%doc ChangeLog COPYING* NEWS README THANKS TODO
aa9c7c
%{perl_vendorlib}/Locale/
aa9c7c
%{perl_vendorarch}/auto/Locale/
aa9c7c
%{_mandir}/man?/*
aa9c7c
aa9c7c
%changelog
634569
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.20-12
634569
- Mass rebuild 2014-01-24
634569
634569
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.20-11
634569
- Mass rebuild 2013-12-27
634569
aa9c7c
* Tue Nov 20 2012 Petr Šabata <contyk@redhat.com> - 1.20-10
aa9c7c
- Add some missing BRs
aa9c7c
- Modernize the spec
aa9c7c
- Drop command macros
aa9c7c
aa9c7c
* Thu Oct 11 2012 Petr Pisar <ppisar@redhat.com> - 1.20-9
aa9c7c
- Do not provide private library
aa9c7c
- Drop unneeded build-time dependencies
aa9c7c
- Specify all dependencies
aa9c7c
aa9c7c
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-8
aa9c7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
aa9c7c
aa9c7c
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.20-7
aa9c7c
- Perl 5.16 rebuild
aa9c7c
aa9c7c
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-6
aa9c7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
aa9c7c
aa9c7c
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.20-5
aa9c7c
- Perl mass rebuild
aa9c7c
aa9c7c
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-4
aa9c7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
aa9c7c
aa9c7c
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.20-3
aa9c7c
- 661697 rebuild for fixing problems with vendorach/lib
aa9c7c
aa9c7c
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.20-2
aa9c7c
- Mass rebuild with perl-5.12.0
aa9c7c
aa9c7c
* Fri Jan 15 2010 Stepan Kasal <skasal@redhat.com> - 1.20-1
aa9c7c
- new upstream version
aa9c7c
- better buildroot
aa9c7c
aa9c7c
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.16-11
aa9c7c
- rebuild against perl 5.10.1
aa9c7c
aa9c7c
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-10
aa9c7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
aa9c7c
aa9c7c
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-9
aa9c7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
aa9c7c
aa9c7c
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.16-8
aa9c7c
- Rebuild for perl 5.10 (again)
aa9c7c
aa9c7c
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.16-7
aa9c7c
- Autorebuild for GCC 4.3
aa9c7c
aa9c7c
* Tue Feb  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.16-6
aa9c7c
- rebuild for new perl
aa9c7c
aa9c7c
* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 1.16-5
aa9c7c
- Rebuild for new BuildID feature.
aa9c7c
aa9c7c
* Mon Aug  6 2007 Matthias Saou <http://freshrpms.net/> 1.16-4
aa9c7c
- Update License field.
aa9c7c
- Add perl(ExtUtils::MakeMaker) build requirement.
aa9c7c
aa9c7c
* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.16-3
aa9c7c
- FC6 rebuild.
aa9c7c
- Change spec file back to my own liking...
aa9c7c
aa9c7c
* Sat Feb 11 2006 Ralf Corsépius <rc040203@freenet.de>  1.16-2
aa9c7c
- Rework spec (PR 180767).
aa9c7c
aa9c7c
* Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 1.16-1
aa9c7c
- Update to 1.16.
aa9c7c
aa9c7c
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
aa9c7c
- rebuilt
aa9c7c
aa9c7c
* Tue Nov  9 2004 Matthias Saou <http://freshrpms.net/> 1.11-2
aa9c7c
- Fix : Added perl(Locale::gettext_xs) provides.
aa9c7c
aa9c7c
* Thu Nov  4 2004 Matthias Saou <http://freshrpms.net/> 1.11-1
aa9c7c
- Initial RPM release.