Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
65c7b119d8 dist-git conversion 2010-07-28 09:14:02 +00:00
Bill Nottingham
752e57c669 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 00:20:54 +00:00
John Eckersberg
2a2ce3c420 copy spec over from devel and remove old sources line 2009-03-04 17:38:15 +00:00
John Eckersberg
e99b749b8b New upstream version 3.06 2008-10-24 18:11:52 +00:00
Jesse Keating
ed1ebf8893 Initialize branch F-9 for PyYAML 2008-04-21 17:25:19 +00:00
5 changed files with 24 additions and 28 deletions

View file

@ -1 +0,0 @@
PyYAML-3.05.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
PyYAML-3.06.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: PyYAML
# $Id$
NAME := PyYAML
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -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.05
Release: 2%{?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,24 @@ 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
* Wed Jan 02 2008 John Eckersberg <jeckersb@redhat.com> - 3.05-2
- Remove explicit dependency on python >= 2.3
- Remove executable on example script in docs

View file

@ -1 +1 @@
04ebb924a571cfb26d8143069068ce86 PyYAML-3.05.tar.gz
a4163a2017fa57f448c66815511fa555 PyYAML-3.08.tar.gz