This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from 3195d62 Different RPM distros have different or no %cmake macro. new 6da8d89 x2goplasmabindings.spec: several fixes 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: x2goplasmabindings.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit 6da8d89ef620c8e7bd5b3d0ce89473a51eff72bc Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 20:40:50 2014 +0200 x2goplasmabindings.spec: several fixes --- x2goplasmabindings.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 4b05836..25edf85 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -3,7 +3,11 @@ Summary: Plasma widget for control X2Go sessions Group: Applications/Communications Version: 3.0.2.1 Release: 0.0x2go1%{?dist} +%if 0%{?suse_version} +License: GPL-2.0+ +%else License: GPLv2+ +%endif URL: http://www.x2go.org Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz @@ -68,10 +72,10 @@ cmake .. \ -DCMAKE_INSTALL_LIBEXEC="%_libexecdir" \ -DCMAKE_C_FLAGS:STRING="%optflags" \ -DCMAKE_CXX_FLAGS:STRING="%optflags" -%fi +%endif %else %cmake . -%fi +%endif make %{?_smp_mflags} @@ -98,6 +102,7 @@ fi %files -n plasma-widget-x2go +%defattr(-,root,root) %doc debian/changelog %doc debian/copyright %{_libdir}/ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git