[X2Go-Commits] [x2goserver] 31/50: xsettings: change RPM spec file to include the new x2goserver-xsettings package.
git-admin at x2go.org
git-admin at x2go.org
Thu Jan 14 05:14:03 CET 2016
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/x2goserver-xsettings
in repository x2goserver.
commit 2c5408280f2390a0f3e42c2bca1ecff36af08ffe
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Nov 24 03:54:16 2014 +0100
xsettings: change RPM spec file to include the new x2goserver-xsettings package.
---
x2goserver.spec | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)
diff --git a/x2goserver.spec b/x2goserver.spec
index 8278916..efd52c2 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -131,7 +131,8 @@ Requires(post): perl-X2Go-Server-DB
Requires(post): x2goserver-common
Requires: x2goserver-extensions
Requires: x2goserver-xsession
-#Recommends: x2goserver-fmbindings
+Requires: x2goserver-xsettings
+#Recommands: x2goserver-fmbindings
#Recommends: x2goserver-printing
%{?perl_default_filter}
@@ -451,6 +452,28 @@ corresponding desktop shell:
- under KDE4 by plasma-widget-x2go
- under MATE by x2gomatebindings
+%package xsettings
+Summary: X2Go Server (Xsettings support)
+Requires: %{name} = %{version}-%{release}
+Requires: xsettingsd
+%if 0%{?fedora} || 0%{?rhel}
+Group: Applications/Communications
+%else
+Group: Productivity/Networking/Remote Desktop
+%endif
+%description xsettings
+X2Go is a server based computing environment with
+ - session resuming
+ - low bandwidth support
+ - session brokerage support
+ - client side mass storage mounting support
+ - audio support
+ - authentication by smartcard and USB stick
+
+This X2Go Server add-on enables support for the XSETTINGS protocol
+via the xsettingsd configuration daemon. For Linux clients, it provides
+seamless support for the user's current settings.
+
%prep
%setup -q
@@ -800,5 +823,10 @@ fi
%{_datadir}/x2go/x2gofeature.d/x2goserver-xsession.features
%{_datadir}/x2go/versions/VERSION.x2goserver-xsession
+#files xsettings
+%defattr(-,root,root)
+%config(noreplace) %{_sysconfdir}/x2go/xsettings
+%{_datadir}/x2go/x2gofeature.d/x2goserver-xsettings.features
+%{_datadir}/x2go/versions/VERSION.x2goserver-xsettings
%changelog
--
Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
More information about the x2go-commits
mailing list