rpms/perl-WWW-Mechanize/F-7 perl-WWW-Mechanize.spec, 1.11, 1.12 sources, 1.8, 1.9

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Dec 8 08:16:22 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-WWW-Mechanize/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9868

Modified Files:
	perl-WWW-Mechanize.spec sources 
Log Message:
* Fri Dec 07 2007 Chris Weyl <cweyl at alumni.drew.edu> - 1.32-1
- update to 1.32



Index: perl-WWW-Mechanize.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/F-7/perl-WWW-Mechanize.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-WWW-Mechanize.spec	7 Jun 2007 15:29:41 -0000	1.11
+++ perl-WWW-Mechanize.spec	8 Dec 2007 08:15:48 -0000	1.12
@@ -10,22 +10,25 @@
 %{?_with_livetests:%define livetests 1}
 
 Name:           perl-WWW-Mechanize
-Version:        1.30
-Release:        2%{?dist}
+Version:        1.32
+Release:        1%{?dist}
 Summary:        Automates web page form & link interaction
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/WWW-Mechanize/
 Source0:        http://www.cpan.org/authors/id/P/PE/PETDANCE/WWW-Mechanize-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
-BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage), perl(Test::Exception)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::Memory::Cycle), perl(Test::Taint), perl(Test::Warn)
 BuildRequires:  perl(HTML::TokeParser), perl(LWP::UserAgent), perl(URI::URL)
 BuildRequires:  perl(IO::Socket::SSL)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 "WWW::Mechanize", or Mech for short, helps you automate interaction
@@ -57,11 +60,13 @@
 
 
 %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 {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+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 ';'
+
+%{_fixperms} %{buildroot}/*
 
 
 %check
@@ -69,12 +74,12 @@
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files
 %defattr(-,root,root,-)
-%doc Changes etc/www-mechanize-logo.png
+%doc Changes etc/www-mechanize-logo.png  
 %{_bindir}/mech-dump
 %{perl_vendorlib}/WWW/
 %{_mandir}/man1/*.1*
@@ -82,6 +87,9 @@
 
 
 %changelog
+* Fri Dec 07 2007 Chris Weyl <cweyl at alumni.drew.edu> - 1.32-1
+- update to 1.32
+
 * Thu Jun  7 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.30-2
 - New rebuild option: "--with livetests".
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/F-7/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	7 Jun 2007 15:29:41 -0000	1.8
+++ sources	8 Dec 2007 08:15:48 -0000	1.9
@@ -1 +1 @@
-13efe329942f741f966f09ea4f95710b  WWW-Mechanize-1.30.tar.gz
+1cc07496c920cce3a2b681831cbf5b8d  WWW-Mechanize-1.32.tar.gz




More information about the fedora-extras-commits mailing list