[X2Go-Commits] x2goplasmabindings.git - master (branch) updated: 3.0.1.5-8-gb728bec

X2Go dev team git-admin at x2go.org
Wed Dec 11 16:26:20 CET 2013


The branch, master has been updated
       via  b728bec0717bdc162f3f74ac70e5b06a495935be (commit)
      from  77397adaee7b8e051cb3c729d46cf010296c9a5f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b728bec0717bdc162f3f74ac70e5b06a495935be
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Dec 11 16:26:15 2013 +0100

    x2goplasmabindings.spec: Provide x2goplasmabindings.spec for building RPM package.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog        |    2 ++
 x2goplasmabindings.spec |   72 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)
 create mode 100644 x2goplasmabindings.spec

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 5e9e117..e91b8dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ x2goplasmabindings (3.0.2.0-0x2go1) UNRELEASED; urgency=low
     + Hardened package build.
   * debian/source/format:
     + Switch to format 1.0.
+  * x2goplasmabindings.spec:
+    + Provide x2goplasmabindings.spec for building RPM package.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Mon, 31 Dec 2012 16:43:11 +0100
 
diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec
new file mode 100644
index 0000000..5027f2b
--- /dev/null
+++ b/x2goplasmabindings.spec
@@ -0,0 +1,72 @@
+Name:           x2goplasmabindings
+Version:        3.0.2.0
+Release:        0.0x2go1%{?dist}
+License:        GPLv2+
+URL:            http://www.x2go.org
+Source0:        http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires:  cmake
+BuildRequires:  kde-filesystem
+
+%if 0%{?el5}
+# For compatibility with EPEL5
+BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+%endif
+
+%package -n plasma-widget-x2go
+Summary:        Plasma widget for control X2Go sessions
+Group:          Applications/Communications
+Requires:       hicolor-icon-theme
+Requires:       x2goserver
+
+%description -n plasma-widget-x2go
+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 package adds a plasma widget (KDE4) for controlling your
+X2Go session.
+
+%prep
+%setup -q
+
+
+%build
+%cmake .
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+
+%check
+ctest
+
+
+%post
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%files
+%doc debian/changelog
+%doc debian/copyright
+%{_libdir}/
+%{_datadir}/
+
+%changelog
+


hooks/post-receive
-- 
x2goplasmabindings.git (Plasma/KDE4 Widget for X2Go)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goplasmabindings.git" (Plasma/KDE4 Widget for X2Go).




More information about the x2go-commits mailing list