|
|
@ -25,10 +25,6 @@ BuildRequires: mingw64-gcc
|
|
|
|
BuildRequires: mingw64-gcc-c++
|
|
|
|
BuildRequires: mingw64-gcc-c++
|
|
|
|
BuildRequires: mingw64-binutils
|
|
|
|
BuildRequires: mingw64-binutils
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The libtiff package contains a library of functions for manipulating
|
|
|
|
The libtiff package contains a library of functions for manipulating
|
|
|
@ -89,15 +85,6 @@ Static version of the MinGW Windows LibTIFF library.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n tiff-%{version}
|
|
|
|
%setup -q -n tiff-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
# Use build system's libtool.m4, not the one in the package.
|
|
|
|
|
|
|
|
#rm -f libtool.m4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#libtoolize --force --copy
|
|
|
|
|
|
|
|
#aclocal -I . -I m4
|
|
|
|
|
|
|
|
#automake --add-missing --copy
|
|
|
|
|
|
|
|
#autoconf
|
|
|
|
|
|
|
|
#autoheader
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
export MINGW32_CFLAGS="%{mingw32_cflags} -fno-strict-aliasing"
|
|
|
|
export MINGW32_CFLAGS="%{mingw32_cflags} -fno-strict-aliasing"
|
|
|
|