Author: eseyman

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

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-12:perl-CGI-Application-Plugin-Config-Simple-1.01-1.fc12.src.rpm:1260956069


--- 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.sey...@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-12/.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:40:34 -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-12/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:40:34 -0000      1.2
@@ -0,0 +1 @@
+6d2aeb258474871f13fcaf66e918a386  
CGI-Application-Plugin-Config-Simple-1.01.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to