From 3a1b72e39a435e47c68b0ae966b94829c3882c3a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 22 Jun 2015 16:48:07 +0200 Subject: [PATCH] Fix idmetaversion strips n SA-743 --- metaproxy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metaproxy.spec b/metaproxy.spec index 49f1538..eadd22d 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,4 +1,4 @@ -%define idmetaversion %(. ./IDMETA; echo $VERSION|tr -d '\n') +%define idmetaversion %(. ./IDMETA; echo $VERSION) Summary: Z39.50/SRU router Name: metaproxy Version: %{idmetaversion} -- 1.7.10.4