This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2golxdebindings. from a763856 Continue development... new 4cfdeaf x2golxdebindings.spec: Adapt to building on openSUSE/SLES. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 3 ++- x2golxdebindings.spec | 20 +++++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2golxdebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2golxdebindings. commit 4cfdeafa014abfdc04bb57c353353dd988e0757a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 15 05:54:18 2014 +0200 x2golxdebindings.spec: Adapt to building on openSUSE/SLES. --- debian/changelog | 3 ++- x2golxdebindings.spec | 20 +++++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index d311dc2..17ee0e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ x2golxdebindings (1.0.2.3-0x2go1) UNRELEASED; urgency=low - * Continue development... + * x2golxdebindings.spec: + + Adapt to building on openSUSE/SLES. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 02 Apr 2014 10:38:54 +0200 diff --git a/x2golxdebindings.spec b/x2golxdebindings.spec index 3938d07..533eea8 100644 --- a/x2golxdebindings.spec +++ b/x2golxdebindings.spec @@ -1,17 +1,30 @@ Name: x2golxdebindings Version: 1.0.2.3 Release: 0.0x2go1%{?dist} -Group: Applications/Communications Summary: LXDE Bindings for X2Go -License: GPL-2.0 +%if 0%{?suse_version} +License: GPL-2.0+ +Group: Productivity/Networking/Remote Desktop +%else +License: GPLv2+ +Group: Applications/Communications +%endif URL: http://www.x2go.org/ Source0: http://code.x2go.org/releases/source/%name/%name-%version.tar.gz - +Source1: %{name}-rpmlintrc BuildArch: noarch +%if 0%{?suse_version} +BuildRequires: nuoveXT2-icon-theme +%else BuildRequires: lxde-icon-theme +%endif BuildRequires: desktop-file-utils Requires: x2goserver >= 3.0.99.6 +%if 0%{?suse_version} +Requires: nuoveXT2-icon-them +%else Requires: lxde-icon-theme +%endif Requires: desktop-file-utils Requires: gtk2 or gtk3 @@ -94,6 +107,7 @@ fi %files +%defattr(-,root,root) %doc debian/changelog %doc debian/copyright %{_bindir}/ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2golxdebindings.git