diff --git a/quassel.changes b/quassel.changes index 66ad47e..92e5bbf 100644 --- a/quassel.changes +++ b/quassel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 8 12:44:23 UTC 2019 - Tomáš Chvátal + +- Add ldap dependency so the feature is compiled too + ------------------------------------------------------------------- Thu Nov 22 09:28:48 UTC 2018 - Dirk Mueller diff --git a/quassel.spec b/quassel.spec index eba2ce7..346b587 100644 --- a/quassel.spec +++ b/quassel.spec @@ -1,7 +1,7 @@ # # spec file for package quassel # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,11 @@ # +%define realver 0.13.0 #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif -%define realver 0.13.0 Name: quassel Version: 0.13.0 Release: 0 @@ -47,6 +47,7 @@ BuildRequires: knotifications-devel BuildRequires: knotifyconfig-devel BuildRequires: ktextwidgets-devel BuildRequires: kxmlgui-devel +BuildRequires: openldap2-devel BuildRequires: pkgconfig BuildRequires: snorenotify-qt5-devel >= 0.7 BuildRequires: cmake(Qt5LinguistTools) @@ -186,8 +187,8 @@ install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}core # rewrite env shebang on scripts to normal shebang sed -i '1{ - s,^#!/usr/bin/env *bash *$,#!/bin/bash, - s,^#!/usr/bin/env *\([^ ]*\) *$,#!/usr/bin/\1, + s,^#!%{_bindir}/env *bash *$,#!/bin/bash, + s,^#!%{_bindir}/env *\([^ ]*\) *$,#!%{_bindir}/\1, }' %{buildroot}%{_datadir}/%{name}/scripts/* %pre core