forked from pool/quassel
Accepting request 663656 from KDE:Extra
- Add ldap dependency so the feature is compiled too OBS-URL: https://build.opensuse.org/request/show/663656 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quassel?expand=0&rev=49
This commit is contained in:
commit
be7eedd25f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 8 12:44:23 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Add ldap dependency so the feature is compiled too
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 22 09:28:48 UTC 2018 - Dirk Mueller <dmueller@suse.com>
|
Thu Nov 22 09:28:48 UTC 2018 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package quassel
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||||
%if ! %{defined _fillupdir}
|
%if ! %{defined _fillupdir}
|
||||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
%define realver 0.13.0
|
|
||||||
Name: quassel
|
Name: quassel
|
||||||
Version: 0.13.0
|
Version: 0.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -47,6 +47,7 @@ BuildRequires: knotifications-devel
|
|||||||
BuildRequires: knotifyconfig-devel
|
BuildRequires: knotifyconfig-devel
|
||||||
BuildRequires: ktextwidgets-devel
|
BuildRequires: ktextwidgets-devel
|
||||||
BuildRequires: kxmlgui-devel
|
BuildRequires: kxmlgui-devel
|
||||||
|
BuildRequires: openldap2-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: snorenotify-qt5-devel >= 0.7
|
BuildRequires: snorenotify-qt5-devel >= 0.7
|
||||||
BuildRequires: cmake(Qt5LinguistTools)
|
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
|
# rewrite env shebang on scripts to normal shebang
|
||||||
sed -i '1{
|
sed -i '1{
|
||||||
s,^#!/usr/bin/env *bash *$,#!/bin/bash,
|
s,^#!%{_bindir}/env *bash *$,#!/bin/bash,
|
||||||
s,^#!/usr/bin/env *\([^ ]*\) *$,#!/usr/bin/\1,
|
s,^#!%{_bindir}/env *\([^ ]*\) *$,#!%{_bindir}/\1,
|
||||||
}' %{buildroot}%{_datadir}/%{name}/scripts/*
|
}' %{buildroot}%{_datadir}/%{name}/scripts/*
|
||||||
|
|
||||||
%pre core
|
%pre core
|
||||||
|
Loading…
x
Reference in New Issue
Block a user