rpms/perl-CGI-PSGI/F-11 import.log, NONE, 1.1 perl-CGI-PSGI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Sun Apr 11 19:46:37 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-CGI-PSGI/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9992/F-11

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


--- NEW FILE import.log ---
perl-CGI-PSGI-0_10-1_fc12:F-11:perl-CGI-PSGI-0.10-1.fc12.src.rpm:1271015169


--- NEW FILE perl-CGI-PSGI.spec ---
Name:           perl-CGI-PSGI
Version:        0.10
Release:        1%{?dist}
Summary:        Enable your CGI.pm aware applications to adapt PSGI protocol
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CGI-PSGI/
Source0:        http://www.cpan.org/authors/id/M/MI/MIYAGAWA/CGI-PSGI-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl
BuildRequires:  perl(CGI)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
This module is for web application framework developers who currently uses
CGI to handle query parameters. You can switch to use CGI::PSGI instead of
CGI, to make your framework compatible to PSGI with a slight modification
of your framework adapter. The framework should already be collecting the
body content to print at one place, and not printing any content directly
to STDOUT.

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

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Apr 01 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.10-1
- Update to 0.10

* Sun Mar 14 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.09-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-PSGI/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 Apr 2010 19:23:45 -0000	1.1
+++ .cvsignore	11 Apr 2010 19:46:36 -0000	1.2
@@ -0,0 +1 @@
+CGI-PSGI-0.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-PSGI/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Apr 2010 19:23:45 -0000	1.1
+++ sources	11 Apr 2010 19:46:36 -0000	1.2
@@ -0,0 +1 @@
+e9b955ccdf17a48fb8b667054af475e1  CGI-PSGI-0.10.tar.gz



More information about the scm-commits mailing list