automatic version update by autodist [release 2.03-1mamba;Wed Feb 24 2021]
This commit is contained in:
parent
b70a32895b
commit
a0e6254432
@ -1,29 +1,30 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-WWW-Mechanize
|
Name: perl-WWW-Mechanize
|
||||||
Version: 1.72
|
Version: 2.03
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: WWW::Mechanize - Handy web browsing in a Perl object
|
Summary: WWW::Mechanize - Handy web browsing in a Perl object
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/WWW-Mechanize-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/modules/by-module/WWW/WWW-Mechanize-%{version}.tar.gz
|
||||||
License: Artistic, GPL
|
License: Artistic, GPL
|
||||||
Requires: perl >= %perl_major_ver
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: perl-devel
|
BuildRequires: libperl
|
||||||
|
BuildRequires: perl-HTML-Form
|
||||||
BuildRequires: perl-HTML-Parser
|
BuildRequires: perl-HTML-Parser
|
||||||
|
BuildRequires: perl-HTTP-Cookies
|
||||||
|
BuildRequires: perl-HTTP-Message
|
||||||
|
BuildRequires: perl-devel
|
||||||
BuildRequires: perl-libwww
|
BuildRequires: perl-libwww
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl-HTML-Form
|
|
||||||
BuildRequires: perl-HTTP-Cookies
|
|
||||||
BuildRequires: perl-HTTP-Server-Simple
|
BuildRequires: perl-HTTP-Server-Simple
|
||||||
BuildRequires: perl-Test-Taint
|
BuildRequires: perl-Test-Taint
|
||||||
BuildRequires: perl-Test-Memory-Cycle
|
BuildRequires: perl-Test-Memory-Cycle
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: perl-devel >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
Requires: perl >= %perl_major_ver
|
||||||
|
|
||||||
%description
|
%description
|
||||||
WWW::Mechanize - Handy web browsing in a Perl object.
|
WWW::Mechanize - Handy web browsing in a Perl object.
|
||||||
@ -52,9 +53,6 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
* Sun Apr 28 2013 Automatic Build System <autodist@mambasoft.it> 1.72-1mamba
|
|
||||||
- update to 1.72
|
|
||||||
|
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
rm -f .packlist
|
rm -f .packlist
|
||||||
|
|
||||||
@ -62,5 +60,11 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 2.03-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Apr 28 2013 Automatic Build System <autodist@mambasoft.it> 1.72-1mamba
|
||||||
|
- update to 1.72
|
||||||
|
|
||||||
* Fri Nov 05 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.66-1mamba
|
* Fri Nov 05 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.66-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user