diff --git a/syck.spec b/syck.spec index dc32161..2c36997 100644 --- a/syck.spec +++ b/syck.spec @@ -1,4 +1,4 @@ -# $Id: syck.spec,v 1.4 2006/08/26 05:22:21 tibbs Exp $ +# $Id: syck.spec,v 1.5 2006/08/26 05:33:24 tibbs Exp $ %define php_extdir %(php-config --extension-dir || echo %{_libdir}/php) %{!?php_version:%define php_version %(php-config --version || echo bad)} @@ -7,7 +7,7 @@ Name: syck Summary: YAML for C, Python, and PHP Version: 0.55 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD Group: System Environment/Libraries @@ -18,7 +18,7 @@ Source0: http://rubyforge.org/frs/download.php/4492/%{name}-%{version}.tar.gz Patch0: syck-0.55-libtool.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gawk bison flex +BuildRequires: gawk bison flex libtool BuildRequires: php-devel BuildRequires: python-devel @@ -185,6 +185,9 @@ rm -rf $RPM_BUILD_ROOT %{php_extdir}/*.so %changelog +* Sat Aug 26 2006 Jason L Tibbitts III - 0.55-9 +- Add BR: libtool to work with the minimal buildroot. + * Sat Aug 26 2006 Jason L Tibbitts III - 0.55-8 - Rebuild.