auto-import changelog data from libtiff-3.5.5-13.src.rpm

Tue Aug 28 2001 Phil Knirsch <phil@redhat.de>
- Fixed ia64 problem with tiffinfo. Was general 64 bit arch problem where
    s390x and ia64 were missing (#52129).
This commit is contained in:
cvsdist 2004-09-09 07:44:33 +00:00
parent 0271ac8976
commit 3bc646e380

View File

@ -1,7 +1,7 @@
Summary: A library of functions for manipulating TIFF format image files. Summary: A library of functions for manipulating TIFF format image files.
Name: libtiff Name: libtiff
Version: 3.5.5 Version: 3.5.5
Release: 12 Release: 13
Copyright: distributable Copyright: distributable
Group: System Environment/Libraries Group: System Environment/Libraries
Source0: http://www.libtiff.org/tiff-v%{version}.tar.gz Source0: http://www.libtiff.org/tiff-v%{version}.tar.gz
@ -12,6 +12,7 @@ Patch3: libtiff-v3.5.4-mandir.patch
Patch4: libtiff-v3.5.5-buildroot.patch Patch4: libtiff-v3.5.5-buildroot.patch
Patch5: libtiff-v3.5.5-test.patch Patch5: libtiff-v3.5.5-test.patch
Patch6: libtiff-v3.5.5-steve.patch Patch6: libtiff-v3.5.5-steve.patch
Patch7: libtiff-v3.5.5-64bit.patch
URL: http://www.libtiff.org/ URL: http://www.libtiff.org/
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: zlib-devel zlib libjpeg-devel libjpeg BuildRequires: zlib-devel zlib libjpeg-devel libjpeg
@ -38,8 +39,8 @@ developing programs which will manipulate TIFF format image files
using the libtiff library. using the libtiff library.
If you need to develop programs which will manipulate TIFF format If you need to develop programs which will manipulate TIFF format
image files, you should install this package. You'll also need to image files, you should install this package. You also need to install
install the libtiff package. the libtiff package.
%prep %prep
%setup -q -n tiff-v%{version} %setup -q -n tiff-v%{version}
@ -50,6 +51,7 @@ install the libtiff package.
%patch4 -p1 -b .buildroot %patch4 -p1 -b .buildroot
%patch5 -p1 -b .test %patch5 -p1 -b .test
%patch6 -p1 -b .steve %patch6 -p1 -b .steve
%patch7 -p1 -b .64bit
find . -type d -name CVS | xargs -r rm -frv find . -type d -name CVS | xargs -r rm -frv
%build %build
@ -67,7 +69,7 @@ EOF
cd libtiff cd libtiff
ln -s libtiff.so.%{LIBVER} libtiff.so ln -s libtiff.so.%{LIBVER} libtiff.so
cd .. cd ..
make COPTS="$RPM_OPT_FLAGS" LDOPTS="-s" make LDOPTS="-s"
%install %install
[ "$RPM_BUILD_DIR" ] && rm -fr $RPM_BUILD_ROOT [ "$RPM_BUILD_DIR" ] && rm -fr $RPM_BUILD_ROOT
@ -101,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Aug 28 2001 Phil Knirsch <phil@redhat.de>
- Fixed ia64 problem with tiffinfo. Was general 64 bit arch problem where s390x
and ia64 were missing (#52129).
* Tue Jun 26 2001 Philipp Knirsch <pknirsch@redhat.de> * Tue Jun 26 2001 Philipp Knirsch <pknirsch@redhat.de>
- Hopefully final symlink fix - Hopefully final symlink fix