[perl-CGI-Application-PSGI] Remove no-longer-used macros

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jan 20 16:13:50 UTC 2013


commit 82e366f9d7e56aa77fd239d751518694845912fe
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Jan 20 17:13:37 2013 +0100

    Remove no-longer-used macros

 perl-CGI-Application-PSGI.spec |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/perl-CGI-Application-PSGI.spec b/perl-CGI-Application-PSGI.spec
index 18f4b63..ec0e4b7 100644
--- a/perl-CGI-Application-PSGI.spec
+++ b/perl-CGI-Application-PSGI.spec
@@ -1,12 +1,12 @@
 Name:           perl-CGI-Application-PSGI
 Version:        1.00
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        PSGI Adapter for CGI::Application
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 URL:            http://search.cpan.org/dist/CGI-Application-PSGI/
 Source0:        http://www.cpan.org/authors/id/M/MA/MARKSTOS/CGI-Application-PSGI-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildArch:      noarch
 BuildRequires:  perl >= 1:5.8.1
 BuildRequires:  perl(CGI::Application)
@@ -31,8 +31,6 @@ PSGI application.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -43,16 +41,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jan 20 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 1.00-9
+- Remove no-longer-used macros
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.00-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list