[OpenColorIO] Fix for new F20 feature, unversion doc dir. Fixes BZ#1001264

Richard Shaw hobbes1069 at fedoraproject.org
Mon Aug 26 20:11:01 UTC 2013


commit cf9b22169b342a6ef5a61efa185e22096aadf9b9
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Mon Aug 26 15:10:48 2013 -0500

    Fix for new F20 feature, unversion doc dir. Fixes BZ#1001264

 OpenColorIO.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/OpenColorIO.spec b/OpenColorIO.spec
index 50484b0..0d7fc65 100644
--- a/OpenColorIO.spec
+++ b/OpenColorIO.spec
@@ -11,7 +11,7 @@
 
 Name:           OpenColorIO
 Version:        1.0.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Enables color transforms and image display across graphics apps
 
 License:        BSD
@@ -19,6 +19,7 @@ URL:            http://opencolorio.org/
 # Github archive was generated on the fly using the following URL:
 # https://github.com/imageworks/OpenColorIO/tarball/v1.0.8
 Source0:        %{name}-%{version}.tar.gz
+Patch0:         OpenColorIO-pull_300.patch
 
 # Utilities
 %if 0%{?el6}
@@ -79,6 +80,7 @@ Development libraries and headers for %{name}.
 
 %prep
 %setup -q
+%patch0 -p1 -b .pull300
 
 # Remove what bundled libraries
 rm -f ext/lcms*
@@ -89,10 +91,8 @@ rm -f ext/yaml*
 %build
 rm -rf build && mkdir build && pushd build
 %cmake -DOCIO_BUILD_STATIC=OFF \
-       -DPYTHON_INCLUDE_LIB_PREFIX=OFF \
        -DOCIO_BUILD_DOCS=ON \
        -DOCIO_BUILD_TESTS=ON \
-       -DOCIO_LINK_PYGLUE=ON \
        -DOCIO_PYGLUE_SONAME=OFF \
        -DUSE_EXTERNAL_YAML=TRUE \
        -DUSE_EXTERNAL_TINYXML=TRUE \
@@ -138,7 +138,7 @@ help2man -N -s 1 %{?fedora:--version-string=%{version}} \
 %{python_sitearch}/*.so
 
 %files doc
-%doc %{_docdir}/%{name}/
+%{_docdir}/%{name}/
 
 %files devel
 %{_includedir}/OpenColorIO/
@@ -148,6 +148,9 @@ help2man -N -s 1 %{?fedora:--version-string=%{version}} \
 
 
 %changelog
+* Mon Aug 26 2013 Richard Shaw <hobbes1069 at gmail.com> - 1.0.8-4
+- Fix for new F20 feature, unversion doc dir. Fixes BZ#1001264
+
 * Fri Aug 02 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list