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

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

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

Name: libebml
Version: 0.7.7
Release: alt1

BuildRequires: gcc-c++ >= 3.2

%def_disable static

Packager: Pavlov Konstantin <thresh at altlinux.ru>
Summary: Extensible Binary Meta Language access library
Summary(ru_RU.KOI8-R): Библиотека доступа к Расширяемому Двоичному Мета-Языку
License: GPL/QPL
Group: System/Libraries
Url: http://www.matroska.org

Source0: %name-%version.tar
Source1: %name-autotools-0.7.0.tar.gz

%description
A library for reading and writing files with the Extensible Binary
Meta Language, a binary pendant to XML.

%description -l ru_RU.KOI8-R
Библиотека для чтения и записи файлов в формате Расширяемого Двоичного
Мета-Языка, двоичному аналогу XML

%package devel
Summary: Development files for libebml
Group: Development/C++
Requires: libebml = %version

%description devel
Files needed to build programs using libebml

%package devel-static
Summary: Static libebml library
Group: Development/C++
Requires: libebml-devel = %version

%description devel-static
libebml library built statically

%prep
%setup -q -n %name-%version -a 1

%build
%__libtoolize --copy --force
%__aclocal
%__autoheader
%__autoconf
%__automake -a
%configure %{subst_enable static}
%make_build

%install
%makeinstall

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

%files
%_libdir/*.so.*

%files devel
#%dir %_includedir/ebml
%_includedir/ebml
%_libdir/*.so

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

%changelog

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

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