update to 3.2
This commit is contained in:
parent
f2ca7de0e1
commit
ea1b9d9103
@ -1 +1 @@
|
||||
ply-2.5.tar.gz
|
||||
ply-3.2.tar.gz
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
|
||||
Name: python-ply
|
||||
Summary: Python Lex-Yacc
|
||||
Version: 2.5
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2+
|
||||
Version: 3.2
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.dabeaz.com/ply/
|
||||
Source0: http://www.dabeaz.com/ply/ply-%{version}.tar.gz
|
||||
@ -43,11 +43,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING example/
|
||||
%doc CHANGES README example/
|
||||
%{python_sitelib}/ply/
|
||||
%{python_sitelib}/ply*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Apr 22 2009 Tom "spot" Callaway <tcallawa@redhat.com> 3.2-1
|
||||
- update to 3.2, license change to BSD
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user