]> git.pld-linux.org Git - packages/crossmingw32-libtiff.git/blobdiff - crossmingw32-libtiff.spec
do not provide pkgconfig deps in system namespace
[packages/crossmingw32-libtiff.git] / crossmingw32-libtiff.spec
index e87d3e92a1499c9d2ddb4c7b8dbe65ac071fcf84..e6fcb1d74951335af36c37181f6e4b2b589785dd 100644 (file)
@@ -3,14 +3,13 @@ Summary:      Library for handling TIFF files - cross MinGW32 version
 Summary(pl.UTF-8):     Biblioteka do manipulacji plikami w formacie TIFF - wersja skrośna MinGW32
 %define                realname   libtiff
 Name:          crossmingw32-%{realname}
 Summary(pl.UTF-8):     Biblioteka do manipulacji plikami w formacie TIFF - wersja skrośna MinGW32
 %define                realname   libtiff
 Name:          crossmingw32-%{realname}
-Version:       4.0.0
-Release:       1
+Version:       4.0.3
+Release:       2
 License:       BSD-like
 Group:         Development/Libraries
 Source0:       http://download.osgeo.org/libtiff/tiff-%{version}.tar.gz
 License:       BSD-like
 Group:         Development/Libraries
 Source0:       http://download.osgeo.org/libtiff/tiff-%{version}.tar.gz
-# Source0-md5: 456ad12e7c492b275a0d047f2ba89904
+# Source0-md5: 051c1068e6a0627f461948c365290410
 Patch0:                %{realname}-glut.patch
 Patch0:                %{realname}-glut.patch
-Patch1:                %{realname}-sec.patch
 URL:           http://www.remotesensing.org/libtiff/
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11
 URL:           http://www.remotesensing.org/libtiff/
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11
@@ -35,13 +34,16 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _dlldir                 /usr/share/wine/windows/system
 %define                __cc                    %{target}-gcc
 %define                __cxx                   %{target}-g++
 %define                _dlldir                 /usr/share/wine/windows/system
 %define                __cc                    %{target}-gcc
 %define                __cxx                   %{target}-g++
+%define                __pkgconfig_provides    %{nil}
 
 %ifnarch %{ix86}
 # arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
 %define                optflags        -O2
 %endif
 
 %ifnarch %{ix86}
 # arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
 %define                optflags        -O2
 %endif
-# -z options are invalid for mingw linker
+# -z options are invalid for mingw linker, most of -f options are Linux-specific
 %define                filterout_ld    -Wl,-z,.*
 %define                filterout_ld    -Wl,-z,.*
+%define                filterout_c     -f[-a-z0-9=]*
+%define                filterout_cxx   -f[-a-z0-9=]*
 
 %description
 This package is a library of functions that manipulate TIFF images
 
 %description
 This package is a library of functions that manipulate TIFF images
@@ -118,7 +120,6 @@ Biblioteka DLL strumieni C++ libtiff dla Windows.
 %prep
 %setup -q -n tiff-%{version}
 %patch0 -p1
 %prep
 %setup -q -n tiff-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
 
 %build
 %{__libtoolize}
This page took 0.04074 seconds and 4 git commands to generate.