From 07a0d96c5ed16e602b05b708fc9be5e5b8a3fc59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 15 Feb 2013 09:45:02 +0100 Subject: [PATCH] Import --- .gitignore | 1 + dead.package | 1 - perl-Params-Check.spec | 52 ++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 54 insertions(+), 1 deletion(-) delete mode 100644 dead.package create mode 100644 perl-Params-Check.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index 300cd39..7fda873 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Params-Check-0.26.tar.gz +/Params-Check-0.36.tar.gz diff --git a/dead.package b/dead.package deleted file mode 100644 index be499dc..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Package obsoleted by the base perl package in 5.10.0. diff --git a/perl-Params-Check.spec b/perl-Params-Check.spec new file mode 100644 index 0000000..8f35c18 --- /dev/null +++ b/perl-Params-Check.spec @@ -0,0 +1,52 @@ +Name: perl-Params-Check +# Epoch to compete with perl.spec +Epoch: 1 +Version: 0.36 +Release: 1%{?dist} +Summary: Generic input parsing/checking mechanism +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Params-Check/ +Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Params-Check-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(strict) +# Run-time: +BuildRequires: perl(Carp) +BuildRequires: perl(Exporter) +BuildRequires: perl(Locale::Maketext::Simple) +BuildRequires: perl(vars) +# Tests: +BuildRequires: perl(constant) +BuildRequires: perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%description +This is a generic input parsing/checking mechanism. It allows you to +validate input via a template. The only requirement is that the arguments +must be named. + +%prep +%setup -q -n Params-Check-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%doc CHANGES README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Fri Jan 25 2013 Petr Pisar 1:0.36-1 +- Specfile autogenerated by cpanspec 1.78. diff --git a/sources b/sources new file mode 100644 index 0000000..6c0ab16 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +3bf19a6ca0eb1e4f2740b791ca890813 Params-Check-0.36.tar.gz