fix incorrect writing when unpacking
This commit is contained in:
parent
cba7db6312
commit
a322bc8e11
13
libtiff.spec
13
libtiff.spec
@ -1,6 +1,6 @@
|
||||
Name: libtiff
|
||||
Version: 4.3.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: TIFF Library and Utilities
|
||||
License: libtiff
|
||||
URL: https://www.simplesystems.org/libtiff/
|
||||
@ -9,9 +9,6 @@ Source0: https://download.osgeo.org/libtiff/tiff-%{version}.tar.gz
|
||||
BuildRequires: gcc gcc-c++ zlib-devel libjpeg-devel jbigkit-devel
|
||||
BuildRequires: libtool automake autoconf pkgconfig
|
||||
|
||||
Provides: %{name}-tools
|
||||
Obsoletes: %{name}-tools
|
||||
|
||||
%description
|
||||
This %{name} provides support for the Tag Image File Format (TIFF), a widely
|
||||
used format for storing image data. The latest version of the TIFF specification
|
||||
@ -22,9 +19,6 @@ for manipulating TIFF format image files using the libtiff library.
|
||||
Summary: Development files for %{name} library
|
||||
Requires: %{name} = %{version}-%{release} pkgconfig
|
||||
|
||||
Provides: %{name}-static
|
||||
Obsoletes: %{name}-static
|
||||
|
||||
%description devel
|
||||
This package contains the header files and documentation necessary for developing programs
|
||||
which will manipulate TIFF format image files using the libtiff library.
|
||||
@ -131,7 +125,10 @@ find html -name 'Makefile*' | xargs rm
|
||||
%exclude %{_datadir}/html/man/tiffgt.1.html
|
||||
|
||||
%changelog
|
||||
* Fri Nov 03 2021 liuyumeng <liuyumeng5@huawei.com> -4.3.0-1
|
||||
* Mon Dec 13 2021 liuyumeng <liuyumeng5@huawei.com> - 4.3.0-2
|
||||
- fix incorrect writing when unpacking
|
||||
|
||||
* Fri Dec 03 2021 liuyumeng <liuyumeng5@huawei.com> - 4.3.0-1
|
||||
- update to libtiff-4.3.0-1
|
||||
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.2.0-2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user