Accepting request 447009 from graphics
1 OBS-URL: https://build.opensuse.org/request/show/447009 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=63
This commit is contained in:
commit
f8131dbb44
11
tiff.changes
11
tiff.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update homepage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 08:45:11 UTC 2016 - fstrba@suse.com
|
||||
|
||||
|
16
tiff.spec
16
tiff.spec
@ -19,10 +19,10 @@
|
||||
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.remotesensing.org/libtiff
|
||||
Url: http://www.simplesystems.org/libtiff/
|
||||
Source: http://download.osgeo.org/libtiff/tiff-%{version}.tar.gz
|
||||
Source2: README.SUSE
|
||||
Source3: baselibs.conf
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user