Accepting request 447008 from home:jengelh:branches:graphics

- Drop --with-pic, this is only for static libs (which are not built)
- Update descriptions

OBS-URL: https://build.opensuse.org/request/show/447008
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=92
This commit is contained in:
Ismail Dönmez 2016-12-19 11:18:17 +00:00 committed by Git OBS Bridge
parent 6248837a55
commit a7ba1259bf
2 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 19 10:09:38 UTC 2016 - jengelh@inai.de
- Drop --with-pic, this is only for static libs (which are not built)
- Update descriptions
-------------------------------------------------------------------
Mon Dec 19 10:03:58 UTC 2016 - idonmez@suse.com

View File

@ -19,7 +19,7 @@
Name: tiff
Version: 4.0.7
Release: 0
Summary: Tools for Converting from and to the Tiff Format
Summary: Tools for Converting from and to the Tagged Image File Format
License: HPND
Group: Productivity/Graphics/Convertors
Url: http://www.simplesystems.org/libtiff/
@ -55,11 +55,11 @@ BuildRequires: libjbig-devel
%endif
%description
This package contains the library and support programs for the TIFF
image format.
This package contains the library and support programs for the Tagged
Image File Format (TIFF).
%package -n libtiff5
Summary: The Tiff Library (with JPEG and compression support)
Summary: The TIFF Library (with JPEG and compression support)
Group: System/Libraries
Provides: libtiff = %{version}
# bug437293
@ -69,12 +69,12 @@ Obsoletes: libtiff-64bit
#
%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
libjpeg and libz in the linking process.
%package -n libtiff-devel
Summary: Development Tools for Programs which will use the libtiff Library
Summary: Development tools for programs which will use the TIFF library
Group: Development/Libraries/C and C++
Requires: glibc-devel
Requires: libstdc++-devel
@ -98,7 +98,7 @@ the libtiff library.
%build
CFLAGS="%{optflags} -fPIE"
%configure --disable-static --with-pic
%configure --disable-static
make %{?_smp_mflags} LDFLAGS="-pie"
%install