Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37408603
en ru br
ALT Linux repos
S:2.4.0-alt1

Group :: Development/Other
RPM: clthreads

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _localstatedir %_var
%global libmajor 2

Summary: POSIX threads C++ access library
Name: clthreads
Version: 2.4.0
Release: alt1
License: LGPLv2+
Group: Development/Other
Url: http://kokkinizita.linuxaudio.org/linuxaudio/
Packager: Anton Midyukov <antohami at altlinux.org>

Source: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%name-%version.tar.bz2
BuildRequires: gcc-c++

%description
Clthreads is a C++ wrapper library around the POSIX threads API.

%package devel
Summary: Development files for %name
Group: Development/Other
Requires: %name = %version-%release

%description devel
Clthreads is a C++ wrapper library around the POSIX threads API. This package
contains libraries and header files for developing applications that use
%name.

%prep
%setup

# No need to call ldconfig during packaging

%__subst '\|/sbin/ldconfig|d' Makefile

# Preserve timestamps

%__subst 's|/install|/install -p|' Makefile
# fix romlint warnings BZ#751466
%__subst 's|-lpthread|-lpthread -lrt|' Makefile

%build
%make_build

%install
mkdir -p %buildroot%_libdir
mkdir -p %buildroot%_includedir
make PREFIX=%buildroot%prefix LIBDIR=%_lib install

# create .so.x link

ln -s lib%name.so.%version %buildroot%_libdir/lib%name.so.%libmajor

%files
%doc AUTHORS COPYING
%_libdir/lib%name.so.*

%files devel
%_includedir/%name.h
%_libdir/lib%name.so

%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