[perl-FCGI] update to 0.73, clean spec file

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Jun 16 13:05:11 UTC 2011


commit 79ea1b25ac2995acf8f014bbeea11dc8f64bffd7
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Jun 16 15:04:45 2011 +0200

    update to 0.73, clean spec file

 .gitignore     |    1 +
 perl-FCGI.spec |   15 +++++----------
 sources        |    2 +-
 3 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f37270..ea86561 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 FCGI-0.71.tar.gz
+/FCGI-0.73.tar.gz
diff --git a/perl-FCGI.spec b/perl-FCGI.spec
index 60c7615..e6c14c1 100644
--- a/perl-FCGI.spec
+++ b/perl-FCGI.spec
@@ -2,14 +2,13 @@ Name:           perl-FCGI
 Summary:        FastCGI Perl bindings
 # needed to properly replace/obsolete fcgi-perl
 Epoch:          1
-Version:        0.71
-Release:        5%{?dist}
+Version:        0.73
+Release:        1%{?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)
@@ -36,8 +35,6 @@ cp test.pl test.t
 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 {} ';'
@@ -48,18 +45,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %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
+* Thu Jun 16 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1:0.73-1
+- update to 0.73, clean spec file
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.71-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index b877670..b3a0b0d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26bc4ea53ccc9c9c16695e88e46a1cfb  FCGI-0.71.tar.gz
+b55c8b93ccd175b3c0e4473f1a6c0bdd  FCGI-0.73.tar.gz


More information about the scm-commits mailing list