drop unused compat libtiff.so.5 (RHEL-85372)
Resolves: RHEL-85588
This commit is contained in:
parent
ddb7b9a92f
commit
a3b554fedf
16
libtiff.spec
16
libtiff.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Library of functions for manipulating TIFF format image files
|
Summary: Library of functions for manipulating TIFF format image files
|
||||||
Name: libtiff
|
Name: libtiff
|
||||||
Version: 4.6.0
|
Version: 4.6.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: libtiff
|
License: libtiff
|
||||||
URL: http://www.simplesystems.org/libtiff/
|
URL: http://www.simplesystems.org/libtiff/
|
||||||
|
|
||||||
@ -17,8 +17,6 @@ BuildRequires: gcc, gcc-c++
|
|||||||
BuildRequires: zlib-devel libjpeg-devel jbigkit-devel libzstd-devel libwebp-devel liblerc-devel
|
BuildRequires: zlib-devel libjpeg-devel jbigkit-devel libzstd-devel libwebp-devel liblerc-devel
|
||||||
BuildRequires: libtool automake autoconf pkgconfig
|
BuildRequires: libtool automake autoconf pkgconfig
|
||||||
|
|
||||||
# Add old libtiff to work with packages not built with new libtiff.so.6
|
|
||||||
BuildRequires: libtiff
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -137,11 +135,6 @@ EOF
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Copy old soname %{_libdir}/libtiff.so.5
|
|
||||||
# Copy old soname %{_libdir}/libtiffxx.so.5
|
|
||||||
cp %{_libdir}/libtiff.so.5* $RPM_BUILD_ROOT%{_libdir}
|
|
||||||
cp %{_libdir}/libtiffxx.so.5* $RPM_BUILD_ROOT%{_libdir}
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -150,8 +143,8 @@ LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH make check
|
|||||||
%files
|
%files
|
||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%doc README.md RELEASE-DATE VERSION
|
%doc README.md RELEASE-DATE VERSION
|
||||||
%{_libdir}/libtiff.so.*
|
%{_libdir}/libtiff.so.6*
|
||||||
%{_libdir}/libtiffxx.so.*
|
%{_libdir}/libtiffxx.so.6*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc TODO ChangeLog
|
%doc TODO ChangeLog
|
||||||
@ -169,6 +162,9 @@ LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH make check
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 31 2025 Michal Hlavinka <mhlavink@redhat.com> - 4.6.0-6
|
||||||
|
- drop unused compat libtiff.so.5 (RHEL-85372)
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 4.6.0-5
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 4.6.0-5
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
Loading…
Reference in New Issue
Block a user