OBS User unknown 2009-08-10 16:28:14 +00:00 committed by Git OBS Bridge
parent 1b18733043
commit 539f6a214c
2 changed files with 9 additions and 20 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Aug 9 12:43:26 CEST 2009 - coolo@novell.com
- use new python macros
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 28 13:22:46 CDT 2008 - maw@suse.de Mon Jul 28 13:22:46 CDT 2008 - maw@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-ply (Version 2.5) # spec file for package python-ply (Version 2.5)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -22,12 +22,12 @@ Summary: Lex and Yacc-like tools written in Python
Name: python-ply Name: python-ply
Version: 2.5 Version: 2.5
Release: 1 Release: 4
License: LGPL v2.1 or later License: LGPL v2.1 or later
Group: Development/Languages/Python Group: Development/Languages/Python
Source0: http://www.dabeaz.com/ply/ply-%{version}.tar.gz Source0: http://www.dabeaz.com/ply/ply-%{version}.tar.gz
Patch0: python-ply-shebangs.patch Patch0: python-ply-shebangs.patch
Url: http://www.dabeaz.com/ply Url: http://www.dabeaz.com/ply
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python Requires: python
@ -90,26 +90,10 @@ rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES %files -f INSTALLED_FILES
%defattr(-,root,root) %defattr(-,root,root)
# setup.py is kind of dumb, so: # setup.py is kind of dumb, so:
%dir %{py_sitedir}/ply %dir %{python_sitelib}/ply
%files doc %files doc
%defattr(-, root, root) %defattr(-, root, root)
%doc CHANGES COPYING README TODO doc example test %doc CHANGES COPYING README TODO doc example test
%changelog %changelog
* Mon Jul 28 2008 maw@suse.de
- Update to version 2.5:
+ Various bug fixes
+ Some performance improvements
+ For a blow-by-blow account of changes, see the file CHANGES
in the package python-ply-doc.
* Mon Mar 17 2008 maw@suse.de
- Import into autobuild
- Add a -doc subpackage
- Add python-ply-shebangs.patch
* Tue Oct 23 2007 maw@suse.de
- Don't build as noarch.
* Fri Apr 13 2007 maw@suse.de
- Initial import into the build service
- Rename ply.spec to python-ply.spec as that is what the resultant
package is called.