This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from d2f95d4 x2godesktopsharing.spec: rename other sections to x2goserver-desktopsharing. new e4ded9a x2godesktopsharing.spec: remove package names from %prep, %build and %install macros. new e981c2d x2godesktopsharing.spec: fix typo in %pre scriptlet package name. The 2 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 | 2 ++ x2godesktopsharing.spec | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit e4ded9acbb871f0b6dc244d43cef15855fb23b06 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Nov 14 03:39:11 2018 +0100 x2godesktopsharing.spec: remove package names from %prep, %build and %install macros. --- debian/changelog | 1 + x2godesktopsharing.spec | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8c54e07..86a27b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ x2godesktopsharing (3.2.0.0-0x2go1) UNRELEASED; urgency=medium + Obsolete and provide x2godesktopsharing in x2goserver-desktopsharing. + Remove first erroneous Group line. + Rename other sections to x2goserver-desktopsharing. + + Remove package names from %prep, %build and %install macros. [ Mike Gabriel ] * New upstream version (3.1.1.5): diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index 756f9fb..3cc0526 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -100,11 +100,11 @@ grant other X2Go users access to the current session (shadow session support). The current session may be an X2Go session itself or simply a local X11 session. -%prep -n x2goserver-desktopsharing +%prep %setup -q -%build -n x2goserver-desktopsharing +%build %if 0%{?suse_version} && 0%{?suse_version} < 1315 lrelease x2godesktopsharing.pro qmake QMAKE_CFLAGS+="%{optflags}" QMAKE_CXXFLAGS+="%{optflags}" QMAKE_STRIP=":" x2godesktopsharing.pro @@ -115,7 +115,7 @@ qmake-qt5 QMAKE_CFLAGS+="%{optflags}" QMAKE_CXXFLAGS+="%{optflags}" QMAKE_STRIP= make %{?_smp_mflags} -%install -n x2goserver-desktopsharing +%install mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_datadir}/{applications,x2go} cp -p %{name} %{buildroot}%{_bindir}/ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{name}.desktop -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit e981c2d231ff3100c9b49fcf395d1bafd5cae5e9 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Nov 14 03:39:47 2018 +0100 x2godesktopsharing.spec: fix typo in %pre scriptlet package name. --- debian/changelog | 1 + x2godesktopsharing.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 86a27b9..02eed72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ x2godesktopsharing (3.2.0.0-0x2go1) UNRELEASED; urgency=medium + Remove first erroneous Group line. + Rename other sections to x2goserver-desktopsharing. + Remove package names from %prep, %build and %install macros. + + Fix typo in %pre scriptlet package name. [ Mike Gabriel ] * New upstream version (3.1.1.5): diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index 3cc0526..30d85e2 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -134,7 +134,7 @@ cp -rp man %{buildroot}%{_datadir}/ %endif -%pre -n x2ogserver-desktopsharing +%pre -n x2gogserver-desktopsharing # Needed for sharing a desktop with another user getent group x2godesktopsharing >/dev/null || groupadd -r x2godesktopsharing -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git