The branch, master has been updated via e9c45f425b48e79816959fc2b1e658aebc260a0a (commit) from 175327d6925e67a618b7208f7c0aae3faddcfa23 (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 e9c45f425b48e79816959fc2b1e658aebc260a0a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 11 15:52:52 2013 +0100 x2gomatebindings.spec: Add x2gomatebindings.spec for building RPM package. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2gomatebindings.spec | 72 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 x2gomatebindings.spec The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 9298b3d..57e6bcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ x2gomatebindings (0.0.1.2-0~x2go1) UNRELEASED; urgency=low + Depend on gnome-colors-common and caja (>= 1.6.0). * debian/source/format: + Switch to format 1.0. + * x2gomatebindings.spec: + + Add x2gomatebindings.spec for building RPM package. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 28 Jul 2013 18:35:22 +0200 diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec new file mode 100644 index 0000000..3cd3bc7 --- /dev/null +++ b/x2gomatebindings.spec @@ -0,0 +1,72 @@ +Name: x2gomatebindings +Version: 0.0.1.2 +Release: 0.0x2go1%{?dist} +Group: Applications/Communications +Summary: X2Go MATE bindings and MIME types +License: GPL-2.0 +URL: http://www.x2go.org/ +Source0: http://code.x2go.org/releases/source/%name/%name-%version.tar.gz + +BuildRequires: autoconf >= 2.57, automake >= 1.7.6 +%if 0%{!?fe19} || 0%{!?fe20} +BuildRequires: gcc-c++ +%endif +BuildRequires: mate-common +BuildRequires: mate-desktop-devel +BuildRequires: mate-file-manager-devel +BuildRequires: GConf2-devel +BuildRequires: pkgconfig +BuildRequires: intltool + +%description +X2Go is a server based computing environment with + - session resuming + - low bandwidth support + - session brokerage support + - client-side mass storage mounting support + - client-side printing support + - audio support + - authentication by smartcard and USB stick + +X2Go MATE Bindings contains MIME type information for X2Go if used with +MATE desktops. + +%prep +%setup -q + +%build +if [ ! -e configure ]; then + autoreconf -fi; +fi; +%configure +make %{?_smp_mflags}; + +%install +mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_sbindir} +make install DESTDIR="%buildroot" INSTALL_ROOT="%buildroot" STRIP="true"; +install -p -m 644 bin/x2gosuspend-session-mate %{buildroot}%{_bindir}/ +install -p -m 644 bin/x2goumount-session-mate %{buildroot}%{_bindir}/ +install -p -m 644 sbin/update-mate-menu-x2go %{buildroot}%{_sbindir}/ +mkdir -p %{buildroot}%{_datadir}/x2go/versions/ +install -p -m 644 VERSION.x2gomatebindings %{buildroot}%{_datadir}/x2go/versions/ +mkdir -p %{buildroot}%{_datadir}/{applications,icons/mate/scalable/mimetypes,mime/packages} +install -p -m 644 share/applications/*.desktop %{buildroot}%{_datadir}/applications/ +install -p -m 644 share/icons/mate/scalable/mimetypes/*.svg %{buildroot}%{_datadir}/icons/mate/scalable/mimetypes/ +install -p -m 644 share/mime/packages/*.xml %{buildroot}%{_datadir}/mime/packages/ +mkdir -p %{buildroot}%{_datadir}/x2go/x2gofeature.d/ +install -p -m 644 share/x2go/x2gofeature.d/*.features %{buildroot}%{_datadir}/x2go/x2gofeature.d/ +install -p -m 644 xdg-menus/mate-settings-x2go.menu %{buildroot}%{_sysconfdir}/xdg/menus/ +mkdir -p %{buildroot}%{_libdir}/x2go/extensions/pre-runcommand.d +install -p -m 644 lib/x2go/extensions/pre-runcommand.d/005_MATE-monitors-xml-ignore %{buildroot}%{_libdir}/x2go/extensions/pre-runcommand.d/ + + +%files +%doc debian/changelog +%doc debian/copyright +%{_bindir}/ +%{_sbindir}/ +%{_datadir}/ +%{_libdir}/ + + +%changelog hooks/post-receive -- x2gomatebindings.git (MATE bindings 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 "x2gomatebindings.git" (MATE bindings for X2Go).