fix buildrequires s/libyaml/libyaml-devel/

This commit is contained in:
John Eckersberg 2009-03-03 18:13:47 +00:00
parent e452fffddc
commit 3a057b6195

View File

@ -2,7 +2,7 @@
Name: PyYAML
Version: 3.08
Release: 3%{?dist}
Release: 4%{?dist}
Summary: YAML parser and emitter for Python
Group: Development/Libraries
@ -11,7 +11,7 @@ URL: http://pyyaml.org/
Source0: http://pyyaml.org/download/pyyaml/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel, python-setuptools, libyaml
BuildRequires: python-devel, python-setuptools, libyaml-devel
%description
YAML is a data serialization format designed for human readability and
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Mar 3 2009 John Eckersberg <jeckersb@redhat.com> - 3.08-4
- Correction, change libyaml to libyaml-devel in BuildRequires
* Mon Mar 2 2009 John Eckersberg <jeckersb@redhat.com> - 3.08-3
- Add libyaml to BuildRequires