generate the RPM thingy at release time

This commit is contained in:
Martin A. Brown 2016-04-27 13:52:09 -04:00
parent 552f2e46f6
commit f79a78fc9c
1 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
%define sourcename tldp %define sourcename tldp
%define name python-tldp %define name python-tldp
%define version 0.7.8 %define version @@VERSION@@
%define unmangled_version 0.7.8 %define unmangled_version @@VERSION@@
%define unmangled_version 0.7.8 %define unmangled_version @@VERSION@@
%define release 1 %define release 1
Summary: processing tools for Asciidoc, DocBook XML, DocBook SGML and Linuxdoc Summary: automatic publishing tool for DocBook, Linuxdoc and Asciidoc
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
@ -31,8 +31,8 @@ Requires: libxslt-tools
Requires: python-networkx Requires: python-networkx
%description %description
tldp - processing tools for Asciidoc, DocBook XML, DocBook SGML and Linuxdoc tldp - automatic publishing tool for DocBook, Linuxdoc and Asciidoc
============================================================================ ===================================================================
A toolset for publishing multiple output formats (PDF, text, chunked HTML and A toolset for publishing multiple output formats (PDF, text, chunked HTML and
single-page HTML) from each source document in one of the supported formats. single-page HTML) from each source document in one of the supported formats.