PyYAML-vl.spec 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. # %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
  2. %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
  3. Name: PyYAML
  4. Version: 3.10
  5. Release: 2%{?_dist_release}
  6. Summary: YAML parser and emitter for Python
  7. Group: Development/Libraries
  8. License: MIT
  9. URL: http://pyyaml.org/
  10. Source0: http://pyyaml.org/download/pyyaml/%{name}-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildRequires: python-devel, python-setuptools, libyaml-devel
  13. %description
  14. YAML is a data serialization format designed for human readability and
  15. interaction with scripting languages. PyYAML is a YAML parser and
  16. emitter for Python.
  17. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
  18. support, capable extension API, and sensible error messages. PyYAML
  19. supports standard YAML tags and provides Python-specific tags that allow
  20. to represent an arbitrary Python object.
  21. PyYAML is applicable for a broad range of tasks from complex
  22. configuration files to object serialization and persistance.
  23. %prep
  24. %setup -q -n %{name}-%{version}
  25. %build
  26. %{__python} setup.py build
  27. chmod a-x examples/yaml-highlight/yaml_hl.py
  28. %install
  29. rm -rf $RPM_BUILD_ROOT
  30. mkdir -p $RPM_BUILD_ROOT/%{_bindir}
  31. %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %files
  35. %defattr(-,root,root,-)
  36. %doc PKG-INFO README LICENSE examples
  37. # %{python_sitelib}/*
  38. %{python_sitearch}/*
  39. %changelog
  40. * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10-2
  41. - rebuild with python-2.7.2
  42. * Sat Jan 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.10-1
  43. - new upstream release
  44. * Sun Feb 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.09-1
  45. - new upstream release
  46. * Thu Jun 11 2009 Shu KONNO <owa@bg.wakwak.com> 3.08-2
  47. - s/python_sitelib/python_sitearch/
  48. * Wed Jun 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.08-1
  49. - initial build for Vine Linux
  50. * Tue Mar 3 2009 John Eckersberg <jeckersb@redhat.com> - 3.08-4
  51. - Correction, change libyaml to libyaml-devel in BuildRequires
  52. * Mon Mar 2 2009 John Eckersberg <jeckersb@redhat.com> - 3.08-3
  53. - Add libyaml to BuildRequires
  54. * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.08-2
  55. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  56. * Wed Feb 18 2009 John Eckersberg <jeckersb@redhat.com> - 3.08-1
  57. - New upstream release
  58. * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 3.06-2
  59. - Rebuild for Python 2.6
  60. * Fri Oct 24 2008 John Eckersberg <jeckersb@redhat.com> - 3.06-1
  61. - New upstream release
  62. * Wed Jan 02 2008 John Eckersberg <jeckersb@redhat.com> - 3.05-2
  63. - Remove explicit dependency on python >= 2.3
  64. - Remove executable on example script in docs
  65. * Mon Dec 17 2007 John Eckersberg <jeckersb@redhat.com> - 3.05-1
  66. - Initial packaging for Fedora