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

Chris Weyl cweyl at fedoraproject.org
Thu Mar 4 05:24:43 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-PSGI/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10130/devel

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


--- NEW FILE import.log ---
perl-PSGI-1_03-1_fc11:HEAD:perl-PSGI-1.03-1.fc11.src.rpm:1267680278


--- NEW FILE perl-PSGI.spec ---
Name:       perl-PSGI 
Version:    1.03
Release:    1%{?dist}
# PSGI.pod
License:    CC-BY-SA
Group:      Development/Libraries
Summary:    Perl Web Server Gateway Interface Specification 
Source:     http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/PSGI-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/PSGI
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

%{?perl_default_filter}

%description
This document specifies a standard interface between web servers and Perl web
applications or frameworks, to promote web application portability and reduce
the duplicated efforts by web application framework developers.

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

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{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 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Feb 06 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.03-1
- submission

* Sat Feb 06 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.03-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-PSGI/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Mar 2010 00:59:04 -0000	1.1
+++ .cvsignore	4 Mar 2010 05:24:43 -0000	1.2
@@ -0,0 +1 @@
+PSGI-1.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-PSGI/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Mar 2010 00:59:04 -0000	1.1
+++ sources	4 Mar 2010 05:24:43 -0000	1.2
@@ -0,0 +1 @@
+ce4d807a6af83b2b7f9b29395a984c74  PSGI-1.03.tar.gz




More information about the perl-devel mailing list