commit 1d352a945cf1b478497c2ae271c9874c3ba480b3 Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Mon Nov 28 11:30:55 2011 +0100 1.71 bump .gitignore | 1 + perl-WWW-Mechanize.spec | 20 +++++++------------- sources | 2 +- 3 files changed, 9 insertions(+), 14 deletions(-) --- diff --git a/.gitignore b/.gitignore index ad2f68f..703fe77 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ WWW-Mechanize-1.62.tar.gz /WWW-Mechanize-1.66.tar.gz /WWW-Mechanize-1.68.tar.gz /WWW-Mechanize-1.70.tar.gz +/WWW-Mechanize-1.71.tar.gz diff --git a/perl-WWW-Mechanize.spec b/perl-WWW-Mechanize.spec index 1b4bcb1..6b78c39 100644 --- a/perl-WWW-Mechanize.spec +++ b/perl-WWW-Mechanize.spec @@ -6,22 +6,19 @@ %bcond_with livetests Name: perl-WWW-Mechanize -Version: 1.70 +Version: 1.71 Release: 1%{?dist} Summary: Automates web page form & link interaction - Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/WWW-Mechanize/ -Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/WWW-Mechanize-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/WWW-Mechanize-%{version}.tar.gz BuildArch: noarch - Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # HTML::Status is not used anymore probably #Requires: perl(HTTP::Status) # LWP is not run-time dependecy probably #Requires: perl(LWP) >= 5.829 - BuildRequires: perl(Carp) BuildRequires: perl(CGI) BuildRequires: perl(ExtUtils::MakeMaker) @@ -63,7 +60,6 @@ BuildRequires: perl(HTTP::Daemon) BuildRequires: perl(HTTP::Response) %endif - %description "WWW::Mechanize", or Mech for short, helps you automate interaction with a website. It supports performing a sequence of page fetches @@ -73,11 +69,9 @@ selected, form fields can be filled and the next page can be fetched. Mech also stores a history of the URLs you've visited, which can be queried and revisited. - %prep %setup -q -n WWW-Mechanize-%{version} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor \ %if %{with localtests} @@ -92,7 +86,6 @@ queried and revisited. %endif make %{?_smp_mflags} - %install make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} + @@ -104,21 +97,22 @@ for F in Changes; do touch -r "$F" "${F}.utf8" && mv "${F}.utf8" "$F" done; - %check make test - %files -%defattr(-,root,root,-) %doc Changes etc/www-mechanize-logo.png %{_bindir}/mech-dump %{perl_vendorlib}/* %{_mandir}/man1/*.1* %{_mandir}/man3/*.3pm* - %changelog +* Mon Nov 28 2011 Petr Šabata <contyk@xxxxxxxxxx> - 1.71-1 +- 1.71 bump +- Remove defattr +- Correct Source URL + * Sat Aug 27 2011 Petr Sabata <contyk@xxxxxxxxxx> - 1.70-1 - 1.70 bump (live tests won't run by default now) diff --git a/sources b/sources index 86f9b55..a983e54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ade3d06ef7e16b91864cda77b9d89a6 WWW-Mechanize-1.70.tar.gz +56f059ecbe674c786779e92a27747746 WWW-Mechanize-1.71.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel