Accepting request 163695 from home:jmcdough:irc
- Fix OTR in post-12.2 systems to build using libotr2 as libotr interface has changed OBS-URL: https://build.opensuse.org/request/show/163695 OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=17
This commit is contained in:
parent
cd70f79031
commit
33ea9b7bdb
@ -1,6 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 5 17:38:26 UTC 2012 - jmcdonough@suse.com
|
||||
|
||||
- Fix OTR in post-12.2 systems to build using libotr2 as
|
||||
libotr interface has changed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 5 17:38:26 UTC 2012 - jmcdonough@suse.com
|
||||
|
||||
- Fix build typo to enable OTR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -36,8 +36,12 @@ BuildRequires: xmlto
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
%if 0%{?with_libotr:1}
|
||||
%if 0%{?suse_version} >= 1230
|
||||
BuildRequires: libotr2-devel
|
||||
%else
|
||||
BuildRequires: libotr-devel
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildRequires: libpurple-devel
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user