From f79a78fc9c147c2dcb3f3a282c3db390b382af39 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Wed, 27 Apr 2016 13:52:09 -0400 Subject: [PATCH] generate the RPM thingy at release time --- contrib/{tldp.spec => tldp.spec.in} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename contrib/{tldp.spec => tldp.spec.in} (86%) diff --git a/contrib/tldp.spec b/contrib/tldp.spec.in similarity index 86% rename from contrib/tldp.spec rename to contrib/tldp.spec.in index 375ca85..0e9382f 100644 --- a/contrib/tldp.spec +++ b/contrib/tldp.spec.in @@ -1,11 +1,11 @@ %define sourcename tldp %define name python-tldp -%define version 0.7.8 -%define unmangled_version 0.7.8 -%define unmangled_version 0.7.8 +%define version @@VERSION@@ +%define unmangled_version @@VERSION@@ +%define unmangled_version @@VERSION@@ %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} Version: %{version} Release: %{release} @@ -31,8 +31,8 @@ Requires: libxslt-tools Requires: python-networkx %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 single-page HTML) from each source document in one of the supported formats.