This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit ac791aec310fb8e49fd4443c53313c172db7490e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Dec 8 13:59:09 2014 +0100 Adapt to building on openSUSE/SLES. --- debian/changelog | 2 +- x2gomatebindings.spec | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a2a8ad1..f86d02b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ x2gomatebindings (0.0.1.3-0~x2go1) UNRELEASED; urgency=medium - Re-name x2gocaja to "Caja (X2Go/SSHFS)" in x2gocaja.desktop file. * x2gomatebindings.spec: + Drop from BR: GConf2-devel. + + Adapt to building on openSUSE/SLES. + On openSUSE the icon drive-optical.png is media-optical.png. [ Mark Pedersen-Cook ] @@ -12,7 +13,6 @@ x2gomatebindings (0.0.1.3-0~x2go1) UNRELEASED; urgency=medium - Add Danish translation file. - Translate Name= field in x2gosuspend-mate to Danish. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 03 Oct 2014 17:03:24 +0200 x2gomatebindings (0.0.1.2-0~x2go2) unstable; urgency=low diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec index a565bec..742a722 100644 --- a/x2gomatebindings.spec +++ b/x2gomatebindings.spec @@ -1,11 +1,17 @@ Name: x2gomatebindings Version: 0.0.1.3 Release: 0.0x2go1%{?dist} -Group: Applications/Communications Summary: X2Go MATE bindings and MIME types -License: GPL-2.0 +%if 0%{?suse_version} +License: GPL-2.0+ +Group: Productivity/Networking/Remote Desktop +%else +Group: Applications/Communications +License: GPLv2+ +%endif URL: http://www.x2go.org/ Source0: http://code.x2go.org/releases/source/%name/%name-%version.tar.gz +Source1: %{name}-rpmlintrc BuildRequires: autoconf >= 2.57, automake >= 1.7.6 BuildRequires: mate-common @@ -100,6 +106,7 @@ fi %files +%defattr(-,root,root) %doc debian/changelog %doc debian/copyright %{_sysconfdir}/ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git