Replace %define with %global ... no real bug, but just for safety.
This commit is contained in:
parent
be477ef7c4
commit
7457001209
@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|||||||
BuildRequires: zlib-devel libjpeg-devel
|
BuildRequires: zlib-devel libjpeg-devel
|
||||||
BuildRequires: libtool automake autoconf
|
BuildRequires: libtool automake autoconf
|
||||||
|
|
||||||
%define LIBVER %(echo %{version} | cut -f 1-2 -d .)
|
%global LIBVER %(echo %{version} | cut -f 1-2 -d .)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The libtiff package contains a library of functions for manipulating
|
The libtiff package contains a library of functions for manipulating
|
||||||
|
Loading…
Reference in New Issue
Block a user