From 65f924c030e8ed2e1e2d2bf2a477f763e472fcdb Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Jan 12 2012 10:11:50 +0000 Subject: Update to 0.08 and clean up spec file --- diff --git a/.gitignore b/.gitignore index c357695..0f4ccf7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ FCGI-Client-0.04.tar.gz +/FCGI-Client-0.08.tar.gz diff --git a/perl-FCGI-Client.spec b/perl-FCGI-Client.spec index 1d66d88..9695542 100644 --- a/perl-FCGI-Client.spec +++ b/perl-FCGI-Client.spec @@ -1,13 +1,12 @@ Name: perl-FCGI-Client Summary: Client library for the fastcgi protocol -Version: 0.04 -Release: 6%{?dist} +Version: 0.08 +Release: 1%{?dist} # lib/FCGI/Client.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/FCGI-Client-%{version}.tar.gz URL: http://search.cpan.org/dist/FCGI-Client -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -33,8 +32,6 @@ FCGI::Client is a client library for the fastcgi protocol. 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 ';' @@ -44,16 +41,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %check make test -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Thu Jan 12 2012 Emmanuel Seyman - 0.08-1 +- Update to 0.08 +- Clean up spec file + * Tue Jul 19 2011 Petr Sabata - 0.04-6 - Perl mass rebuild diff --git a/sources b/sources index 8b3a393..d74d555 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f039f3c4a8e2bc370a20f24f1537afc1 FCGI-Client-0.04.tar.gz +c69973d1db970bba4f7a9600b9bbb0f7 FCGI-Client-0.08.tar.gz