update to 2.0.3
- include the whole documentation set
This commit is contained in:
parent
ab4003519a
commit
47d06e05e4
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,2 @@
|
|||||||
pyparsing-1.5.0.tar.gz
|
clog
|
||||||
/pyparsing-1.5.5.tar.gz
|
/pyparsing-2.0.3.tar.gz
|
||||||
/pyparsing-1.5.6.tar.gz
|
|
||||||
/pyparsing-2.0.1.tar.gz
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: pyparsing
|
Name: pyparsing
|
||||||
Version: 2.0.1
|
Version: 2.0.3
|
||||||
Release: 3%{?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
|
||||||
@ -100,9 +100,13 @@ rm -rf %{buildroot}
|
|||||||
%endif # pycache
|
%endif # pycache
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc CHANGES README LICENSE docs/*
|
%doc CHANGES README LICENSE HowToUsePyparsing.html docs examples htmldoc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 28 2014 José Matos <jamatos@fedoraproject.org> - 2.0.3-1
|
||||||
|
- update to 2.0.3
|
||||||
|
- include the whole documentation set
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-3
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user