rpms/PyYAML/devel PyYAML.spec,1.3,1.4

John Eckersberg jeckersb at fedoraproject.org
Wed Feb 18 20:12:05 UTC 2009


Author: jeckersb

Update of /cvs/pkgs/rpms/PyYAML/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14550

Modified Files:
	PyYAML.spec 
Log Message:
- Update to 3.08 release
- Don't build noarch (see: https://www.redhat.com/archives/fedora-devel-list/2007-November/msg01427.html)



Index: PyYAML.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyYAML/devel/PyYAML.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PyYAML.spec	29 Nov 2008 17:46:54 -0000	1.3
+++ PyYAML.spec	18 Feb 2009 20:11:35 -0000	1.4
@@ -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:        2%{?dist}
+Version:        3.08
+Release:        1%{?dist}
 Summary:        YAML parser and emitter for Python
 
 Group:          Development/Libraries
@@ -11,7 +11,6 @@
 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
 
 %description
@@ -53,6 +52,9 @@
 
 
 %changelog
+* Wed Feb 18 2009 John Eckersberg <jeckersb at redhat.com> - 3.08-1
+- New upstream release
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 3.06-2
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list