Author: cweyl

Update of /cvs/extras/rpms/perl-CGI-Compile/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19596/F-12

Modified Files:
        .cvsignore sources 
Added Files:
        import.log perl-CGI-Compile.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-CGI-Compile-0_11-1_fc12:F-12:perl-CGI-Compile-0.11-1.fc12.src.rpm:1273189355


--- NEW FILE perl-CGI-Compile.spec ---
Name:           perl-CGI-Compile
Summary:        Compile .cgi scripts to a code reference like ModPerl::Registry
Version:        0.11
Release:        1%{?dist}
License:        GPL+ or Artistic
Group:          Development/Libraries
Source0:        
http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/CGI-Compile-%{version}.tar.gz
 
URL:            http://search.cpan.org/dist/CGI-Compile
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
BuildArch:      noarch

BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires:  perl(File::pushd)
BuildRequires:  perl(Filter::Util::Call)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Requires)

Requires:       perl(File::pushd)

%{?perl_default_filter}
%{?perl_default_subpackage_tests}

%description
CGI::Compile is an utility to compile CGI scripts into a code reference
that can run many times on its own namespace, as long as the script is
ready to run on a persistent environment.

%prep
%setup -q -n CGI-Compile-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test


%clean
rm -rf %{buildroot}

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

%changelog
* Sat Mar 20 2010 Chris Weyl <cw...@alumni.drew.edu> 0.11-1
- specfile by Fedora::App::MaintainerTools 0.006




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-CGI-Compile/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  6 May 2010 15:51:26 -0000       1.1
+++ .cvsignore  6 May 2010 23:42:40 -0000       1.2
@@ -0,0 +1 @@
+CGI-Compile-0.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-CGI-Compile/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources     6 May 2010 15:51:27 -0000       1.1
+++ sources     6 May 2010 23:42:41 -0000       1.2
@@ -0,0 +1 @@
+ec8bd2e3d8385c939584ad9b5ffeffb7  CGI-Compile-0.11.tar.gz

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

Reply via email to