Accepting request 229678 from home:cseader:branches:server:irc

Modified spec to include --purple for building in SLE >= 11

OBS-URL: https://build.opensuse.org/request/show/229678
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal 2014-04-23 14:25:13 +00:00 committed by Git OBS Bridge
parent 8f890e2447
commit 62825590c6
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 30 19:17:00 UTC 2014 - cs@suse.com
- Modified spec to include --purple for building in SLE >= 11
-------------------------------------------------------------------
Fri Dec 13 10:54:08 UTC 2013 - cs@suse.com

View File

@ -43,9 +43,10 @@ BuildRequires: libotr2-devel
BuildRequires: libotr-devel
%endif
%endif
%if 0%{?suse_version} >= 1120
%if 0%{?suse_version} >= 1110
BuildRequires: libpurple-devel
%endif
PreReq: /usr/sbin/groupadd /usr/sbin/useradd
%description
@ -113,7 +114,7 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
--pidfile="%{_localstatedir}/run/%{name}.pid" \
--config="%{_localstatedir}/lib/%{name}" \
--ipcsocket="%{_localstatedir}/run/%{name}.sock" \
%if 0%{?suse_version} >= 1120
%if 0%{?suse_version} >= 1110
--purple=1 \
%else
--purple=0 \