commit ebbf40b52b27016f2b40ed037defa543e1429208 Author: Nicholas van Oudtshoorn <vanoudt@xxxxxxxxx> Date: Thu Dec 22 09:21:05 2011 +0800 Initial import (#700354). .gitignore | 1 + perl-Locale-Currency-Format.spec | 45 ++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 47 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..f2bd79d 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/Locale-Currency-Format-1.30.tar.gz diff --git a/perl-Locale-Currency-Format.spec b/perl-Locale-Currency-Format.spec new file mode 100644 index 0000000..f327a26 --- /dev/null +++ b/perl-Locale-Currency-Format.spec @@ -0,0 +1,45 @@ +Name: perl-Locale-Currency-Format +Version: 1.30 +Release: 1%{?dist} +Summary: Perl functions for formatting monetary values +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Locale-Currency-Format/ +Source0: http://www.cpan.org/authors/id/T/TN/TNGUYEN/Locale-Currency-Format-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) + +%description +Locale::Currency::Format is a light-weight Perl module that enables Perl +code to display monetary values in the formats recognized internationally +and/or locally. + +%prep +%setup -q -n Locale-Currency-Format-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +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 + +%files +%doc README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Mon Nov 28 2011 Nicholas van Oudtshoorn <vanoudt@xxxxxxxxx> - 1.30-1 +- Specfile tidy-ups +- Update to new upstream version +* Thu Apr 28 2011 Nicholas van Oudtshoorn <vanoudt@xxxxxxxxx> - 1.28-1 +- Specfile autogenerated by cpanspec 1.78. diff --git a/sources b/sources index e69de29..49b01d3 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d7e42d194fcfda7779cebbcb3d878dbd Locale-Currency-Format-1.30.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel