- New version.
This commit is contained in:
parent
82853003c1
commit
5754eeedf9
@ -1 +1 @@
|
||||
pyparsing-1.3.tar.gz
|
||||
pyparsing-1.4.3.tar.gz
|
||||
|
@ -1,14 +1,14 @@
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: pyparsing
|
||||
Version: 1.3
|
||||
Version: 1.4.3
|
||||
Release: 1%{?dist}
|
||||
Summary: An object-oriented approach to text processing
|
||||
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
URL: http://pyparsing.sourceforge.net/
|
||||
Source0: http://prdownloads.sourceforge.net/pyparsing/pyparsing-1.3.tar.gz
|
||||
Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
Source1: pyparsing-LICENSE
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
@ -41,5 +41,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{python_sitelib}/pyparsing.py[co]
|
||||
|
||||
%changelog
|
||||
* Mon Sep 11 2006 José Matos <jamatos[AT]fc.up.pt> - 1.4.3-1
|
||||
- New version.
|
||||
|
||||
* Wed Aug 3 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.3-1
|
||||
- Initial RPM release
|
||||
|
Loading…
Reference in New Issue
Block a user