[X2Go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-281-g19b5286
X2Go dev team
git-admin at x2go.org
Mon Dec 9 14:00:52 CET 2013
The branch, master has been updated
via 19b52865258ae0c2ad62ba461784019d1be1d05e (commit)
from d3e737b3005cc4f46b16a00ce4671f292c288e13 (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 19b52865258ae0c2ad62ba461784019d1be1d05e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Dec 9 14:00:10 2013 +0100
get rid of x2goserver .packlist file in %{perl_vendorlib}
-----------------------------------------------------------------------
Summary of changes:
x2goserver.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/x2goserver.spec b/x2goserver.spec
index ffd4d98..5986473 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -249,8 +249,6 @@ find -type f | xargs sed -i -r -e '/^LIBDIR=/s,/lib/,/%{_lib}/,'
sed -i -e 's,/lib/,/%{_lib}/,' x2goserver/bin/x2gopath
# Don't try to be root
sed -i -e 's/-o root -g root//' */Makefile
-# Perl pure_install
-sed -i -e 's/perl install/perl pure_install/' Makefile
%build
@@ -261,6 +259,9 @@ make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags} PERL_INSTALLDIRS=vendor PREFIX=%
%install
make install DESTDIR=%{buildroot} PREFIX=%{_prefix} XSESSIONDIR=/etc/X11/xinit/Xclients.d
+# Make sure the packlist file is remove...
+rm -f %{buildroot}%{perl_vendorlib}/auto/x2goserver/.packlist
+
# Make symbolic link relative
rm %{buildroot}%{_sysconfdir}/x2go/Xresources
ln -s ../X11/Xresources %{buildroot}%{_sysconfdir}/x2go/
hooks/post-receive
--
x2goserver.git (X2Go Server)
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 "x2goserver.git" (X2Go Server).
More information about the x2go-commits
mailing list