[packages/openqube] - added cmake file fix to -lib patch; release 2

qboosh qboosh at pld-linux.org
Fri Dec 28 18:34:15 CET 2012


commit 5d5962728e2dbc801e23fe9230bef6fced994e9d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Dec 28 18:35:41 2012 +0100

    - added cmake file fix to -lib patch; release 2

 openqube-lib.patch | 11 +++++++++++
 openqube.spec      |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/openqube.spec b/openqube.spec
index c31326d..2d26be1 100644
--- a/openqube.spec
+++ b/openqube.spec
@@ -2,7 +2,7 @@ Summary:	OpenQube - library for reading quantum chemistry data files
 Summary(pl.UTF-8):	OpenQube - biblioteka do odczytu plików danych chemii kwantowej
 Name:		openqube
 Version:	0.1.0
-Release:	1
+Release:	2
 License:	BSD
 Group:		Libraries
 Source0:	https://github.com/OpenChemistry/openqube/archive/%{version}.tar.gz
diff --git a/openqube-lib.patch b/openqube-lib.patch
index fa13277..f992df4 100644
--- a/openqube-lib.patch
+++ b/openqube-lib.patch
@@ -9,3 +9,14 @@
  set(BIN_INSTALL_DIR          "bin")
  
  # Use an exports file for Libraries targets
+--- openqube-0.1.0/cmake/OpenQubeConfig.cmake.in.orig	2012-01-04 15:40:07.000000000 +0100
++++ openqube-0.1.0/cmake/OpenQubeConfig.cmake.in	2012-12-28 18:35:00.465699937 +0100
+@@ -10,7 +10,7 @@
+ 
+ set(OpenQube_INSTALL_PREFIX  "@CMAKE_INSTALL_PREFIX@")
+ set(OpenQube_INCLUDE_DIRS    "${OpenQube_INSTALL_PREFIX}/@INC_INSTALL_DIR@")
+-set(OpenQube_LIBRARY_DIRS    "${OpenQube_INSTALL_PREFIX}/@LIB_INSTALL_DIR@@LIB_SUFFIX@")
++set(OpenQube_LIBRARY_DIRS    "${OpenQube_INSTALL_PREFIX}/@LIB_INSTALL_DIR@")
+ set(OpenQube_BIN_DIRS        "${OpenQube_INSTALL_PREFIX}/@BIN_INSTALL_DIR@")
+ 
+ if(NOT TARGET OpenQube)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openqube.git/commitdiff/5d5962728e2dbc801e23fe9230bef6fced994e9d



More information about the pld-cvs-commit mailing list