diff options
| author | Sam Varshavchik | 2021-03-14 13:05:27 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2021-03-14 13:05:27 -0400 |
| commit | 32f2b118b7f959671cd0b2c1a79ffe5e74fb3f21 (patch) | |
| tree | 7b73b60e8f5888fe65178714e3a47e81adc09265 | |
| parent | 7a46f611203cfc68bbf66b3509be96897561bc1f (diff) | |
| download | courier-libs-32f2b118b7f959671cd0b2c1a79ffe5e74fb3f21.tar.bz2 | |
Autotools update fixes
| -rw-r--r-- | unicode/courier-unicode.spec.in | 8 |
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} |
