Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2015-02-16 15:02:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and      /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "enblend-enfuse"

Changes:
--------
--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes    
2014-12-09 09:13:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes       
2015-02-16 17:25:07.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Feb 11 16:14:25 UTC 2015 - [email protected]
+
+- Introduce _build_doc defines (currently set to 0): Allow to
+  easily enable/disable the building of the documentation (incl.
+  the reevant BuildRequires and file sections). Currently disabled,
+  as enblend fails with texinfo 5.1; upstream is aware but there
+  are multiple ways the texi files are broken (mainly using invalid
+  characters for defintions).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ enblend-enfuse.spec ++++++
--- /var/tmp/diff_new_pack.bDKEQy/_old  2015-02-16 17:25:07.000000000 +0100
+++ /var/tmp/diff_new_pack.bDKEQy/_new  2015-02-16 17:25:07.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enblend-enfuse
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,8 @@
 #
 
 
+%define _build_doc 0
+
 Name:           enblend-enfuse
 Url:            http://enblend.sourceforge.net/
 Summary:        Tool for Composing Images
@@ -25,15 +27,14 @@
 Release:        0
 Source:         
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-4.1/%{name}-%{version}.tar.gz
 Patch1:         use-default-gcc-inlining.diff
-BuildRequires:  ImageMagick
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automake
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glew-devel
-BuildRequires:  gnuplot
 BuildRequires:  gsl-devel
+BuildRequires:  help2man
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms2-devel >= 2.5
 BuildRequires:  libpng-devel
@@ -43,14 +44,18 @@
 BuildRequires:  perl-TimeDate
 BuildRequires:  plotutils-devel
 BuildRequires:  sed
+BuildRequires:  vigra-devel
+%if %{_build_doc}
+BuildRequires:  ImageMagick
+BuildRequires:  gnuplot
 BuildRequires:  texinfo
 BuildRequires:  tidy
 BuildRequires:  transfig
-BuildRequires:  vigra-devel
 #BuildRequires:  xhtml-dtd
 %if 0%{?suse_version} > 1220
 BuildRequires:  help2man
 %endif
+%endif
 Provides:       enblend = %{version}
 Provides:       enfuse = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -93,6 +98,7 @@
 %clean
 rm -rf %{buildroot}
 
+%if %{_build_doc}
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/enblend.info.gz
 %install_info --info-dir=%{_infodir} %{_infodir}/enfuse.info.gz
@@ -102,13 +108,17 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/enblend.info.gz
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/enfuse.info.gz
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/enfuse-focus-stacking.info.gz
+%endif
 
 %files
 %defattr(-,root,root)
 # ChangeLog does not contain anything useful
-%doc AUTHORS COPYING NEWS README doc/*.pdf
-%{_bindir}/*
+%doc AUTHORS COPYING NEWS README
+%if %{_build_doc}
+%doc doc/*.pdf
 %doc %{_infodir}/*.*
+%endif
+%{_bindir}/*
 %doc %{_mandir}/*/*.*
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to