rpms/perl-Params-Util/devel perl-Params-Util.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Thu Sep 15 02:57:55 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-Params-Util/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5765/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Params-Util.spec 
Log Message:
auto-import perl-Params-Util-0.05-2 on branch devel from perl-Params-Util-0.05-2.src.rpm


--- NEW FILE perl-Params-Util.spec ---
Name: 		perl-Params-Util
Version: 	0.05
Release: 	2%{?dist}
Summary: 	Simple standalone param-checking functions
License: 	GPL or Artistic
Group: 		Development/Libraries
URL: 		http://search.cpan.org/dist/Params-Util/
Source0: 	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: 	noarch

BuildRequires:	perl(Test::More) >= 0.47
BuildRequires:	perl(File::Spec) >= 0.82
BuildRequires:  perl(Scalar::Util) >= 1.11
BuildRequires:	perl(ExtUtils::AutoInstall) >= 0.49

# Required by the tests
BuildRequires:  perl(Test::Pod) >= 1.00

%description
Params::Util provides a basic set of importable functions that 
makes checking parameters a hell of a lot easier.

%prep
%setup -q -n Params-Util-%{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 -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%clean
rm -rf $RPM_BUILD_ROOT

%check
make test

%files
%defattr(-,root,root,-)
%doc Changes LICENSE
%{perl_vendorlib}/Params
%{_mandir}/man3/*

%changelog
* Tue Sep 14 2005 Ralf Corsepius <ralf at links2linux.de> - 0.05-2
- Add BR: perl(ExtUtils::AutoInstall) and core deps.

* Tue Sep 14 2005 Ralf Corsepius <ralf at links2linux.de> - 0.05-1
- Initial version.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Params-Util/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Sep 2005 02:56:56 -0000	1.1
+++ .cvsignore	15 Sep 2005 02:57:53 -0000	1.2
@@ -0,0 +1 @@
+Params-Util-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Params-Util/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Sep 2005 02:56:56 -0000	1.1
+++ sources	15 Sep 2005 02:57:53 -0000	1.2
@@ -0,0 +1 @@
+5d3f1abd93c0fec2e7cfe37d30ce48dc  Params-Util-0.05.tar.gz




More information about the fedora-extras-commits mailing list