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

Emmanuel Seyman eseyman at fedoraproject.org
Tue May 11 07:23:43 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-CGI-Application-PSGI/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22706/devel

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


--- NEW FILE import.log ---
perl-CGI-Application-PSGI-1_00-1_fc12:HEAD:perl-CGI-Application-PSGI-1.00-1.fc12.src.rpm:1273562564


--- NEW FILE perl-CGI-Application-PSGI.spec ---
Name:           perl-CGI-Application-PSGI
Version:        1.00
Release:        1%{?dist}
Summary:        PSGI Adapter for CGI::Application
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CGI-Application-PSGI/
Source0:        http://www.cpan.org/authors/id/M/MA/MARKSTOS/CGI-Application-PSGI-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 1:5.8.1
BuildRequires:  perl(CGI::Application)
BuildRequires:  perl(CGI::PSGI)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Requires)
BuildRequires:  perl(Test::TCP)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
CGI::Application::PSGI is a runner to run CGI::Application application as a
PSGI application.

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

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$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
* Fri Mar 05 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.00-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-PSGI/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 May 2010 04:52:34 -0000	1.1
+++ .cvsignore	11 May 2010 07:23:42 -0000	1.2
@@ -0,0 +1 @@
+CGI-Application-PSGI-1.00.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-PSGI/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 May 2010 04:52:34 -0000	1.1
+++ sources	11 May 2010 07:23:42 -0000	1.2
@@ -0,0 +1 @@
+92bf4c775efa2b411f312458052079fc  CGI-Application-PSGI-1.00.tar.gz



More information about the scm-commits mailing list