Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37560288
en ru br
Репозитории ALT
S:0.6.4-alt1
5.1: 0.1.1-alt1
4.1: 0.1.1-alt1
4.0: 0.1.1-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libdiscid

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%def_disable static
%define _name discid

Name: lib%_name
Version: 0.6.4
Release: alt1

Summary: A Library for creating MusicBrainz DiscIDs
Group: System/Libraries
License: LGPL-2.1-or-later

Url: http://musicbrainz.org/doc/%name
Source: http://ftp.musicbrainz.org/pub/musicbrainz/%name/%name-%version.tar.gz

%description
This C library %name creates MusicBrainz DiscIDs from audio CDs. It
reads the table of contents (TOC) of a CD and generates an identifier
which can be used to lookup the CD at MusicBrainz. Additionally, it
provides a submission URL for adding the DiscID to the database.

%package devel
Summary: Development files for %name
Group: Development/C
Requires: %name = %EVR

%description devel
The %name-devel package contains libraries and header files for
developing applications that use %name.

%package devel-static
Summary: Static libraries for %name
Group: Development/C
Requires: %name-devel = %EVR

%description devel-static
Static libs for building statically linked software that uses %name.


%prep
%setup

%build
%add_optflags %(getconf LFS_CFLAGS)
%configure %{subst_enable static}
%make_build

%install
%makeinstall_std

%files
%_libdir/%name.so.*
%doc AUTHORS ChangeLog README

%files devel
%_includedir/%_name/
%_libdir/%name.so
%_pkgconfigdir/%name.pc

%if_enabled static
%files -n %name-devel-static
%_libdir/%name.a
%endif


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin