openexr/openexr-suse-docdir.patch
OBS User autobuild 437f07200b Accepting request 44520 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/openexr based on submit request 44520 from user mvyskocil

OBS-URL: https://build.opensuse.org/request/show/44520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=1
2010-08-09 09:58:48 +00:00

51 lines
1.9 KiB
Diff

Index: IlmImfExamples/Makefile.am
===================================================================
--- IlmImfExamples/Makefile.am.orig 2010-07-27 16:23:34.292000914 +0200
+++ IlmImfExamples/Makefile.am 2010-07-27 16:23:36.534875311 +0200
@@ -22,7 +22,7 @@
rgbaInterfaceTiledExamples.h \
lowLevelIoExamples.h previewImageExamples.h
-examplesdir = $(datadir)/doc/OpenEXR-@OPENEXR_VERSION@/examples
+examplesdir = $(datadir)/doc/packages/openexr-@OPENEXR_VERSION@/examples
examples_DATA = $(imfexamples_SOURCES)
imfexamplesdir = $(examplesdir)
Index: IlmImfExamples/Makefile.in
===================================================================
--- IlmImfExamples/Makefile.in.orig 2010-07-27 16:23:34.292000914 +0200
+++ IlmImfExamples/Makefile.in 2010-07-27 16:23:36.534875311 +0200
@@ -226,7 +226,7 @@
rgbaInterfaceTiledExamples.h \
lowLevelIoExamples.h previewImageExamples.h
-examplesdir = $(datadir)/doc/OpenEXR-@OPENEXR_VERSION@/examples
+examplesdir = $(datadir)/doc/packages/openexr-@OPENEXR_VERSION@/examples
examples_DATA = $(imfexamples_SOURCES)
imfexamplesdir = $(examplesdir)
all: all-am
Index: doc/Makefile.am
===================================================================
--- doc/Makefile.am.orig 2010-07-27 16:23:34.302885346 +0200
+++ doc/Makefile.am 2010-07-27 16:25:53.501876673 +0200
@@ -4,5 +4,5 @@
OpenEXRFileLayout.pdf \
MultiViewOpenEXR.pdf
-docdir=$(datadir)/doc/OpenEXR-@OPENEXR_VERSION@
+docdir=$(datadir)/doc/packages/openexr-@OPENEXR_VERSION@
doc_DATA = $(EXTRA_DIST)
Index: doc/Makefile.in
===================================================================
--- doc/Makefile.in.orig 2010-07-27 16:23:34.309896002 +0200
+++ doc/Makefile.in 2010-07-27 16:26:09.326876258 +0200
@@ -181,7 +181,7 @@
OpenEXRFileLayout.pdf \
MultiViewOpenEXR.pdf
-docdir = $(datadir)/doc/OpenEXR-@OPENEXR_VERSION@
+docdir = $(datadir)/doc/packages/openexr-@OPENEXR_VERSION@
doc_DATA = $(EXTRA_DIST)
all: all-am