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

Thu Jun 21 2001 Than Ngo <than@redhat.com>
- add missing libtiff symlink
This commit is contained in:
cvsdist 2004-09-09 07:44:18 +00:00
parent c40fcf3cbc
commit bafcc89fd7

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: 10a Release: 11
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,7 +12,6 @@ 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-s390x.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
@ -31,7 +30,7 @@ format image files.
%package devel %package devel
Summary: Development tools for programs which will use the libtiff library. Summary: Development tools for programs which will use the libtiff library.
Group: Development/Libraries Group: Development/Libraries
Requires: libtiff = %{PACKAGE_VERSION} Requires: libtiff = %{version}
%description devel %description devel
This package contains the header files and static libraries for This package contains the header files and static libraries for
@ -51,7 +50,6 @@ 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 .s390x
find . -type d -name CVS | xargs -r rm -frv find . -type d -name CVS | xargs -r rm -frv
%build %build
@ -90,7 +88,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYRIGHT README VERSION %doc COPYRIGHT README VERSION
%{_bindir}/* %{_bindir}/*
%{_libdir}/libtiff.so.%{LIBVER} %{_libdir}/libtiff.so.*
%{_mandir}/man1/* %{_mandir}/man1/*
%files devel %files devel
@ -102,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Jun 21 2001 Than Ngo <than@redhat.com>
- add missing libtiff symlink
* Fri Mar 16 2001 Crutcher Dunnavant <crutcher@redhat.com> * Fri Mar 16 2001 Crutcher Dunnavant <crutcher@redhat.com>
- killed tiff-to-ps.fpi filter - killed tiff-to-ps.fpi filter