From 7457001209d0e9260c3961dc858f4869f87df687 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 5 Jan 2010 17:11:44 +0000 Subject: [PATCH] Replace %define with %global ... no real bug, but just for safety. --- libtiff.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtiff.spec b/libtiff.spec index e6a1b96..571184a 100644 --- a/libtiff.spec +++ b/libtiff.spec @@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: zlib-devel libjpeg-devel BuildRequires: libtool automake autoconf -%define LIBVER %(echo %{version} | cut -f 1-2 -d .) +%global LIBVER %(echo %{version} | cut -f 1-2 -d .) %description The libtiff package contains a library of functions for manipulating