File libXcliplist.spec of Package libXcliplist

#
# spec file for package libXcliplist
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           libXcliplist
%define lname	libXcliplist1
Version:        20070501
Release:        0
Summary:        VNC for XFree86 v4.x architecture
License:        GPL-2.0+
Group:          Development/Libraries/C and C++
Url:            http://sf.net/projects/xf4vnc/

#CVS-Clone:	-d:pserver:anonymous@xf4vnc.cvs.sf.net:/cvsroot/xf4vnc co modular/src/lib/libXcliplist
Source:         %name-%version.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  autoconf >= 2.57
BuildRequires:  automake
BuildRequires:  libtool
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xcliplistproto)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xextproto)

%description
xf4vnc provides two implementations of VNC in an Xserver. Both implementations are built around XFree86(tm) 4.x which provides numerous new extensions, such as RENDER and GLX.
The first, is to mimic the older 'Xvnc' virtual Xserver that exists in many other VNC implementations. This mode should be a drop in replacement for existing installations.
The second is the 'vnc.so' X server module with allows you to access your normal X display with a VNC viewer
The xf4vnc project also includes a VNC viewer. It's based on the original AT&T viewer but has some enhancements which fix the problem with flickering black rectangles and improves the performance of hextile decoding. 

%package -n %lname
Summary:        VNC for XFree86 v4.x architecture
Group:          System/Libraries

%description -n %lname
xf4vnc provides two implementations of VNC in an Xserver. Both implementations are built around XFree86(tm) 4.x which provides numerous new extensions, such as RENDER and GLX.
The first, is to mimic the older 'Xvnc' virtual Xserver that exists in many other VNC implementations. This mode should be a drop in replacement for existing installations.
The second is the 'vnc.so' X server module with allows you to access your normal X display with a VNC viewer
The xf4vnc project also includes a VNC viewer. It's based on the original AT&T viewer but has some enhancements which fix the problem with flickering black rectangles and improves the performance of hextile decoding. 

%package devel
Summary:        Development files for the ?
Group:          Development/Libraries/C and C++
Requires:       %lname = %version

%description devel
xf4vnc provides two implementations of VNC in an Xserver. Both implementations are built around XFree86(tm) 4.x which provides numerous new extensions, such as RENDER and GLX.
The first, is to mimic the older 'Xvnc' virtual Xserver that exists in many other VNC implementations. This mode should be a drop in replacement for existing installations.
The second is the 'vnc.so' X server module with allows you to access your normal X display with a VNC viewer
The xf4vnc project also includes a VNC viewer. It's based on the original AT&T viewer but has some enhancements which fix the problem with flickering black rectangles and improves the performance of hextile decoding. 

This package contains the development headers for the library found
in %lname.

%prep
%setup -qn %name

%build
./autogen.sh
%configure --disable-static
make %{?_smp_mflags}

%install
make install DESTDIR="%buildroot"
rm -f "%buildroot/%_libdir"/*.la

%post -n %lname -p /sbin/ldconfig

%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%_libdir/libXcliplist.so.1*

%files devel
%defattr(-,root,root)
%_libdir/libXcliplist.so
%_libdir/pkgconfig/xcliplist.pc

%changelog
openSUSE Build Service is sponsored by