[packages/crossmingw32-libtiff] - updated to 4.7.1
qboosh
qboosh at pld-linux.org
Wed Sep 24 19:13:52 CEST 2025
commit 105d3da772a4620d3da3cecae110a498d3b4ad5c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Sep 24 19:16:55 2025 +0200
- updated to 4.7.1
crossmingw32-libtiff.spec | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/crossmingw32-libtiff.spec b/crossmingw32-libtiff.spec
index 11aaec4..201f580 100644
--- a/crossmingw32-libtiff.spec
+++ b/crossmingw32-libtiff.spec
@@ -1,17 +1,17 @@
-# TODO: jbigkit, zstd, libdeflate support
+# TODO: jbigkit, zstd, lerc, libdeflate support, switch to libjpeg-turbo
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}
-Version: 4.4.0
+Version: 4.7.1
Release: 1
License: BSD-like
Group: Development/Libraries
Source0: http://download.osgeo.org/libtiff/tiff-%{version}.tar.xz
-# Source0-md5: 47d72beb1171df09502e74566b4d1b43
+# Source0-md5: f1524d2d57d93e8a521c30e3a56b99e6
Patch0: %{realname}-glut.patch
URL: http://www.simplesystems.org/libtiff/
-BuildRequires: autoconf >= 2.64
+BuildRequires: autoconf >= 2.69
BuildRequires: automake >= 1:1.11
BuildRequires: crossmingw32-gcc-c++
BuildRequires: crossmingw32-libjpeg
@@ -34,6 +34,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _prefix %{_sysprefix}/%{target}
%define _libdir %{_prefix}/lib
%define _pkgconfigdir %{_prefix}/lib/pkgconfig
+%define _docdir %{_sysprefix}/share/doc
%define _dlldir /usr/share/wine/windows/system
%define __cc %{target}-gcc
%define __cxx %{target}-g++
@@ -135,8 +136,8 @@ Biblioteka DLL strumieni C++ libtiff dla Windows.
%configure \
lt_cv_deplibs_check_method=pass_all \
--target=%{target} \
- --host=%{target} \
- --enable-static
+ --host=%{target}
+
%{__make}
%install
@@ -146,7 +147,7 @@ rm -rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_dlldir}
-mv -f $RPM_BUILD_ROOT%{_prefix}/bin/*.dll $RPM_BUILD_ROOT%{_dlldir}
+%{__mv} $RPM_BUILD_ROOT%{_prefix}/bin/*.dll $RPM_BUILD_ROOT%{_dlldir}
%if 0%{!?debug:1}
%{target}-strip --strip-unneeded -R.comment -R.note $RPM_BUILD_ROOT%{_dlldir}/*.dll
@@ -161,7 +162,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc COPYRIGHT ChangeLog README.md TODO
+%doc ChangeLog LICENSE.md README.md TODO
%{_libdir}/libtiff.dll.a
%{_libdir}/libtiff.la
%{_includedir}/tiff*.h
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-libtiff.git/commitdiff/105d3da772a4620d3da3cecae110a498d3b4ad5c
More information about the pld-cvs-commit
mailing list