vigra/vigra-1.11.1.docdir.patch
Troy Curtis Jr 6b9093cf71 Add python3 subpackage (bz# 1482979).
- For Fedora releases, add a python3 subpackage.
- Disable the LEMON compile due to a bug in lemon packaging which
  prevents vigra from successfully finding the library (bz# 1526647).
- Move python shebang fix from a patch file into the spec file to easily
  choose between python 2/3 based on the release being built.
- Remove unused patches.
- Remove legacy _python_sitearch as all supported release now have this
  defined.
- Add conditions for boost-python to allow compiling on releases <= f27.
- Fix the vigra-config docdir to point to the packaged location.
2017-12-16 19:09:04 -06:00

9 lines
346 B
Diff

--- vigra-1.11.1/config/vigra-config.in 2017-12-16 14:34:37.544633998 -0600
+++ vigra-1.11.1/config/vigra-config.in 2017-12-16 14:38:16.297616754 -0600
@@ -93,4 +93,4 @@ if op.include_path: # was: --include_pat
print('@CMAKE_INSTALL_PREFIX@/include')
if op.docdir:
- print('@DOCDIR@')
+ print('@CMAKE_INSTALL_PREFIX@/@DOCINSTALL@')