This commit is contained in:
parent
1b18733043
commit
539f6a214c
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
Version: 2.5
|
||||
Release: 1
|
||||
Release: 4
|
||||
License: LGPL v2.1 or later
|
||||
Group: Development/Languages/Python
|
||||
Source0: http://www.dabeaz.com/ply/ply-%{version}.tar.gz
|
||||
Patch0: python-ply-shebangs.patch
|
||||
Url: http://www.dabeaz.com/ply
|
||||
Url: http://www.dabeaz.com/ply
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: python
|
||||
|
||||
@ -90,26 +90,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files -f INSTALLED_FILES
|
||||
%defattr(-,root,root)
|
||||
# setup.py is kind of dumb, so:
|
||||
%dir %{py_sitedir}/ply
|
||||
%dir %{python_sitelib}/ply
|
||||
|
||||
%files doc
|
||||
%defattr(-, root, root)
|
||||
%doc CHANGES COPYING README TODO doc example test
|
||||
|
||||
%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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user