[X2Go-Commits] x2goclient.git - master (branch) updated: 4.0.1.1-31-g0c46ca9

X2Go dev team git-admin at x2go.org
Fri Nov 29 13:54:28 CET 2013


The branch, master has been updated
       via  0c46ca9f20eb466324184192f724bd1403b89c76 (commit)
      from  86d776a57fa2f8d31240e34b852bee71585a7992 (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 0c46ca9f20eb466324184192f724bd1403b89c76
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Nov 29 13:53:44 2013 +0100

    Ship x2goclient.spec (RPM package definitions) in upstream project.

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

Summary of changes:
 debian/changelog |    1 +
 x2goclient.spec  |  112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 113 insertions(+)
 create mode 100644 x2goclient.spec

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index f419dec..b39f80a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ x2goclient (4.0.1.2-0x2go2) UNRELEASED; urgency=low
   * Pull-in packaging changes from Debian.
   * debian/source/format:
     + Switch to format 1.0.
+  * Ship x2goclient.spec (RPM package definitions) in upstream project.
 
   [ Ricardo Díaz Martín ]
   * New upstream versino (4.0.1.2):
diff --git a/x2goclient.spec b/x2goclient.spec
new file mode 100644
index 0000000..708c14b
--- /dev/null
+++ b/x2goclient.spec
@@ -0,0 +1,112 @@
+Name:           x2goclient
+Version:        4.0.1.2
+Release:        0.1%{?dist}
+Summary:        Graphical client for use with the X2Go network based computing environment
+
+Group:          Applications/Communications
+License:        GPLv2+
+URL:            http://www.x2go.org
+Source0:        http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires:  cups-devel
+BuildRequires:  desktop-file-utils
+BuildRequires:  libssh-devel
+BuildRequires:  libXpm-devel
+%if 0%{?fedora}
+BuildRequires:  man2html-core
+%else
+BuildRequires:  man
+%endif
+BuildRequires:  openldap-devel
+BuildRequires:  qt-devel
+BuildRequires:  qtbrowserplugin-static
+Requires:       hicolor-icon-theme
+Requires:       mozilla-filesystem
+Requires:       nxproxy
+
+%description
+This client will be able to connect to X2Go server(s) and start, stop, resume 
+and terminate (running) desktop sessions. X2Go Client stores different server 
+connections and may automatically request authentication data from LDAP 
+directories. 
+
+
+%prep
+%setup -q
+# Fix up install issues
+sed -i -e 's/-o root -g root//' Makefile
+sed -i -e '/^MOZPLUGDIR=/s/lib/%{_lib}/' Makefile
+# Use system qtbrowserplugin
+sed -i -e '/CFGPLUGIN/aTEMPLATE=lib' x2goclient.pro
+sed -i -e '/^LIBS /s/$/ -ldl/' x2goclient.pro
+sed -i -e 's/include.*qtbrowserplugin.pri)/LIBS += -lqtbrowserplugin/' x2goclient.pro
+rm -r qtbrowserplugin*
+
+
+%build
+export PATH=%{_qt4_bindir}:$PATH
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+
+
+%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 AUTHORS COPYING LICENSE 
+%{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
+%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
+%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
+%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
+%{_datadir}/%{name}/
+%{_libdir}/mozilla/plugins/libx2goplugin.so
+%{_mandir}/man1/%{name}.1.gz
+
+
+%changelog
+* Wed Sep 11 2013 Orion Poplawski <orion at cora.nwra.com> - 4.0.1.1-1
+- Update to 4.0.1.1
+- Drop patches applied upstream
+
+* Thu Sep 5 2013 Orion Poplawski <orion at cora.nwra.com> - 4.0.1.0-5
+- Build against system qtbrowserplugin
+
+* Fri Aug 30 2013 Orion Poplawski <orion at cora.nwra.com> - 4.0.1.0-4
+- Add BR desktop-file-utils and validate desktop file
+- Add gtk-update-icon-cache scriptlets
+
+* Wed Apr 10 2013 Orion Poplawski <orion at cora.nwra.com> - 4.0.1.0-3
+- Add patch to set dpi automatically
+
+* Thu Mar 28 2013 Orion Poplawski <orion at cora.nwra.com> - 4.0.1.0-2
+- Add patch to fix proxy connection issue
+
+* Mon Mar 25 2013 Orion Poplawski <orion at cora.nwra.com> - 4.0.1.0-1
+- Update to 4.0.1.0
+
+* Tue Feb 12 2013 Orion Poplawski <orion at cora.nwra.com> - 4.0.0.2-1
+- Update to 4.0.0.2
+
+* Fri Jan 18 2013 Orion Poplawski <orion at cora.nwra.com> - 4.0.0.1-1
+- Update to 4.0.0.1
+
+* Wed Dec 12 2012 Orion Poplawski <orion at cora.nwra.com> - 3.99.3.1-0.1
+- Update to latest git
+
+* Tue Dec 11 2012 Orion Poplawski <orion at cora.nwra.com> - 3.99.3.0-1
+- Initial Fedora package


hooks/post-receive
-- 
x2goclient.git (X2Go Client)

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 "x2goclient.git" (X2Go Client).




More information about the x2go-commits mailing list