[unrtf/el6] Upstream release 0.21.9 (RHBZ #1176987)

Ken Dreyer ktdreyer at fedoraproject.org
Sun Jan 4 03:34:10 UTC 2015


commit 899df8fcbd36e5ce726327b5541e1b9011aba175
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Sat Jan 3 20:32:42 2015 -0700

    Upstream release 0.21.9 (RHBZ #1176987)
    
    - Regenerate the automake/autoconf bits with ./bootstrap in order to
      eliminate the dependency on the automake-1.13 path.

 .gitignore |    1 +
 sources    |    2 +-
 unrtf.spec |   13 ++++++++++++-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 12c9443..ec5db1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /unrtf-0.21.5.tar.gz
 /unrtf-0.21.6.tar.gz
 /unrtf-0.21.7.tar.gz
+/unrtf-0.21.9.tar.gz
diff --git a/sources b/sources
index 083389d..3639fb4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef2537144da5603beedf3a1f413172c0  unrtf-0.21.7.tar.gz
+e2724018429d7710f2c72771705f6b37  unrtf-0.21.9.tar.gz
diff --git a/unrtf.spec b/unrtf.spec
index 83f7975..9bb75b2 100644
--- a/unrtf.spec
+++ b/unrtf.spec
@@ -1,12 +1,13 @@
 Name:		unrtf
 Summary:	RTF (Rich Text Format) to other formats converter
-Version:	0.21.7
+Version:	0.21.9
 Release:	1%{?dist}
 
 Group:		Applications/Text
 License:	GPLv3+
 URL:		https://www.gnu.org/software/unrtf/unrtf.html
 Source0:	ftp://ftp.gnu.org/gnu/unrtf/unrtf-%{version}.tar.gz
+BuildRequires:	automake
 
 %description
 UnRTF is a command-line program written in C which converts documents in 
@@ -25,6 +26,11 @@ Converting to HTML, it supports a number of features of Rich Text Format:
 %setup -q 
 
 %build
+# The ./configure command (specifically the symlinks in the ./config/
+# directory) assume that automake is present in an "automake-1.13" directory.
+# That is the case on EL7, but it's not the case in Fedora. That is why we
+# regenerate the automake/autoconf bits by running the ./bootstrap script here.
+./bootstrap
 %configure
 make %{?_smp_mflags}
 
@@ -41,6 +47,11 @@ make check
 %{_datadir}/%{name}/
 
 %changelog
+* Fri Jan 02 2015 Ken Dreyer <ktdreyer at ktdreyer.com> - 0.21.9-1
+- Upstream release 0.21.9 (RHBZ #1176987)
+- Regenerate the automake/autoconf bits with ./bootstrap in order to eliminate
+  the dependency on the automake-1.13 path.
+
 * Wed Dec 17 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 0.21.7-1
 - Upstream release 0.21.7 (RHBZ #1175241)
 


More information about the scm-commits mailing list