update to 4.4.0 [release 4.4.0-1mamba;Sat May 28 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 05:55:16 +01:00
parent 84a414a944
commit 7bc97ae88f

View File

@ -1,12 +1,12 @@
Name: libtiff Name: libtiff
Version: 4.3.0 Version: 4.4.0
Release: 1mamba Release: 1mamba
Summary: A library of functions for manipulating TIFF format image files Summary: A library of functions for manipulating TIFF format image files
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.libtiff.org/ URL: http://www.libtiff.org/
Source: http://download.osgeo.org/libtiff/tiff-%{version}.tar.gz Source: http://download.osgeo.org/libtiff/tiff-%{version}.tar.gz
Patch0: %{name}-3.8.2-tiffsplit_overflow.patch Patch0: %{name}-3.8.2-tiffsplit_overflow.patch
Patch1: %{name}-3.8.2-cve_2006_2193.patch Patch1: %{name}-3.8.2-cve_2006_2193.patch
@ -29,8 +29,6 @@ BuildRequires: libz-devel
BuildRequires: libzstd-devel BuildRequires: libzstd-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%debug_package
%description %description
The libtiff package contains a library of functions for manipulating TIFF format image files. TIFF is a widely used file format for bittmapped images. The libtiff package contains a library of functions for manipulating TIFF format image files. TIFF is a widely used file format for bittmapped images.
TISFF files usually ends in the .tif extension and they are often quite large. TISFF files usually ends in the .tif extension and they are often quite large.
@ -38,7 +36,7 @@ TISFF files usually ends in the .tif extension and they are often quite large.
%package devel %package devel
Summary: Development tools for programs which will use the libtiff library Summary: Development tools for programs which will use the libtiff library
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
This package contains the header files and .so libraries for developing programs which will manipulate TIFF format image files using the libtiff library. This package contains the header files and .so libraries for developing programs which will manipulate TIFF format image files using the libtiff library.
@ -46,7 +44,7 @@ This package contains the header files and .so libraries for developing programs
%package doc %package doc
Summary: libtiff documentation in HTML format Summary: libtiff documentation in HTML format
Group: Documentation Group: Documentation
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description doc %description doc
This package contains the libtiff documentation. This package contains the libtiff documentation.
@ -54,7 +52,7 @@ This package contains the libtiff documentation.
%package -n tiffgt %package -n tiffgt
Summary: Displays an image stored in a TIFF file Summary: Displays an image stored in a TIFF file
Group: Graphical Desktop/Applications/Graphics Group: Graphical Desktop/Applications/Graphics
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n tiffgt %description -n tiffgt
Displays an image stored in a TIFF file. Displays an image stored in a TIFF file.
@ -62,11 +60,13 @@ Displays an image stored in a TIFF file.
%package -n tiff-utils %package -n tiff-utils
Summary: Command line tools for tiff files manipulation Summary: Command line tools for tiff files manipulation
Group: System/Tools Group: System/Tools
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n tiff-utils %description -n tiff-utils
Command line tools for tiff files manipulation. Command line tools for tiff files manipulation.
%debug_package
%prep %prep
%setup -q -n tiff-%{version} %setup -q -n tiff-%{version}
#%patch0 -p1 -b .cve_2006_2656 #%patch0 -p1 -b .cve_2006_2656
@ -75,6 +75,7 @@ Command line tools for tiff files manipulation.
%build %build
%configure \ %configure \
--enable-old-jpeg --enable-old-jpeg
%make %make
%install %install
@ -99,15 +100,15 @@ rm -f %{buildroot}%{_mandir}/man1/tiffgt.*
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/*.so.* %{_libdir}/libtiff*.so.*
%doc COPYRIGHT %doc COPYRIGHT
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/* %{_includedir}/*
%{_libdir}/*.a %{_libdir}/libtiff*.a
%{_libdir}/*.la %{_libdir}/libtiff*.la
%{_libdir}/*.so %{_libdir}/libtiff*.so
%{_mandir}/man3/* %{_mandir}/man3/*
%{_libdir}/pkgconfig/libtiff-4.pc %{_libdir}/pkgconfig/libtiff-4.pc
%doc TODO %doc TODO
@ -147,6 +148,9 @@ rm -f %{buildroot}%{_mandir}/man1/tiffgt.*
%endif %endif
%changelog %changelog
* Sat May 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.0-1mamba
- update to 4.4.0
* Fri Apr 23 2021 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba * Fri Apr 23 2021 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
- automatic version update by autodist - automatic version update by autodist