Mailinglist Archive: opensuse-packaging (205 mails)
| < Previous | Next > |
Re: [opensuse-packaging] Request for perl help
- From: "Joop Boonen" <joop_boonen@xxxxxx>
- Date: Tue, 27 Sep 2011 01:00:38 +0200
- Message-id: <3f36bccece80c7b8d2be7a6bcc4c3b09.squirrel@www.boonen.name>
On Mon, September 26, 2011 11:49 pm, Greg Freemyer wrote:
I would use (if it works, I didn't test it). The reason is because perl
5.12 wouldn't work for example openSuSE 11.3.:
%if perl < 5.12 in stead of %if 0%{suse_version} < 1140
Regards,
Joop.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
On Mon, Sep 26, 2011 at 4:29 PM, Joop Boonen <joop.boonen@xxxxxxxxxx>wrote:
probably doesn't support per 5.12 any more.Hi Greg,
As you can see this perl module (2.0.15) is quite old because of this
perl-IO-Compresshttp://search.cpan.org/~pmqs/IO-Compress-Bzip2-2.015/
I think it's better to use a more resent version.
http://search.cpan.org/~pmqs/IO-Compress-2.037/
Contains IO:Compress:Bzip2
http://search.cpan.org/~pmqs/IO-Compress-2.037/lib/IO/Compress/Bzip2.pm
I see that this package already exists: perl-IO-Compress in
devel:languages:perl
Regards,
Joop.
Joop,
Thanks but this looking a little more complex.
perl-IO-Compress won't install because it requires perl-Compress-Raw-Zlib
perl-Compress-Raw-Zlib won't install because it is obsoleted by
perl-5.12.3-11.16.1.x86_64
Assuming that means what it says I'm testing this specfile change to
I would use (if it works, I didn't test it). The reason is because perl
5.12 wouldn't work for example openSuSE 11.3.:
%if perl < 5.12 in stead of %if 0%{suse_version} < 1140
============
# Compress::Raw::Zlib is now a core perl function
%if 0%{suse_version} < 1140
BuildRequires: perl(Compress::Raw::Zlib) >= %{version}
Requires: perl(Compress::Raw::Zlib) >= %{version}
%endif
============
Can you (or anyone else) confirm that the above is accurate.
Thanks
Greg
--
Regards,
Joop.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |