From 50a51f2b2e5534c24ad9eba0862087672dca47e4 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Nov 21 2009 00:27:37 +0000 Subject: Initial import. --- diff --git a/.cvsignore b/.cvsignore index e69de29..5a372fd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Authen-Simple-0.4.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..877200d --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +perl-Authen-Simple-0_4-1_fc12:F-12:perl-Authen-Simple-0.4-1.fc12.src.rpm:1258763240 diff --git a/perl-Authen-Simple.spec b/perl-Authen-Simple.spec new file mode 100644 index 0000000..bfe206f --- /dev/null +++ b/perl-Authen-Simple.spec @@ -0,0 +1,53 @@ +Name: perl-Authen-Simple +Version: 0.4 +Release: 1%{?dist} +Summary: Simple Authentication +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Authen-Simple/ +Source0: http://www.cpan.org/authors/id/C/CH/CHANSEN/Authen-Simple-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: perl(Class::Accessor::Fast) +BuildRequires: perl(Class::Data::Inheritable) +BuildRequires: perl(Crypt::PasswdMD5) +BuildRequires: perl(Digest::SHA) +BuildRequires: perl(Module::Build) +BuildRequires: perl(Params::Validate) +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +Simple and consistent framework for authentication. + +%prep +%setup -q -n Authen-Simple-%{version} + +%build +%{__perl} Build.PL installdirs=vendor +./Build + +%install +rm -rf $RPM_BUILD_ROOT + +./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +./Build test + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc Changes README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Wed Oct 07 2009 Emmanuel Seyman 0.4-1 +- Specfile autogenerated by cpanspec 1.78. diff --git a/sources b/sources index e69de29..b653ffc 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +ca2ebc687e9282c92f488fa79e3e8723 Authen-Simple-0.4.tar.gz