[tree/master-examine-build-failure] Scratch build to examine bug #921706.

Tim Waugh twaugh at fedoraproject.org
Fri Apr 26 14:03:35 UTC 2013


commit a029db13a89d872a7468bb5ca36296340fd233dd
Author: Tim Waugh <twaugh at redhat.com>
Date:   Fri Apr 26 14:52:37 2013 +0100

    Scratch build to examine bug #921706.

 tree.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/tree.spec b/tree.spec
index 309f1d1..661071a 100644
--- a/tree.spec
+++ b/tree.spec
@@ -1,7 +1,7 @@
 Summary: File system tree viewer
 Name: tree
 Version: 1.6.0
-Release: 7%{?dist}
+Release: 7.0.0.1%{?dist}
 Group: Applications/File
 License: GPLv2+
 Url: http://mama.indstate.edu/users/ice/tree/
@@ -11,6 +11,7 @@ Patch2: tree-preserve-timestamps.patch
 Patch3: tree-no-color-by-default.patch
 Patch4: tree-args.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: ghostscript
 
 %description
 The tree utility recursively displays the contents of directories in a
@@ -32,6 +33,11 @@ utility.
 %patch4 -p1 -b .args
 
 %build
+ls -l /usr/share/fonts/default/Type1/{fonts*,n0{19,22}003l.pfb}
+sha256sum /usr/share/fonts/default/Type1/n0{19,22}003l.pfb
+gs -sDEVICE=nullpage -dBATCH -c '(Helvetica) findfont'
+
+exit 1
 make CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)" %{?_smp_mflags}
 
 %install
@@ -54,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc README LICENSE
 
 %changelog
+* Fri Apr 26 2013 Tim Waugh <twaugh at redhat.com> - 1.6.0-7.0.0.1
+- Scratch build to examine bug #921706.
+
 * Thu Apr 11 2013 Tim Waugh <twaugh at redhat.com> - 1.6.0-7
 - Document --du and --prune options in help output (bug #948991).
 


More information about the scm-commits mailing list