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:
parent
8f890e2447
commit
62825590c6
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user