Summary: YAML 1.1 parser and emitter written in C Name: libyaml Version: 0.1.4 Release: 2%{?_dist_release} Group: Development/Libraries License: MIT URL: http://pyyaml.org/ Source0: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz Patch100: libyaml-string-overflow.patch Patch110: libyaml-node-id-hardening.patch Patch120: libyaml-indent-column-overflow-v2.patch Patch130: libyaml-0.1.4-CVE-2014-2525.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Vendor: Project Vine Distribution: Vine Linux %description YAML is a data serialization format designed for human readability and interaction with scripting languages. LibYAML is a YAML parser and emitter written in C. %package devel Summary: Development libraries and headers for developing LibYAML applications Group: Development/Libraries Requires: libyaml = %{version}-%{release} %description devel Development libraries and headers for developing LibYAML applications. %prep %setup -q -n yaml-%{version} %patch100 -p1 %patch110 -p1 %patch120 -p1 %patch130 -p1 %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make DESTDIR=%{buildroot} INSTALL="install -p" install rm -f %{buildroot}%{_libdir}/*.{la,a} %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc README LICENSE %{_libdir}/%{name}*.so.* %files devel %defattr(-,root,root,-) %doc doc/html %{_libdir}/%{name}*.so %{_includedir}/yaml.h %changelog * Thu Mar 27 2014 Satoshi IWAMOTO 0.1.4-2 - add patch130 for fix CVE-2014-2525 this patch is from debian wheezy, thanks * Sat Feb 1 2014 Satoshi IWAMOTO 0.1.4-1 - new upstream release - add pacth100-120 for fix CVE-2013-6393 (from debian) - add Vendor/Distri tags * Fri Jun 29 2012 Toshiharu Kudoh 0.1.2-2 - rebuilt with Vine6 environment * Wed Jun 10 2009 Daisuke SUZUKI 0.1.2-1 - initial build for Vine Linux * Tue Mar 3 2009 John Eckersberg - 0.1.2-3 - Remove static libraries * Thu Feb 26 2009 John Eckersberg - 0.1.2-2 - Remove README and LICENSE from docs on -devel package - Remove -static package and merge contents into the -devel package * Wed Feb 25 2009 John Eckersberg - 0.1.2-1 - Initial packaging for Fedora