From 37e86b285682f7cbfb9a8c27bd668d61cf45a0cdf529bb9b3bd7345d6a956e49 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 26 Oct 2020 09:45:10 +0000 Subject: [PATCH] Accepting request 843573 from home:alarrosa:branches:devel:libraries:c_c++ - Add baselibs.conf OBS-URL: https://build.opensuse.org/request/show/843573 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=13 --- baselibs.conf | 1 + zxing-cpp.changes | 5 +++++ zxing-cpp.spec | 1 + 3 files changed, 7 insertions(+) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..5db5966 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libZXing1 diff --git a/zxing-cpp.changes b/zxing-cpp.changes index d9624be..253899f 100644 --- a/zxing-cpp.changes +++ b/zxing-cpp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 23 08:33:47 UTC 2020 - Antonio Larrosa + +- Add baselibs.conf + ------------------------------------------------------------------- Fri Sep 4 07:16:43 UTC 2020 - Antonio Larrosa diff --git a/zxing-cpp.spec b/zxing-cpp.spec index 30b9267..aa731f6 100644 --- a/zxing-cpp.spec +++ b/zxing-cpp.spec @@ -25,6 +25,7 @@ License: Apache-2.0 AND Zlib AND LGPL-2.1-with-Qt-Company-Qt-exception-1. Group: Development/Languages/C and C++ URL: https://github.com/nu-book/zxing-cpp/ Source0: https://github.com/nu-book/zxing-cpp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source99: baselibs.conf Patch0: fix-pkg-config-file.patch BuildRequires: cmake >= 3.10 BuildRequires: gcc-c++