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

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

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

%define oname yaml
Name: libyaml
Version: 0.0.1
Release: alt1

Summary: A C library for parsing and emitting YAML

License: BSD
Group: System/Libraries
Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://pyyaml.org/download/libyaml/%oname-%version.tar.bz2
Url: http://pyyaml.org/wiki/LibYAML

# Automatically added by buildreq on Sat May 31 2008

BuildRequires: doxygen gcc-c++ glibc-devel

%description
YAML 1.1 parser and emitter written in C.

%package devel
Summary: Header files for yaml library
Group: Development/C
Requires: %name = %version-%release

%description devel
Header files for yaml library.

%prep
%setup -q -n %oname-%version

%build
%configure --disable-static
%make_build

%install
%makeinstall_std

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

%files
%doc README
%_libdir/lib*.so.*

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

%changelog

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

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