This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from caa9e8c Header files need not be removed anymore. They don't get installed via Makefile.nx-libs anymore. new a3087ee fix for last commit 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: nx-libs.spec | 8 ++++++++ 1 file changed, 8 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit a3087eec9b048d308ae704f7a0540eaa416d4813 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 22 15:50:30 2015 +0100 fix for last commit --- nx-libs.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nx-libs.spec b/nx-libs.spec index 3901727..bdd4c34 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -613,6 +613,14 @@ mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d/ echo %{_libdir}/nx > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf echo %{_libdir}/nx/X11 >> %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf +#Remove extras, GL, and other unneeded headers +rm -r %{buildroot}%{_includedir}/nx/GL +rm -r %{buildroot}%{_includedir}/nx/X11/bitmaps +rm -r %{buildroot}%{_includedir}/nx/X11/extensions/XInput.h +rm -r %{buildroot}%{_includedir}/nx/X11/extensions/XK*.h +rm -r %{buildroot}%{_includedir}/nx/X11/extensions/*Xv*.h +rm -r %{buildroot}%{_includedir}/nx/X11/Xtrans + # Needed for Xinerama support ln -s -f ../../../../%{_lib}/libX11.so.6 %{buildroot}%{_libdir}/nx/X11/Xinerama/libNX_X11.so.6 ln -s -f ../../../../%{_lib}/libXext.so.6 %{buildroot}%{_libdir}/nx/X11/Xinerama/libNX_Xext.so.6 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git