Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37038266
en ru br
ALT Linux repos
S:1.3.2-alt5
5.0: 1.3.0-alt2
4.1: 1.3.0-alt1
4.0: 1.3.0-alt1
3.0: 0.9.4-alt2

Group :: System/Libraries
RPM: libcddb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libcddb
Version: 1.3.2
Release: alt5

Summary: Libcddb is a C library to access data on a CDDB server
License: LGPLv2+
Group: System/Libraries
Url: http://libcddb.sourceforge.net/

Source: http://prdownloads.sourceforge.net/libcddb/libcddb-%version.tar.bz2

# Automatically added by buildreq on Mon Nov 23 2009

BuildRequires: libcdio-devel

%description
Libcddb is a C library to access data on a CDDB server (freedb.org). It allows to:
1. search the database for possible CD matches
2. retrieve detailed information about a specific CD
3. submit new CD entries to the database

%package devel
Summary: Headers for developing programs that will use %name
Group: Development/C
Requires: %name = %version-%release

%description devel
This package contains the headers that programmers will need to develop
applications which will use %name.

%package examples
Summary: Simple application that use %name
Group: Development/C
Requires: %name = %version-%release

%description examples
This package contains the cddb_query is a simple app that use %name.

%prep
%setup

%build
%autoreconf
%configure --disable-static

%make_build

%install
%makeinstall_std

%make -C examples clean

%files
%_libdir/*.so.*

%files devel
%_includedir/*
%_libdir/*.so
%_pkgconfigdir/*
%doc NEWS README

%files examples
%_bindir/*
%doc examples

%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