bumping version to 0.6.5

This commit is contained in:
Martin A. Brown 2016-03-27 00:51:49 -07:00
parent deaee034fc
commit b68a1c3ae4
2 changed files with 16 additions and 39 deletions

View File

@ -1,11 +1,11 @@
%define sourcename tldp %define sourcename tldp
%define name python-tldp %define name python-tldp
%define version 0.6.4 %define version 0.6.5
%define unmangled_version 0.6.4 %define unmangled_version 0.6.5
%define unmangled_version 0.6.4 %define unmangled_version 0.6.5
%define release 1 %define release 1
Summary: tools for processing all TLDP source documents Summary: processing tools for Asciidoc, DocBook XML, DocBook SGML and Linuxdoc
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
@ -31,43 +31,20 @@ Requires: libxslt-tools
Requires: python-networkx Requires: python-networkx
%description %description
tldp - tools for publishing from TLDP sources tldp - processing tools for Asciidoc, DocBook XML, DocBook SGML and Linuxdoc
============================================= ============================================================================
A toolset for publishing multiple output formats of a source document to an A toolset for publishing multiple output formats (PDF, text, chunked HTML and
output directory. The supported source formats can be listed, but contain at single-page HTML) from each source document in one of the supported formats.
least, Linuxdoc, DocBookSGML and DocBook XML 4.x.
* Asciidoc
* Linuxdoc
* Docbook SGML 3.x (though deprecated, please no new submissions)
* Docbook SGML 4.x
* Docbook XML 4.x
* Docbook XML 5.x (basic support, as of 2016-03-10)
TLDP = The Linux Documentation Project. TLDP = The Linux Documentation Project.
These are a set of scripts that process committed documents in the
TLDP document source repository to an output tree of choice.
Installation
------------
You can install, upgrade, uninstall tldp tools with these commands::
$ pip install tldp
$ pip install --upgrade tldp
$ pip uninstall tldp
There's also a package for Debian/Ubuntu, but it's not always the
latest version.
Example usages:
---------------
FIXME: Missing examples.
Links
-----
* `Output documentation tree (sample) <http://www.tldp.org/>`_
* `Source tree on GitHub <https://github.com/tLDP/LDP>`_
%prep %prep
%setup -n %{sourcename}-%{unmangled_version} %setup -n %{sourcename}-%{unmangled_version}

View File

@ -11,7 +11,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as r_file:
setup( setup(
name='tldp', name='tldp',
version='0.6.4', version='0.6.5',
license='MIT', license='MIT',
author='Martin A. Brown', author='Martin A. Brown',
author_email='martin@linux-ip.net', author_email='martin@linux-ip.net',