Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37846309
en ru br
ALT Linux repos
S:0.2.5-alt1
5.0: 0.0.1-alt1

Group :: System/Libraries
RPM: libyaml

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin