rpms/perl-CGI-Application-Plugin-Config-Simple/F-11 import.log, NONE, 1.1 perl-CGI-Application-Plugin-Config-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Wed Dec 16 09:44:36 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-CGI-Application-Plugin-Config-Simple/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2496/F-11

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


--- NEW FILE import.log ---
perl-CGI-Application-Plugin-Config-Simple-1_01-1_fc12:F-11:perl-CGI-Application-Plugin-Config-Simple-1.01-1.fc12.src.rpm:1260956545


--- NEW FILE perl-CGI-Application-Plugin-Config-Simple.spec ---
Name:           perl-CGI-Application-Plugin-Config-Simple
Version:        1.01
Release:        1%{?dist}
Summary:        Add Config::Simple support to CGI::Application
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CGI-Application-Plugin-Config-Simple/
Source0:        http://www.cpan.org/authors/id/W/WO/WONKO/CGI-Application-Plugin-Config-Simple-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(CGI::Application)
BuildRequires:  perl(Config::Simple)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module acts as a plugin for Config::Simple to be easily used inside of
a CGI::Application module. It does not provide every method available from
Config::Simple but rather easy access to your configuration variables. It
does however provide direct access to the underlying Config::General object
created if you want to use it's full power.

%prep
%setup -q -n CGI-Application-Plugin-Config-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
# t/main.t greps for 'Permission denied.'
LANG=C ./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Sun Dec 13 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.01-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-Config-Simple/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Dec 2009 05:27:14 -0000	1.1
+++ .cvsignore	16 Dec 2009 09:44:35 -0000	1.2
@@ -0,0 +1 @@
+CGI-Application-Plugin-Config-Simple-1.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-Config-Simple/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Dec 2009 05:27:14 -0000	1.1
+++ sources	16 Dec 2009 09:44:35 -0000	1.2
@@ -0,0 +1 @@
+6d2aeb258474871f13fcaf66e918a386  CGI-Application-Plugin-Config-Simple-1.01.tar.gz




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