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:
James McDonough 2013-04-11 20:10:50 +00:00 committed by Git OBS Bridge
parent cd70f79031
commit 33ea9b7bdb
2 changed files with 10 additions and 0 deletions

View File

@ -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
-------------------------------------------------------------------

View File

@ -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