[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/libtiff/devel libtiff.spec,1.47,1.48



Author: tgl

Update of /cvs/dist/rpms/libtiff/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15559

Modified Files:
	libtiff.spec 
Log Message:
Remove Makefiles from the shipped /usr/share/doc/html directories (bz #222729)


Index: libtiff.spec
===================================================================
RCS file: /cvs/dist/rpms/libtiff/devel/libtiff.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- libtiff.spec	5 Sep 2006 12:04:37 -0000	1.47
+++ libtiff.spec	16 Jan 2007 17:56:31 -0000	1.48
@@ -1,7 +1,7 @@
 Summary: Library of functions for manipulating TIFF format image files
 Name: libtiff
 Version: 3.8.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: distributable
 Group: System Environment/Libraries
 Source: ftp://ftp.remotesensing.org/pub/libtiff/tiff-%{version}.tar.gz
@@ -47,8 +47,6 @@
 %build
 %configure
 make %{?_smp_mflags}
-
-%check
 make check
 
 %install
@@ -91,6 +89,9 @@
 #endif
 EOF
 
+# don't include documentation Makefiles, they are a multilib hazard
+find html -name 'Makefile*' | xargs rm
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -115,6 +116,10 @@
 %{_mandir}/man3/*
 
 %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
 - fix CVE-2006-2193, tiff2pdf buffer overflow (#194362)
 - fix typo in man page for tiffset (#186297)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]