[perl-FCGI-Client] Update to 0.08 and clean up spec file

Emmanuel Seyman eseyman at fedoraproject.org
Thu Jan 12 10:11:54 UTC 2012


commit 65f924c030e8ed2e1e2d2bf2a477f763e472fcdb
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Thu Jan 12 11:11:50 2012 +0100

    Update to 0.08 and clean up spec file

 .gitignore            |    1 +
 perl-FCGI-Client.spec |   15 ++++++---------
 sources               |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
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 <emmanuel.seyman at club-internet.fr> - 0.08-1
+- Update to 0.08
+- Clean up spec file
+
 * Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 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


More information about the scm-commits mailing list