Accepting request 28245 from graphics

Copy from graphics/tiff based on submit request 28245 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=14
This commit is contained in:
OBS User autobuild 2010-01-08 16:32:38 +00:00 committed by Git OBS Bridge
parent 0dc7942c47
commit 65d22859da
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 15 19:38:18 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
- enable parallel building
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 6 14:02:07 CEST 2009 - pgajdos@suse.cz Thu Aug 6 14:02:07 CEST 2009 - pgajdos@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package tiff (Version 3.8.2) # spec file for package tiff (Version 3.8.2)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -29,11 +29,12 @@ Obsoletes: tiff-64bit
# #
Url: http://www.remotesensing.org/libtiff/ Url: http://www.remotesensing.org/libtiff/
Version: 3.8.2 Version: 3.8.2
Release: 144 Release: 145
Summary: Tools for Converting from and to the Tiff Format Summary: Tools for Converting from and to the Tiff Format
Source: tiff-%{version}.tar.bz2 Source: tiff-%{version}.tar.bz2
Source1: jpegint.h Source1: jpegint.h
Source2: README.SUSE Source2: README.SUSE
Source3: baselibs.conf
Patch2: tiff-%{version}-seek.patch Patch2: tiff-%{version}-seek.patch
Patch3: tiff-%{version}-tiff2pdf.patch Patch3: tiff-%{version}-tiff2pdf.patch
Patch4: tiff-%{version}-tiffsplit-CVE-2006-2656.patch Patch4: tiff-%{version}-tiffsplit-CVE-2006-2656.patch
@ -117,7 +118,7 @@ rm m4/ltversion.m4 m4/ltsugar.m4 m4/ltoptions.m4 m4/libtool.m4
autoreconf --force --install -v autoreconf --force --install -v
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fstack-protector" \ CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fstack-protector" \
./configure --prefix=/usr --mandir=%{_mandir} --libdir=%{_libdir} --disable-static ./configure --prefix=/usr --mandir=%{_mandir} --libdir=%{_libdir} --disable-static
make make %{?_smp_mflags}
%install %install
mkdir -p $RPM_BUILD_ROOT/{%{_mandir}/{man1,man3},usr/{bin,lib,include}} mkdir -p $RPM_BUILD_ROOT/{%{_mandir}/{man1,man3},usr/{bin,lib,include}}