Files
framel/framel-fix-pkgconfig.patch
Atri Bhattacharya 7dcafda61b Accepting request 998271 from home:badshah400:branches:science
- Update to version 8.42.3:
- Add framel-correct-python-platlib.patch to fix location of installed python modules and avoid use of deprecated distutils.
- Update upstream and source URLs.
- Minor changes to how the build dirs for the different python flavours are named.

OBS-URL: https://build.opensuse.org/request/show/998271
OBS-URL: https://build.opensuse.org/package/show/science/framel?expand=0&rev=9
2022-08-23 14:15:24 +00:00

15 lines
469 B
Diff

Index: Fr-8.42.3/src/framel.pc.in
===================================================================
--- Fr-8.42.3.orig/src/framel.pc.in
+++ Fr-8.42.3/src/framel.pc.in
@@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
-includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: @PROJECT_NAME@
Description: @PROJECT_DESCRIPTION@