%define system_minilzo 1 Summary: Library to make writing a vnc server easy Summary(ja): VNC サーバを簡単に作成するためのライブラリ Name: libvncserver Version: 0.9.7 Release: 5%{?_dist_release} # NOTE: --with-tightvnc-filetransfer => GPLv2 License: GPLv2+ Group: System Environment/Libraries URL: http://libvncserver.sourceforge.net/ Source0: http://downloads.sf.net/libvncserver/LibVNCServer-%{version}.tar.gz Patch1: libvncserver-0.9.7-system_minilzo.patch Patch2: libvncserver-0.9.1-multilib.patch # safer LINUX platform detection (from opensuse) Patch50: libvncserver-LINUX.patch ## upstream patches Patch100: libvncserver-0.9.1-close_server_socket.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: findutils BuildRequires: libjpeg-devel BuildRequires: zlib-devel BuildRequires: lzo-minilzo lzo-devel # upstream name Obsoletes: LibVNCServer < %{version}-%{release} Provides: LibVNCServer = %{version}-%{release} %description LibVNCServer makes writing a VNC server (or more correctly, a program exporting a framebuffer via the Remote Frame Buffer protocol) easy. It hides the programmer from the tedious task of managing clients and compression schemata. %package devel Summary: Development files for %{name} Summary(ja): %{name} の開発用ライブラリ Group: Development/Libraries Requires: %{name} = %{version}-%{release} # libvncserver-config deps Requires: coreutils # upstream name #Obsoletes: LibVNCServer-devel < %{version}-%{release} Provides: LibVNCServer-devel = %{version}-%{release} %description devel %{summary}. %prep %setup -q -n LibVNCServer-%{version} %if %{system_minilzo} %patch1 -p1 -b .system_minilzo #nuke bundled minilzo find . -name minilzo\* -exec rm -f {} \; %endif %patch2 -p1 -b .multilib %patch50 -p0 -b .LINUX %patch100 -p1 -b .close_server_socket # fix encoding mv AUTHORS AUTHORS.OLD && \ iconv -f ISO_8859-1 -t UTF8 AUTHORS.OLD > AUTHORS && \ touch --reference AUTHORS.OLD AUTHORS # fix source perms find -name "*.c" -o -name "*.h" | xargs chmod 644 %build %configure \ --disable-static \ --without-tightvnc-filetransfer # hack to omit unused-direct-shlib-dependencies sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool make \ %if %{system_minilzo} CFLAGS="$RPM_OPT_FLAGS -I %{_includedir}/lzo" LDFLAGS="$LDFLAGS -lminilzo" \ %endif %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} # unpackaged files rm -f %{buildroot}%{_bindir}/LinuxVNC rm -f %{buildroot}%{_libdir}/lib*.a rm -f %{buildroot}%{_libdir}/lib*.la %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO %{_libdir}/libvncclient.so.0* %{_libdir}/libvncserver.so.0* %files devel %defattr(-,root,root,-) %{_bindir}/*-config %{_includedir}/rfb/ %{_libdir}/libvncclient.so %{_libdir}/libvncserver.so %changelog * Mon May 21 2012 Ryoichi INAGAKI - 0.9.7-5 - rebuild with rpm-4.8.1-3 - added Japanese summary * Sun Aug 30 2009 Ryoichi INAGAKI - 0.9.7-4 - Initial build for Vine Linux * Sat Jul 25 2009 Fedora Release Engineering - 0.9.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sat May 23 2009 Rex Dieter - 0.9.7-3 - Socket is not closed when disconnecting from server (#501895) * Mon May 04 2009 Rex Dieter - 0.9.7-2 - fix detection of LINUX platform/define * Mon May 04 2009 Rex Dieter - 0.9.7-1 - LibVNCServer-0.9.7 * Wed Feb 25 2009 Fedora Release Engineering - 0.9.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Apr 10 2008 Manuel Wolfshant 0.9.1-3 - do not use bundled copy of minilzo (#439979) * Sun Jan 27 2008 Rex Dieter 0.9.1-2 - hack libtool to omit unused shlib dependencies - fix AUTHORS encoding - fix src perms * Mon Jan 21 2008 Rex Dieter 0.9.1-1 - 0.9.1