This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gognomebindings. from 7a9b75a x2gognomebindings.spec: Typo fix in boolean expression. new a0bde2d x2gognomebindings.spec: EPEL5's nautilus extension directory is called "extensions-1.0" instead of "extensions-2.0". The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 5 +++++ x2gognomebindings.spec | 4 ++++ 2 files changed, 9 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gognomebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gognomebindings. commit a0bde2dc1313acf10576e3c7fd2c39a4e5818180 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 11 20:43:24 2015 +0100 x2gognomebindings.spec: EPEL5's nautilus extension directory is called "extensions-1.0" instead of "extensions-2.0". --- debian/changelog | 5 +++++ x2gognomebindings.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 84e4b1f..86c89b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,11 @@ x2gognomebindings (2.0.2.2-0~x2go2) UNRELEASED; urgency=low * x2gognomebindings.spec: - Typo fix in boolean expression. + [ Mihai Moldovan ] + * x2gognomebindings.spec: + - EPEL5's nautilus extension directory is called "extensions-1.0" instead + of "extensions-2.0". + -- X2Go Release Manager <git-admin@x2go.org> Tue, 10 Feb 2015 22:52:38 +0100 x2gognomebindings (2.0.2.2-0~x2go2) unstable; urgency=low diff --git a/x2gognomebindings.spec b/x2gognomebindings.spec index 8dda298..83be02e 100644 --- a/x2gognomebindings.spec +++ b/x2gognomebindings.spec @@ -125,7 +125,11 @@ fi %{_datadir}/x2go/versions/* %dir %{_datadir}/x2go/x2gofeature.d %{_datadir}/x2go/x2gofeature.d/* +%if 0%{?el5} +%{_libdir}/nautilus/extensions-1.0/* +%else %{_libdir}/nautilus/extensions-2.0/* +%endif %dir %{_libdir}/x2go %dir %{_libdir}/x2go/extensions %dir %{_libdir}/x2go/extensions/pre-runcommand.d -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gognomebindings.git