[geeqie] Complete previous rebuild that failed unexpectedly because html docdir in

Michael Schwendt mschwendt at fedoraproject.org
Thu May 3 07:58:40 UTC 2012


commit bf4bcaeeaaba45f5cd0b651e3559536c8188cff7
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Thu May 3 09:58:35 2012 +0200

    Complete previous rebuild that failed unexpectedly because html docdir in
    
      buildroot had not been created (Rawhide only). Now create it explicitly
      at beginning of %install.

 geeqie.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/geeqie.spec b/geeqie.spec
index 06f7ebe..0cc50b2 100644
--- a/geeqie.spec
+++ b/geeqie.spec
@@ -3,7 +3,7 @@
 Summary: Image browser and viewer
 Name: geeqie
 Version: 1.0
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: GPLv3
 Group: User Interface/X
 # svn + autogen
@@ -85,6 +85,7 @@ make %{?_smp_mflags}
 
 
 %install
+mkdir -p ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{upstreamversion}/html
 make DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p" install
 
 # guard against missing HTML tree
@@ -124,6 +125,11 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Thu May  3 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 1.0-17
+- Complete previous rebuild that failed unexpectedly because html docdir in
+  buildroot had not been created (Rawhide only). Now create it explicitly
+  at beginning of %%install.
+
 * Wed May 02 2012 Rex Dieter <rdieter at fedoraproject.org> - 1.0-16
 - rebuild (exiv2)
 


More information about the scm-commits mailing list