Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37811437
en ru br
ALT Linux repos
5.0: 0.9-alt1

Group :: Networking/Remote access
RPM: libnxcl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define libname nxcl
Name: libnxcl
Version: 0.9
Release: alt1

Epoch: 1

Summary: Freenx application/thin-client client library
Group: Networking/Remote access
License: GPLv2
URL: http://freenx.berlios.de

Packager: Boris Savelev <boris at altlinux.org>

Source0: http://download.berlios.de/freenx/%name.tar.bz2
Patch0: %name-gcc43.patch

Requires: nx

# Automatically added by buildreq on Fri Jun 13 2008

BuildRequires: doxygen gcc-c++

%description
A library for building NX clients.
Based on nxclientlib by George Wright, but with all dependencies on Qt
removed and the Qt build system replaced with GNU autotools.

%package devel
Group: Development/Other
Summary: libnxcl header
Requires: %name = %version-%release

%description devel
This package provides the support files which can be used to
build applications using the libnxcl

%prep
%setup -q -n %name
%patch0 -p0

%build
%autoreconf
%configure
%make

%install
%makeinstall_std docdir=%_docdir/%name-%version
rm -f %buildroot%_libdir/*.a

%files
%doc README doc/html*
%_bindir/*
%_libdir/*.so.*

%files devel
%_includedir/%libname/*.h
%_libdir/*.so
%_pkgconfigdir/*.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin