Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37048388
en ru br
ALT Linux repos
5.0: 0.3.22-alt2
4.1: 0.3.22-alt1.M41.1
3.0: 0.3.8-alt1

Group :: System/Libraries
RPM: dclib

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: dclib
Version: 0.3.22
Release: alt1.M41.1

License: GPL
Url: http://dcgui.berlios.de
Packager: Evgeny V. Shishkov <shev at altlinux.org>
Summary: Direct Connect file sharing library
Group: System/Libraries
Source: %name-%version.tar.bz2
Patch0: %name-0.3.22-alt_link.diff

Requires: libxml2 libssl zlib

# Automatically added by buildreq on Tue Dec 09 2008

BuildRequires: bzlib-devel gcc-c++ libssl-devel libxml2-devel

%description
This library implements the Direct Connect file sharing protocol.
The package contains the shared library required for running programs
based on dclib.

%package devel
Summary: Development Direct Connect shared library
Group: Development/C++
Requires: %name = %version-%release

%description devel
This library implements the Direct Connect file sharing protocol.
The package contains the C++ headers and static library to compile programs
based on dclib.

%prep
%setup -q
%patch0 -p1

%build
%configure \
--enable-shared \
--disable-static \
--enable-debug=yes \

%make_build

%install
%make_install DESTDIR="%buildroot/" install

%files
%_libdir/*.so.*

%files devel
%_libdir/*.so
%_libdir/pkgconfig/*.pc
%_includedir/%name-0.3/%name/*.h
%_includedir/%name-0.3/%name/*/*.h

%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