- New upstream version, add egg-info for F9+.
This commit is contained in:
parent
ae06558bf3
commit
8a8ca28668
@ -1 +1 @@
|
|||||||
pyparsing-1.4.7.tar.gz
|
pyparsing-1.4.11.tar.gz
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: pyparsing
|
Name: pyparsing
|
||||||
Version: 1.4.7
|
Version: 1.4.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An object-oriented approach to text processing
|
Summary: An object-oriented approach to text processing
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://pyparsing.wikispaces.com/
|
URL: http://pyparsing.wikispaces.com/
|
||||||
Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||||
Source1: pyparsing-LICENSE
|
Source1: pyparsing-LICENSE
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -37,10 +37,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CHANGES docs examples HowToUsePyparsing.html htmldoc pyparsingClassDiagram.* README LICENSE
|
%doc CHANGES docs examples HowToUsePyparsing.html htmldoc pyparsingClassDiagram.* README LICENSE
|
||||||
%{python_sitelib}/pyparsing.py
|
%if 0%{?fedora} >= 9
|
||||||
%{python_sitelib}/pyparsing.py[co]
|
%{python_sitelib}/pyparsing*egg-info
|
||||||
|
%endif
|
||||||
|
%{python_sitelib}/pyparsing.py*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 1 2008 José Matos <jamatos[AT]fc.up.pt> - 1.4.11-1
|
||||||
|
- New upstream version, add egg-info for F9+.
|
||||||
|
|
||||||
* Wed Aug 29 2007 José Matos <jamatos[AT]fc.up.pt> - 1.4.7-1
|
* Wed Aug 29 2007 José Matos <jamatos[AT]fc.up.pt> - 1.4.7-1
|
||||||
- New upstream version.
|
- New upstream version.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user