Explorar o código

Fix spec file of RPM build

This change does add the additional build time dependency on
python-six and also corrects the directory name of the cmake
files.
Jens Reimann %!s(int64=6) %!d(string=hai) anos
pai
achega
e4aaaac491
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      open62541.spec

+ 2 - 2
open62541.spec

@@ -6,7 +6,7 @@ License:  MPLv2.0
 URL:      http://open62541.org
 Source0:  https://github.com/open62541/open62541/archive/%{name}-%{version}.tar.gz
 
-BuildRequires: cmake3, python
+BuildRequires: cmake3, python, python-six
 
 %description
 open62541 is a C-based library (linking with C++ projects is possible)
@@ -49,7 +49,7 @@ rm examples/CMakeLists.txt
 %{_libdir}/pkgconfig/open62541.pc
 %dir %{_includedir}/open62541
 %{_includedir}/open62541/*
-%{_libdir}/cmake3/open62541*
+%{_libdir}/cmake/open62541*
 %dir %{_exec_prefix}/share/open62541
 %{_exec_prefix}/share/open62541/*