[perl-PSGI] Update to 1.10 and clean up spec file

Emmanuel Seyman eseyman at fedoraproject.org
Sat Mar 10 11:14:45 UTC 2012


commit a8bf6cb28108ce4ddaf5d193cec2ad9494f38263
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sat Mar 10 12:14:40 2012 +0100

    Update to 1.10 and clean up spec file

 .gitignore     |    1 +
 perl-PSGI.spec |   15 ++++++---------
 sources        |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 92defca..542377a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 PSGI-1.03.tar.gz
+/PSGI-1.10.tar.gz
diff --git a/perl-PSGI.spec b/perl-PSGI.spec
index adbeb22..28b83c6 100644
--- a/perl-PSGI.spec
+++ b/perl-PSGI.spec
@@ -1,13 +1,12 @@
 Name:       perl-PSGI 
-Version:    1.03
-Release:    6%{?dist}
+Version:    1.10
+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
 
@@ -28,8 +27,6 @@ the duplicated efforts by web application framework developers.
 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 ';'
@@ -39,16 +36,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot} 
-
 %files
-%defattr(-,root,root,-)
 %doc Changes 
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Mar 10 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 1.10-1
+- Update to 1.10
+- Clean up spec file
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.03-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index c5b620b..d421adc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ce4d807a6af83b2b7f9b29395a984c74  PSGI-1.03.tar.gz
+608d581f4a25a91c88aeb894f03f5939  PSGI-1.10.tar.gz


More information about the scm-commits mailing list