%define tarballname yaml #====================================================================# Name: libyaml Version: 0.1.3 Release: 2%{?dist}.art Summary: YAML 1.1 parser and emitter written in C Group: System Environment/Libraries License: MIT URL: http://pyyaml.org/ Source0: http://pyyaml.org/download/libyaml/%{tarballname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %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 files for LibYAML applications Group: Development/Libraries Requires: libyaml = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use LibYAML. %prep %setup -q -n %{tarballname}-%{version} %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make DESTDIR=%{buildroot} INSTALL="install -p" install rm -f %{buildroot}%{_libdir}/*.{la,a} %check make check %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc LICENSE README %{_libdir}/%{name}*.so.* %files devel %defattr(-,root,root,-) %doc doc/html %{_libdir}/%{name}*.so %{_includedir}/yaml.h %changelog * Fri Oct 02 2009 John Eckersberg - 0.1.3-1 - New upstream release 0.1.3 * Sat Jul 25 2009 Fedora Release Engineering - 0.1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Jul 22 2009 John Eckersberg - 0.1.2-4 - Minor tweaks to spec file - Enable %%check section - Thanks Gareth Armstrong * 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