summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2015-04-06 16:56:42 -0300
committerIsmael Luceno2015-04-06 17:14:27 -0300
commit6131303ac53ef02924d01592de7940fdb8dac2a7 (patch)
tree14e732fc4bbd7c99f3b5f0f80bd7a48ebabbbc03
parent75e1c238f5f34a4d156059f625ad439ade5bfcf1 (diff)
unrtf 0.21.9
-rwxr-xr-xdoc/unrtf/DETAILS4
-rw-r--r--doc/unrtf/HISTORY3
-rwxr-xr-xdoc/unrtf/PRE_BUILD4
3 files changed, 9 insertions, 2 deletions
diff --git a/doc/unrtf/DETAILS b/doc/unrtf/DETAILS
index 5d7ea44b92..104fd4d69f 100755
--- a/doc/unrtf/DETAILS
+++ b/doc/unrtf/DETAILS
@@ -1,8 +1,8 @@
SPELL=unrtf
- VERSION=0.20.5
+ VERSION=0.21.9
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.gnu.org/software/${SPELL}/${SOURCE}
- SOURCE_HASH=sha512:5a67568772bb5c7c1dc5d983187a0e707435316c719f1d2a979a23fec0af6894f349b69674104b9e98c933e3fbe5165f230ce58fd7c8fad7ea90b96904a4052c
+ SOURCE_HASH=sha512:56d279ba8c8c20b8e39705dd4313c2b1607273d02ca2cdaeca5771bdbb3d99c338b816671dba1037961879be8ac6efddcd1af4cecb5c337f899575cae2989c03
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.gnu.org/software/unrtf/unrtf.html"
LICENSE[0]=GPL
diff --git a/doc/unrtf/HISTORY b/doc/unrtf/HISTORY
index f29a8e4a25..693471753b 100644
--- a/doc/unrtf/HISTORY
+++ b/doc/unrtf/HISTORY
@@ -1,3 +1,6 @@
+2015-04-06 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS, PRE_BUILD: updated spell to 0.21.9
+
2008-01-11 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 0.20.5, updated SOURCE and SOURCE_DIRECTORY
diff --git a/doc/unrtf/PRE_BUILD b/doc/unrtf/PRE_BUILD
new file mode 100755
index 0000000000..2a0a128294
--- /dev/null
+++ b/doc/unrtf/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+for i in config.guess config.sub depcomp install-sh missing test-driver; do
+ ln -sf /usr/share/automake/"$i" "$SOURCE_DIRECTORY"/config/
+done