rpms/perl-CGI-Application-Plugin-Authentication/F-13 import.log, NONE, 1.1 perl-CGI-Application-Plugin-Authentication.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Wed Mar 24 09:47:48 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-CGI-Application-Plugin-Authentication/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27007/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-CGI-Application-Plugin-Authentication.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-CGI-Application-Plugin-Authentication-0_17-2_fc12:F-13:perl-CGI-Application-Plugin-Authentication-0.17-2.fc12.src.rpm:1269423982


--- NEW FILE perl-CGI-Application-Plugin-Authentication.spec ---
Name:           perl-CGI-Application-Plugin-Authentication
Version:        0.17
Release:        2%{?dist}
Summary:        Authentication framework for CGI::Application
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CGI-Application-Plugin-Authentication/
Source0:        http://www.cpan.org/authors/id/S/SI/SILASMONK/CGI-Application-Plugin-Authentication-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl
BuildRequires:  perl(Apache::Htpasswd)
# Makes the build fail
# BuildRequires:  perl(Authen::Simple)
BuildRequires:  perl(CGI::Application)
BuildRequires:  perl(CGI::Application::Plugin::AutoRunmode)
BuildRequires:  perl(CGI::Application::Plugin::Session)
BuildRequires:  perl(CGI::Cookie)
BuildRequires:  perl(Color::Calc)
BuildRequires:  perl(Crypt::PasswdMD5)
BuildRequires:  perl(DBD::SQLite)
BuildRequires:  perl(Digest::SHA1)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Task::Weaken)
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Warn)
BuildRequires:  perl(UNIVERSAL::require)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
CGI::Application::Plugin::Authentication adds the ability to
authenticate users in your CGI::Application modules. It imports one
method called 'authen' into your CGI::Application module. Through the
'authen' method you can call all the methods of the
CGI::Application::Plugin::Authentication plugin.

%prep
%setup -q -n CGI-Application-Plugin-Authentication-%{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 example
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sat Mar 20 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.17-2
- Add example directory to doc stanza

* Mon Oct 05 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.17-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-Authentication/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Mar 2010 03:41:23 -0000	1.1
+++ .cvsignore	24 Mar 2010 09:47:48 -0000	1.2
@@ -0,0 +1 @@
+CGI-Application-Plugin-Authentication-0.17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-Authentication/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Mar 2010 03:41:23 -0000	1.1
+++ sources	24 Mar 2010 09:47:48 -0000	1.2
@@ -0,0 +1 @@
+ec7e9b25cacd674625c2f55a0c86483d  CGI-Application-Plugin-Authentication-0.17.tar.gz




More information about the perl-devel mailing list