Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37716643
en ru br
ALT Linux repos
S:0.99.12p2-alt4
5.0: 0.99.12p2-alt1
4.1: 0.99.12p2-alt1
4.0: 0.99.10-alt1
3.0: 0.99.10-alt1

Group :: System/Libraries
RPM: libcdaudio

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_disable static

Name: libcdaudio
Version: 0.99.12p2
Release: alt1

Summary: A library of functions for controlling audio CD-ROM players
License: GPL
Group: System/Libraries
Url: http://sourceforge.net/projects/libcdaudio/
Packager: Pavlov Konstantin <thresh at altlinux.ru>

Source: http://downloads.sourceforge.net/libcdaudio/%name-%version.tar.gz

BuildRequires: gcc-c++ libstdc++-devel glibc-kernheaders

%description
libcdaudio is a library designed to provide functions to control
operation of a CD-ROM when playing audio CDs. It also contains
functions for CDDB and CD Index lookup.

%package devel
Summary: Header files and libraries for libcdaudio development
Group: Development/C
Requires: %name = %version-%release

%description devel
The libcdaudio-devel package provides the header files and libraries
needed for libcdaudio development.

%package devel-static
Summary: libcdaudio static library
Group: Development/C
Requires: %name-devel = %version-%release

%description devel-static
The libcdaudio-static package provides static library needed for
libcdaudio development.

%prep
%setup -q

%build
%configure \
%{subst_enable static}

%make_build

%install
%make_install DESTDIR=%buildroot install

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%files
%_libdir/*.so.*

%files devel
%_bindir/*-config
%_includedir/*
%_libdir/*.so
%_datadir/aclocal/*
%_pkgconfigdir/*

%if_enabled static
%files devel-static
%_libdir/*.a
%endif

%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