Accepting request 42801 from home:computersalat:devel:perl
Copy from home:computersalat:devel:perl/perl-libwww-perl via accept of submit request 42801 revision 5. Request was accepted with message: self accept OBS-URL: https://build.opensuse.org/request/show/42801 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=18
This commit is contained in:
parent
ddc9e2c22f
commit
169d6ddec2
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 8 17:58:17 UTC 2010 - chris@computersalat.de
|
||||
|
||||
- fix deps
|
||||
o added missing IO::{Unc,C}ompress::* stuff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 7 12:47:35 UTC 2010 - chris@computersalat.de
|
||||
|
||||
|
@ -34,9 +34,15 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
%endif
|
||||
BuildRequires: perl(Crypt::SSLeay)
|
||||
BuildRequires: perl(Compress::Raw::Zlib)
|
||||
BuildRequires: perl(Digest::MD5)
|
||||
BuildRequires: perl(HTML::Parser) >= 3.33
|
||||
BuildRequires: perl(HTML::Tagset)
|
||||
BuildRequires: perl(IO::Compress::Gzip)
|
||||
BuildRequires: perl(IO::Compress::Deflate)
|
||||
BuildRequires: perl(IO::Uncompress::Gunzip)
|
||||
BuildRequires: perl(IO::Uncompress::Inflate)
|
||||
BuildRequires: perl(IO::Uncompress::RawInflate)
|
||||
BuildRequires: perl(URI) >= 1.10
|
||||
Requires: perl = %{perl_version}
|
||||
Requires: perl(Compress::Raw::Zlib)
|
||||
@ -44,7 +50,11 @@ Requires: perl(Crypt::SSLeay)
|
||||
Requires: perl(Digest::MD5)
|
||||
Requires: perl(HTML::Parser) >= 3.33
|
||||
Requires: perl(HTML::Tagset)
|
||||
Requires: perl(IO::Compress)
|
||||
Requires: perl(IO::Compress::Gzip)
|
||||
Requires: perl(IO::Compress::Deflate)
|
||||
Requires: perl(IO::Uncompress::Gunzip)
|
||||
Requires: perl(IO::Uncompress::Inflate)
|
||||
Requires: perl(IO::Uncompress::RawInflate)
|
||||
Requires: perl(URI) >= 1.10
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user