copy spec over from devel and remove old sources line
This commit is contained in:
parent
f6384943bc
commit
edc28aa0ca
24
PyYAML.spec
24
PyYAML.spec
@ -1,8 +1,8 @@
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: PyYAML
|
||||
Version: 3.06
|
||||
Release: 1%{?dist}
|
||||
Version: 3.08
|
||||
Release: 4%{?dist}
|
||||
Summary: YAML parser and emitter for Python
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -11,8 +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)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel, python-setuptools
|
||||
BuildRequires: python-devel, python-setuptools, libyaml-devel
|
||||
|
||||
%description
|
||||
YAML is a data serialization format designed for human readability and
|
||||
@ -53,6 +52,21 @@ 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
|
||||
|
||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.08-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Wed Feb 18 2009 John Eckersberg <jeckersb@redhat.com> - 3.08-1
|
||||
- New upstream release
|
||||
|
||||
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 3.06-2
|
||||
- Rebuild for Python 2.6
|
||||
|
||||
* Fri Oct 24 2008 John Eckersberg <jeckersb@redhat.com> - 3.06-1
|
||||
- New upstream release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user