update to 2.0.2 [release 2.0.2-1mamba;Fri Mar 20 2015]
This commit is contained in:
parent
9eb8be4f3c
commit
b030832bc9
@ -1,6 +1,6 @@
|
|||||||
Name: python-pygments
|
Name: python-pygments
|
||||||
Version: 1.6rc1
|
Version: 2.0.2
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A syntax highlighting package written in Python
|
Summary: A syntax highlighting package written in Python
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -46,7 +46,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
sed -i "\,egg-info$,d" %{name}.filelist
|
sed -i "\,egg-info$,d" %{name}.filelist
|
||||||
|
|
||||||
# install manual page
|
# install manual page
|
||||||
install -D -m 0644 docs/pygmentize.1 \
|
install -D -m 0644 doc/pygmentize.1 \
|
||||||
%{buildroot}%{_mandir}/man1/pygmentize.1
|
%{buildroot}%{_mandir}/man1/pygmentize.1
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -56,11 +56,17 @@ install -D -m 0644 docs/pygmentize.1 \
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/pygments
|
%dir %{python_sitearch}/pygments
|
||||||
%dir %{python_sitearch}/*.egg-info
|
%dir %{python_sitearch}/*.egg-info
|
||||||
%{_mandir}/man1/pygmentize.1.gz
|
%{_mandir}/man1/pygmentize.1*
|
||||||
%doc AUTHORS CHANGES LICENSE TODO
|
%doc AUTHORS LICENSE
|
||||||
%doc docs/build/*.html
|
#CHANGES TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6rc1-2mamba
|
||||||
- python 2.7 mass rebuild
|
- python 2.7 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user