Fridrich Strba 2017-06-21 09:11:42 +00:00 committed by Git OBS Bridge
parent c734e62372
commit 16b046bbc2
2 changed files with 53 additions and 53 deletions

View File

@ -53,11 +53,11 @@ BuildRequires: libjbig-devel
%endif %endif
%description %description
This package contains the library and support programs for the Tagged This package contains the library and support programs for the TIFF
Image File Format (TIFF). image format.
%package -n libtiff5 %package -n libtiff5
Summary: The TIFF Library (with JPEG and compression support) Summary: The Tiff Library (with JPEG and compression support)
Group: System/Libraries Group: System/Libraries
Provides: libtiff = %{version} Provides: libtiff = %{version}
# bug437293 # bug437293
@ -67,12 +67,12 @@ Obsoletes: libtiff-64bit
# #
%description -n libtiff5 %description -n libtiff5
This package includes the TIFF libraries. To link a program with This package includes the tiff libraries. To link a program with
libtiff, you will have to add -ljpeg and -lz to include the necessary libtiff, you will have to add -ljpeg and -lz to include the necessary
libjpeg and libz in the linking process. libjpeg and libz in the linking process.
%package -n libtiff-devel %package -n libtiff-devel
Summary: Development tools for programs which will use the TIFF library Summary: Development Tools for Programs which will use the libtiff Library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: glibc-devel Requires: glibc-devel
Requires: libstdc++-devel Requires: libstdc++-devel