!15 [sync] PR-14: update to libtiff-4.3.0
From: @openeuler-sync-bot Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
cba7db6312
33
libtiff.spec
33
libtiff.spec
@ -1,6 +1,6 @@
|
||||
Name: libtiff
|
||||
Version: 4.2.0
|
||||
Release: 2
|
||||
Version: 4.3.0
|
||||
Release: 1
|
||||
Summary: TIFF Library and Utilities
|
||||
License: libtiff
|
||||
URL: https://www.simplesystems.org/libtiff/
|
||||
@ -29,6 +29,21 @@ Obsoletes: %{name}-static
|
||||
This package contains the header files and documentation necessary for developing programs
|
||||
which will manipulate TIFF format image files using the libtiff library.
|
||||
|
||||
%package static
|
||||
Summary: Static TIFF image format file library
|
||||
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description static
|
||||
the libtiff-static package contains the syatically linkable version of libtiff.
|
||||
Linking to static libraries is discouraged for most applications,but it is necessary for some boot packages.
|
||||
|
||||
%package tools
|
||||
Summary: Command-line utility programs for manipulating TIFF files
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
This package contains command-line programs for manipulating TIFF format image files using the libtiff library.
|
||||
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
@ -92,25 +107,33 @@ find html -name 'Makefile*' | xargs rm
|
||||
%defattr(-,root,root)
|
||||
%license COPYRIGHT
|
||||
%doc README.md
|
||||
%{_bindir}/*
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/
|
||||
|
||||
%files static
|
||||
%{_libdir}/*.a
|
||||
|
||||
%files tools
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%{_mandir}/man*
|
||||
%doc RELEASE-DATE VERSION
|
||||
%doc TODO ChangeLog html
|
||||
%exclude %{_mandir}/man1/tiffgt.1
|
||||
%exclude %{_mandir}/man1/*
|
||||
%exclude %{_datadir}/html/man/tiffgt.1.html
|
||||
|
||||
%changelog
|
||||
* Fri Nov 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
|
||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||
|
||||
|
||||
Binary file not shown.
BIN
tiff-4.3.0.tar.gz
Normal file
BIN
tiff-4.3.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user