OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=40
This commit is contained in:
parent
ce110532f2
commit
75686d6b97
@ -43,18 +43,12 @@ BuildRequires: perl(HTTP::Request) >= 6
|
||||
BuildRequires: perl(HTTP::Request::Common) >= 6
|
||||
BuildRequires: perl(HTTP::Response) >= 6
|
||||
BuildRequires: perl(HTTP::Status) >= 6
|
||||
BuildRequires: perl(IO::Select)
|
||||
BuildRequires: perl(IO::Socket)
|
||||
BuildRequires: perl(LWP::MediaTypes) >= 6
|
||||
BuildRequires: perl(MIME::Base64) >= 2.1
|
||||
BuildRequires: perl(Net::FTP) >= 2.58
|
||||
BuildRequires: perl(Net::HTTP) >= 6
|
||||
BuildRequires: perl(Net::HTTP) >= 6.04
|
||||
BuildRequires: perl(URI) >= 1.10
|
||||
BuildRequires: perl(URI::Escape)
|
||||
BuildRequires: perl(WWW::RobotRules) >= 6
|
||||
#
|
||||
Requires: perl(Digest::MD5)
|
||||
Requires: perl(Encode) >= 2.12
|
||||
Requires: perl(Encode::Locale)
|
||||
Requires: perl(File::Listing) >= 6
|
||||
Requires: perl(HTML::Entities)
|
||||
@ -67,12 +61,8 @@ Requires: perl(HTTP::Request) >= 6
|
||||
Requires: perl(HTTP::Request::Common) >= 6
|
||||
Requires: perl(HTTP::Response) >= 6
|
||||
Requires: perl(HTTP::Status) >= 6
|
||||
Requires: perl(IO::Select)
|
||||
Requires: perl(IO::Socket)
|
||||
Requires: perl(LWP::MediaTypes) >= 6
|
||||
Requires: perl(MIME::Base64) >= 2.1
|
||||
Requires: perl(Net::FTP) >= 2.58
|
||||
Requires: perl(Net::HTTP) >= 6
|
||||
Requires: perl(Net::HTTP) >= 6.04
|
||||
Requires: perl(URI) >= 1.10
|
||||
Requires: perl(URI::Escape)
|
||||
Requires: perl(WWW::RobotRules) >= 6
|
||||
@ -80,8 +70,7 @@ Requires: perl(WWW::RobotRules) >= 6
|
||||
Recommends: perl(Authen::NTML) >= 2.12
|
||||
Recommends: perl(Data::Dump)
|
||||
Recommends: perl(IO::Socket::SSL) >= 1.38
|
||||
Recommends: perl(Mozilla::CA) >= 20110101
|
||||
Recommends: perl(Net::HTTPS) >= 6
|
||||
Recommends: perl(LWP::Protocol::https) >= 6.02
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%{perl_requires}
|
||||
@ -97,24 +86,22 @@ help you implement simple HTTP servers.
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%patch0 -p1
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
make test
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%defattr(-,root,root,755)
|
||||
%doc AUTHORS Changes README README.SSL talk-to-ourself
|
||||
%attr(755,root,root) %{_bindir}/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user