diff --git a/.gitignore b/.gitignore index d8e33c1..7f3a97d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /ansi2html-0.9.2.tar.gz /ansi2html-0.9.4.tar.gz /ansi2html-0.10.0.tar.gz +/ansi2html-1.0.2.tar.gz diff --git a/python-ansi2html.spec b/python-ansi2html.spec index 47c171c..afd633c 100644 --- a/python-ansi2html.spec +++ b/python-ansi2html.spec @@ -5,7 +5,7 @@ %global srcname ansi2html Name: python-ansi2html -Version: 0.10.0 +Version: 1.0.2 Release: 1%{?dist} Summary: Python module that converts text with ANSI color to HTML @@ -87,6 +87,7 @@ popd pushd %{py3dir} %{__python3} setup.py install --skip-build --root=%{buildroot} mv %{buildroot}/%{_bindir}/ansi2html %{buildroot}/%{_bindir}/python3-ansi2html +mv %{buildroot}/%{_mandir}/man1/ansi2html.1 %{buildroot}/%{_mandir}/man1/python3-ansi2html.1 popd %endif @@ -98,6 +99,7 @@ popd %{python_sitelib}/ansi2html %{python_sitelib}/ansi2html-%{version}-* %{_bindir}/ansi2html +%{_mandir}/man1/ansi2html* %if 0%{?with_python3} %files -n python3-ansi2html @@ -105,10 +107,15 @@ popd %{python3_sitelib}/ansi2html %{python3_sitelib}/ansi2html-%{version}-* %{_bindir}/python3-ansi2html +%{_mandir}/man1/python3-ansi2html* %endif %changelog +* Fri Oct 04 2013 Ralph Bean - 1.0.2-1 +- Latest upstream. +- Manpages now included. + * Thu Sep 26 2013 Ralph Bean - 0.10.0-3 - Latest upstream with a superior internal state model thanks to Sebastian Pipping. diff --git a/sources b/sources index a11e4ff..ce18aea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e68cb6e4f949a3bfcc476e7aa4ed3b52 ansi2html-0.10.0.tar.gz +3401edcf9e89d201ceb9ae35a496618e ansi2html-1.0.2.tar.gz