rpms/perl-Authen-Simple/F-12 import.log, NONE, 1.1 perl-Authen-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Sat Nov 21 00:27:38 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-Authen-Simple/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32254/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Authen-Simple.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Authen-Simple-0_4-1_fc12:F-12:perl-Authen-Simple-0.4-1.fc12.src.rpm:1258763240


--- NEW FILE perl-Authen-Simple.spec ---
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 <emmanuel.seyman at club-internet.fr> 0.4-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Authen-Simple/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	20 Nov 2009 22:39:11 -0000	1.1
+++ .cvsignore	21 Nov 2009 00:27:37 -0000	1.2
@@ -0,0 +1 @@
+Authen-Simple-0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Authen-Simple/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	20 Nov 2009 22:39:11 -0000	1.1
+++ sources	21 Nov 2009 00:27:37 -0000	1.2
@@ -0,0 +1 @@
+ca2ebc687e9282c92f488fa79e3e8723  Authen-Simple-0.4.tar.gz




More information about the Fedora-perl-devel-list mailing list