Remove Makefiles from the shipped /usr/share/doc/html directories (bz

#222729)
This commit is contained in:
Tom Lane 2007-01-16 17:56:31 +00:00
parent 37bad4e251
commit b68673f35f

View File

@ -1,7 +1,7 @@
Summary: Library of functions for manipulating TIFF format image files Summary: Library of functions for manipulating TIFF format image files
Name: libtiff Name: libtiff
Version: 3.8.2 Version: 3.8.2
Release: 6%{?dist} Release: 7%{?dist}
License: distributable License: distributable
Group: System Environment/Libraries Group: System Environment/Libraries
Source: ftp://ftp.remotesensing.org/pub/libtiff/tiff-%{version}.tar.gz Source: ftp://ftp.remotesensing.org/pub/libtiff/tiff-%{version}.tar.gz
@ -47,8 +47,6 @@ install the libtiff package.
%build %build
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
%check
make check make check
%install %install
@ -91,6 +89,9 @@ cat >$RPM_BUILD_ROOT%{_includedir}/tiffconf.h <<EOF
#endif #endif
EOF EOF
# don't include documentation Makefiles, they are a multilib hazard
find html -name 'Makefile*' | xargs rm
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -115,6 +116,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Jan 16 2007 Tom Lane <tgl@redhat.com> 3.8.2-7
- Remove Makefiles from the shipped /usr/share/doc/html directories
Resolves: bz #222729
* Tue Sep 5 2006 Jindrich Novy <jnovy@redhat.com> - 3.8.2-6 * Tue Sep 5 2006 Jindrich Novy <jnovy@redhat.com> - 3.8.2-6
- fix CVE-2006-2193, tiff2pdf buffer overflow (#194362) - fix CVE-2006-2193, tiff2pdf buffer overflow (#194362)
- fix typo in man page for tiffset (#186297) - fix typo in man page for tiffset (#186297)