|
|
0e6cf8 |
Name: perl-Locale-PO
|
|
|
0e6cf8 |
Version: 0.23
|
|
|
0e6cf8 |
Release: 2%{?dist}
|
|
|
0e6cf8 |
Summary: Perl module for manipulating .po entries from GNU gettext
|
|
|
0e6cf8 |
License: GPL+ or Artistic
|
|
|
0e6cf8 |
Group: Development/Libraries
|
|
|
0e6cf8 |
URL: http://search.cpan.org/dist/Locale-PO/
|
|
|
0e6cf8 |
Source0: http://search.cpan.org/CPAN/authors/id/C/CO/COSIMO/Locale-PO-%{version}.tar.gz
|
|
|
0e6cf8 |
BuildArch: noarch
|
|
|
0e6cf8 |
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
0e6cf8 |
BuildRequires: perl(File::Slurp)
|
|
|
0e6cf8 |
BuildRequires: perl(Test::More)
|
|
|
0e6cf8 |
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
%{?perl_default_filter}
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
%description
|
|
|
0e6cf8 |
This module simplifies management of GNU gettext .po files and is an
|
|
|
0e6cf8 |
alternative to using emacs po-mode. It provides an object-oriented
|
|
|
0e6cf8 |
interface in which each entry in a .po file is a Locale::PO object.
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
%prep
|
|
|
0e6cf8 |
%setup -q -n Locale-PO-%{version}
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
%build
|
|
|
0e6cf8 |
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
0e6cf8 |
make %{?_smp_mflags}
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
%install
|
|
|
0e6cf8 |
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
%check
|
|
|
0e6cf8 |
make test
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
%files
|
|
|
0e6cf8 |
%doc Changes README
|
|
|
0e6cf8 |
%{perl_vendorlib}/*
|
|
|
0e6cf8 |
%{_mandir}/man3/*
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
%changelog
|
|
|
0e6cf8 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.23-2
|
|
|
0e6cf8 |
- Mass rebuild 2013-12-27
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
* Fri Feb 15 2013 Iain Arnell <iarnell@gmail.com> 0.23-1
|
|
|
0e6cf8 |
- update to latest upstream version
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-2
|
|
|
0e6cf8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
* Fri Sep 07 2012 Iain Arnell <iarnell@gmail.com> 0.22-1
|
|
|
0e6cf8 |
- update to latest upstream version
|
|
|
0e6cf8 |
- clean up spec for modern rpmbuild
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-10
|
|
|
0e6cf8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 0.21-9
|
|
|
0e6cf8 |
- Perl 5.16 rebuild
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-8
|
|
|
0e6cf8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.21-7
|
|
|
0e6cf8 |
- Perl mass rebuild
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-6
|
|
|
0e6cf8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.21-5
|
|
|
0e6cf8 |
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.21-4
|
|
|
0e6cf8 |
- Mass rebuild with perl-5.12.0
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.21-3
|
|
|
0e6cf8 |
- rebuild against perl 5.10.1
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-2
|
|
|
0e6cf8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
0e6cf8 |
|
|
|
0e6cf8 |
* Tue May 05 2009 Iain Arnell 0.21-1
|
|
|
0e6cf8 |
- Specfile autogenerated by cpanspec 1.77.
|