commit bde6bcb56d85a627d622f99412eb58fb2f5af806
Author: Emmanuel Seyman <emmanuel.sey...@club-internet.fr>
Date:   Sun Dec 2 14:27:11 2012 +0100

    Various cleanups

 perl-WWW-Mechanize-GZip.spec |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/perl-WWW-Mechanize-GZip.spec b/perl-WWW-Mechanize-GZip.spec
index 66dcc5b..9dabf53 100644
--- a/perl-WWW-Mechanize-GZip.spec
+++ b/perl-WWW-Mechanize-GZip.spec
@@ -1,13 +1,13 @@
 Name:       perl-WWW-Mechanize-GZip 
 Version:    0.12 
-Release:    9%{?dist}
+Release:    10%{?dist}
 # lib/WWW/Mechanize/GZip.pm -> GPL+ or Artistic
 License:    GPL+ or Artistic 
-Group:      Development/Libraries
-Summary:    Fetch compressed webpages
+
+Summary:    Fetch compressed web pages
 Source:     
http://search.cpan.org/CPAN/authors/id/P/PE/PEGI/WWW-Mechanize-GZip-%{version}.tar.gz
 
 Url:        http://search.cpan.org/dist/WWW-Mechanize-GZip
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
+
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
 
@@ -25,11 +25,11 @@ Requires:      perl(Compress::Zlib)
 
 %description
 The WWW::Mechanize::GZip module tries to fetch a URL by requesting 
-gzip-compression from the webserver.  If the response contains
+gzip-compression from the web server.  If the response contains
 a header with 'Content-Encoding: gzip', it decompresses the response in
 order to get the original (uncompressed) content. This module will help
-to reduce bandwith fetching webpages, if supported by the webeserver.
-If the webserver does not support gzip-compression, no decompression
+to reduce bandwidth fetching web pages, if supported by the web server.
+If the web server does not support gzip-compression, no decompression
 will be made.
 
 
@@ -42,8 +42,6 @@ find . -type f -exec chmod -x -c {} \;
 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 ';'
@@ -53,16 +51,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
+* Sun Dec 02 2012 Emmanuel Seyman <emman...@seyman.fr> - 0.12-10
+- Remove no-longer-used macros
+- Fix spelling mistakes
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.12-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to