diff --git a/python-pygments.spec b/python-pygments.spec index 2184d6c..3a6d3d7 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -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 2.0.2-1mamba +- update to 2.0.2 + +* Tue Nov 04 2014 Automatic Build System 2.0rc1-1mamba +- automatic update by autodist + * Fri May 17 2013 Silvan Calarco 1.6rc1-2mamba - python 2.7 mass rebuild