This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit 74a5cc55620eeb343552dcac952993d1594eec11 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 20:14:54 2014 +0200 x2goplasmabindings.spec: Adapt to building on openSUSE/SLES. --- debian/changelog | 2 ++ x2goplasmabindings.spec | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 92c36dc..b6c4961 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ x2goplasmabindings (3.0.2.1-0x2go1) UNRELEASED; urgency=low - Add copyright notices to file headers. Add COPYING file (LGPL-2). (Fixes: #304). * debian/copyright: + Update file. Make it DEP-5 compliant. + * x2goplasmabindings.spec: + + Adapt to building on openSUSE/SLES. [ Martti Pitkänen ] * New upstream version (3.0.2.1): diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 8f953c5..e069937 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -8,8 +8,13 @@ URL: http://www.x2go.org Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz BuildRequires: cmake +%if 0%{?suse_version} +BuildRequires: kde4-filesystem +BuildRequires: libkde4-devel +%else BuildRequires: kde-filesystem BuildRequires: kdelibs4-devel +%endif Requires: plasma-widget-x2go %if 0%{?el5} -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git