[perl-HTTP-Request-AsCGI] Various clean-ups

Emmanuel Seyman eseyman at fedoraproject.org
Sun Nov 25 12:49:33 UTC 2012


commit 602de0b562d07366a99fcc6c3a43b5d910a861ac
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sun Nov 25 13:49:15 2012 +0100

    Various clean-ups

 perl-HTTP-Request-AsCGI.spec |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/perl-HTTP-Request-AsCGI.spec b/perl-HTTP-Request-AsCGI.spec
index 58f373d..9cc78d6 100644
--- a/perl-HTTP-Request-AsCGI.spec
+++ b/perl-HTTP-Request-AsCGI.spec
@@ -1,12 +1,12 @@
 Name:           perl-HTTP-Request-AsCGI
-Summary:        Setup a CGI enviroment from a HTTP::Request
+Summary:        Setup a CGI environment from a HTTP::Request
 Version:        1.2
-Release:        10%{?dist}
+Release:        11%{?dist}
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/HTTP-Request-AsCGI-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/HTTP-Request-AsCGI/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -42,8 +42,6 @@ HTTP::Request.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
@@ -54,16 +52,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README examples/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Nov 25 2012 Emmanuel Seyman <emmanuel at seyman.fr> - 1.2-11
+- Remove no-longer-used macros
+- Fix a spelling mistake
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 



More information about the perl-devel mailing list