The branch, master has been updated via 237953ceef946bd790d915dd228e8993147f26e1 (commit) from f601b13f520d1b82dca2bb59ae0893fc4bf27882 (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 237953ceef946bd790d915dd228e8993147f26e1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 10 23:02:25 2013 +0100 x2goadmincenter.spec: Provider x2goadmincenter.spec for building RPM packages. Inspired by x2godesktopsharing.spec and x2goclient.spec. (Thanks to Orion Poplawski!!!) ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 ++ x2goadmincenter.spec | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 108 insertions(+) create mode 100644 x2goadmincenter.spec The diff of changes is: diff --git a/debian/changelog b/debian/changelog index b4e8c2d..ece7055 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,10 @@ x2goadmincenter (0.0.0.1-0x2go1) UNRELEASED; urgency=low + Update SYNOPSIS fields and LONG_DESCRIPTION fields. * debian/source/format: + Switch to format 1.0. + * x2goadmincenter.spec: + + Provider x2goadmincenter.spec for building RPM packages. Inspired by + x2godesktopsharing.spec and x2goclient.spec. (Thanks to Orion + Poplawski!!!) [ Oleksandr Shneyder ] * Upstream version 0.0.0.1 (initial release): diff --git a/x2goadmincenter.spec b/x2goadmincenter.spec new file mode 100644 index 0000000..1e1d013 --- /dev/null +++ b/x2goadmincenter.spec @@ -0,0 +1,104 @@ +Name: x2goadmincenter +Version: 0.0.0.1 +Release: 0.0x2go1%{?dist} +Summary: X2Go Administration Center (Qt4 client) + +Group: Applications/System +License: GPLv2+ +URL: http://www.x2go.org +Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz + +BuildRequires: desktop-file-utils +BuildRequires: qt4-devel +Requires: hicolor-icon-theme + +%if 0%{?el5} +# For compatibility with EPEL5 +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%endif + +%description +X2Go is a serverbased 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 + +X2Go Admin Center is a graphical client (Qt4) for the X2go administration +interface. You can use it to administrate a single X2Go server, as well as +multi-server based X2Go clusters. + + +%package -n x2goadminserver +Summary: X2Go Administration Server (Perl/CGI) +Group: Applications/System + +%description -n x2goadminserver +X2Go is a serverbased 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 + +X2Go Admin Server is the server-side component of the X2Go Administration +center. + +For installation instruction/howtos/FAQs please visit http://wiki.x2go.org + + +%prep +%setup -q + + +%build +%if 0%{?el5} +sed -i -e '/^QMAKE_BINARY=/s@qmake-qt4@%{_libdir}/qt4/bin/qmake@' x2goadmincenter/Makefile +sed -i -e '/^LRELEASE_BINARY=/s@lrelease@%{_libdir}/qt4/bin/lrelease@' x2goadmincenter/Makefile +%endif +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 COPYING +%{_bindir}/%{name} +%{_datadir}/applications/%{name}.desktop +%{_datadir}/%{name}/ +%{_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 +%{_libdir}/%{name}/ +%{_mandir}/man8/%{name}.8.gz + + +%files -n x2goadminserver +%{_sysconfdir}/x2go/x2goadminserver.conf +%{_libdir}/x2go/ +%{_libdir}/cgi-bin/ +%{_mandir}/man5/x2go*.5.gz +%{_mandir}/man8/x2go*.8.gz + + +%changelog hooks/post-receive -- x2goadmincenter.git (X2Go Administration Center) 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 "x2goadmincenter.git" (X2Go Administration Center).