summaryrefslogtreecommitdiffstats
path: root/contrib/packages
diff options
context:
space:
mode:
authorBrian P. Hinz <bphinz@users.sf.net>2014-11-19 19:23:44 -0500
committerBrian P. Hinz <bphinz@users.sf.net>2014-11-19 19:23:44 -0500
commit5694c3aff98814efe564442c126993863a8b2968 (patch)
tree279983fdf069825bbc59a17b3ebb269f8c301478 /contrib/packages
parent94433e8a201d46401be10e5d1a5d2113911e1b53 (diff)
downloadtigervnc-5694c3aff98814efe564442c126993863a8b2968.tar.gz
tigervnc-5694c3aff98814efe564442c126993863a8b2968.zip
Remove libvnc server module from statically built versions
* The static libvnc server module can't be loaded anyway so just remove it from the el5 and portable binaries.
Diffstat (limited to 'contrib/packages')
-rw-r--r--contrib/packages/rpm/el5/SPECS/tigervnc.spec39
1 files changed, 8 insertions, 31 deletions
diff --git a/contrib/packages/rpm/el5/SPECS/tigervnc.spec b/contrib/packages/rpm/el5/SPECS/tigervnc.spec
index a653fbd8..d20be535 100644
--- a/contrib/packages/rpm/el5/SPECS/tigervnc.spec
+++ b/contrib/packages/rpm/el5/SPECS/tigervnc.spec
@@ -1,10 +1,10 @@
%define _default_patch_fuzz 2
-%define snap 20141104git3fd8b0e3
+%define snap 20141119git59c5a55c
%define mesa_version 7.7.1
Name: tigervnc
Version: 1.3.80
-Release: 17%{?snap:.%{snap}}%{?dist}
+Release: 18%{?snap:.%{snap}}%{?dist}
Summary: A TigerVNC remote display system
Group: User Interface/Desktops
@@ -428,23 +428,6 @@ variety of platforms. This package contains minimal installation
of TigerVNC server, allowing others to access the desktop on your
machine.
-%ifnarch s390 s390x
-%package server-module
-Summary: TigerVNC module to Xorg
-Group: User Interface/X
-Provides: vnc-server = 4.1.3-2, vnc-libs = 4.1.3-2
-Obsoletes: vnc-server < 4.1.3-2, vnc-libs < 4.1.3-2
-Provides: tightvnc-server-module = 1.5.0-0.15.20090204svn3586
-Obsoletes: tightvnc-server-module < 1.5.0-0.15.20090204svn3586
-Requires: xorg-x11-server-Xorg
-Requires: tigervnc-license
-BuildRequires: nasm >= 2.04
-
-%description server-module
-This package contains libvnc.so module to X server, allowing others
-to access the desktop on your machine.
-%endif
-
%package server-applet
Summary: Java TigerVNC viewer applet for TigerVNC server
Group: User Interface/X
@@ -1178,12 +1161,9 @@ popd
%find_lang %{name} %{name}.lang
# remove unwanted files
-rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/libvnc.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/dri/libdricore.so
-
-%ifarch s390 s390x %{?rhel:ppc ppc64}
-rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/libvnc.so
-%endif
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/libvnc.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/libvnc.a
+rm -f $RPM_BUILD_ROOT%{_libdir}/dri/libdricore.so
# move files to correct location
mkdir -p $RPM_BUILD_ROOT%{_libdir}/dri
@@ -1242,12 +1222,6 @@ fi
%{_mandir}/man1/vncconfig.1*
%{_libdir}/dri/swrast_dri.so
-%ifnarch s390 s390x
-%files server-module
-%defattr(-,root,root,-)
-%{_libdir}/xorg/modules/extensions/libvnc.a
-%endif
-
%files server-applet
%defattr(-,root,root,-)
%doc java/com/tigervnc/vncviewer/README
@@ -1262,6 +1236,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/*
%changelog
+* Wed Nov 19 2014 Brian P. Hinz <bphinz@users.sourceforge.net> 1.3.80-18.20141119git59c5a55c
+- Removed server module sub-package
+
* Thu Nov 28 2013 Brian P. Hinz <bphinz@users.sourceforge.net> 1.3.80-17.20131128svn5139
- Bumped version to 1.3.80
- Cleaned up linter warnings