Author: iarnell Update of /cvs/pkgs/rpms/perl-Locale-PO/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11137/F-11 Modified Files: .cvsignore sources Added Files: perl-Locale-PO.spec Log Message: initial import --- NEW FILE perl-Locale-PO.spec --- Name: perl-Locale-PO Version: 0.21 Release: 1%{?dist} Summary: Perl module for manipulating .po entries from GNU gettext License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-PO/ Source0: http://www.cpan.org/authors/id/K/KE/KEN/Locale-PO-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Slurp) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module simplifies management of GNU gettext .po files and is an alternative to using emacs po-mode. It provides an object-oriented interface in which each entry in a .po file is a Locale::PO object. %prep %setup -q -n Locale-PO-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 05 2009 Iain Arnell 0.21-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-PO/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:10:54 -0000 1.1 +++ .cvsignore 7 May 2009 03:24:22 -0000 1.2 @@ -0,0 +1 @@ +Locale-PO-0.21.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-PO/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:10:54 -0000 1.1 +++ sources 7 May 2009 03:24:22 -0000 1.2 @@ -0,0 +1 @@ +aa43c3a20e9bbaa09ce5f1863394f09b Locale-PO-0.21.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list