- add libperl_requires

OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=45
This commit is contained in:
Michael Schröder 2013-09-05 15:44:44 +00:00 committed by Git OBS Bridge
parent 88f57b2dae
commit 41aad864e9
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 5 17:44:34 CEST 2013 - mls@suse.de
- add libperl_requires, as we link against libperl and thus
need a specific version of perl
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 10 16:16:30 UTC 2013 - mrueckert@suse.de Mon Jun 10 16:16:30 UTC 2013 - mrueckert@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package irssi # spec file for package irssi
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -51,8 +51,9 @@ License: GPL-2.0+
Group: Productivity/Networking/IRC Group: Productivity/Networking/IRC
%if 0%{?suse_version} > 1130 %if 0%{?suse_version} > 1130
%{perl_requires} %{perl_requires}
%{?libperl_requires}
%else %else
Requires: perl = %perl_version Requires: perl = %{perl_version}
%endif %endif
%description %description