rpms/perl-FCGI/F-12 import.log, NONE, 1.1 perl-FCGI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Sun May 16 01:04:40 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-FCGI/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16845/F-12

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


--- NEW FILE import.log ---
perl-FCGI-0_71-2_fc13:F-12:perl-FCGI-0.71-2.fc13.src.rpm:1273971874


--- NEW FILE perl-FCGI.spec ---
Name:           perl-FCGI
Summary:        FastCGI Perl bindings
# needed to properly replace/obsolete fcgi-perl
Epoch:          1
Version:        0.71
Release:        2%{?dist}
# same as fcgi
License:        OML
Group:          Development/Libraries
Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-%{version}.tar.gz 
URL:            http://search.cpan.org/dist/FCGI
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires:  perl(ExtUtils::MakeMaker)

Provides:       fcgi-perl =  %{epoch}:%{version}-%{release}
Obsoletes:      fcgi-perl =< 2.4.0

%{?perl_default_filter}
%{?perl_default_subpackage_tests}

%description
%{summary}.

%prep
%setup -q -n FCGI-%{version}
find . -type f -exec chmod -c -x {} +

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

%install
rm -rf %{buildroot}

make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -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 ChangeLog README LICENSE.TERMS echo.PL remote.PL threaded.PL
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Sat May 15 2010 Chris Weyl <cweyl at alumni.drew.edu> 1:0.71-2
- fix license: BSD => OML

* Sat May 08 2010 Chris Weyl <cweyl at alumni.drew.edu> 1:0.71-1
- specfile by Fedora::App::MaintainerTools 0.006




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-FCGI/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 May 2010 22:34:35 -0000	1.1
+++ .cvsignore	16 May 2010 01:04:40 -0000	1.2
@@ -0,0 +1 @@
+FCGI-0.71.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-FCGI/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 May 2010 22:34:35 -0000	1.1
+++ sources	16 May 2010 01:04:40 -0000	1.2
@@ -0,0 +1 @@
+26bc4ea53ccc9c9c16695e88e46a1cfb  FCGI-0.71.tar.gz



More information about the scm-commits mailing list