summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Varshavchik2021-03-14 13:05:27 -0400
committerSam Varshavchik2021-03-14 13:05:27 -0400
commit32f2b118b7f959671cd0b2c1a79ffe5e74fb3f21 (patch)
tree7b73b60e8f5888fe65178714e3a47e81adc09265
parent7a46f611203cfc68bbf66b3509be96897561bc1f (diff)
downloadcourier-libs-32f2b118b7f959671cd0b2c1a79ffe5e74fb3f21.tar.bz2
Autotools update fixes
-rw-r--r--unicode/courier-unicode.spec.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/unicode/courier-unicode.spec.in b/unicode/courier-unicode.spec.in
index 440d6f1..ae1c472 100644
--- a/unicode/courier-unicode.spec.in
+++ b/unicode/courier-unicode.spec.in
@@ -1,18 +1,18 @@
Summary: Courier Unicode Library
%if 0%{?compat:1}
-Name: courier-unicode%(echo @VERSION@ | tr -d '.')
+Name: courier-unicode%(echo @PACKAGE_VERSION@ | tr -d '.')
%define __brp_ldconfig %{nil}
%else
Name: courier-unicode
%endif
-Version: @VERSION@
+Version: @PACKAGE_VERSION@
Release: 1%{?dist}%{?courier_release}
License: GPLv3
Group: System Environment/Libraries
URL: http://www.courier-mta.org/unicode/
-Source: http://download.sourceforge.net/courier/courier-unicode-@VERSION@.tar.bz2
+Source: http://download.sourceforge.net/courier/courier-unicode-@PACKAGE_VERSION@.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: perl
BuildRequires: gcc-c++
@@ -45,7 +45,7 @@ unicode library.
%endif
%prep
-%setup -q -n courier-unicode-@VERSION@
+%setup -q -n courier-unicode-@PACKAGE_VERSION@
%configure
%build
%{__make} -s %{?_smp_mflags}