[libtiff] Fix: #1044609 Can't install both architectures

Petr Hracek phracek at fedoraproject.org
Thu Dec 19 07:45:12 UTC 2013


commit 4a936c7ba3f28765b78d24c6f2f80fde4ea4b22d
Author: Petr Hracek <phracek at redhat.com>
Date:   Thu Dec 19 08:44:47 2013 +0100

    Fix: #1044609 Can't install both architectures

 libtiff.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libtiff.spec b/libtiff.spec
index 785f09c..9f5a647 100644
--- a/libtiff.spec
+++ b/libtiff.spec
@@ -1,7 +1,7 @@
 Summary: Library of functions for manipulating TIFF format image files
 Name: libtiff
 Version: 4.0.3
-Release: 13%{?dist}
+Release: 14%{?dist}
 
 License: libtiff
 Group: System Environment/Libraries
@@ -165,7 +165,7 @@ fi
 LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH make check
 
 # don't include documentation Makefiles, they are a multilib hazard
-find html/man -name 'Makefile*' | xargs rm
+find html -name 'Makefile*' | xargs rm
 
 %files
 %doc COPYRIGHT README RELEASE-DATE VERSION
@@ -188,6 +188,9 @@ find html/man -name 'Makefile*' | xargs rm
 %{_mandir}/man1/*
 
 %changelog
+* Thu Dec 19 2013 Petr Hracek <phracek at redhat.com> - 4.0.3-14
+- Fix: #1044609 Can't install both architectures
+
 * Wed Dec 18 2013 Petr Hracek <phracek at redhat.com> - 4.0.3-13
 - Fix #510240 Correct tiff2ps man option -W
 


More information about the scm-commits mailing list