update to 2.0.2 [release 2.0.2-1mamba;Fri Mar 20 2015]

This commit is contained in:
Silvan Calarco 2024-01-05 16:25:47 +01:00
parent 9eb8be4f3c
commit b030832bc9

View File

@ -1,6 +1,6 @@
Name: python-pygments
Version: 1.6rc1
Release: 2mamba
Version: 2.0.2
Release: 1mamba
Summary: A syntax highlighting package written in Python
Group: System/Libraries/Python
Vendor: openmamba
@ -46,7 +46,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "\,egg-info$,d" %{name}.filelist
# install manual page
install -D -m 0644 docs/pygmentize.1 \
install -D -m 0644 doc/pygmentize.1 \
%{buildroot}%{_mandir}/man1/pygmentize.1
%clean
@ -56,11 +56,17 @@ install -D -m 0644 docs/pygmentize.1 \
%defattr(-,root,root)
%dir %{python_sitearch}/pygments
%dir %{python_sitearch}/*.egg-info
%{_mandir}/man1/pygmentize.1.gz
%doc AUTHORS CHANGES LICENSE TODO
%doc docs/build/*.html
%{_mandir}/man1/pygmentize.1*
%doc AUTHORS LICENSE
#CHANGES TODO
%changelog
* Fri Mar 20 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-1mamba
- update to 2.0.2
* Tue Nov 04 2014 Automatic Build System <autodist@mambasoft.it> 2.0rc1-1mamba
- automatic update by autodist
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6rc1-2mamba
- python 2.7 mass rebuild