[packages/elektra] - build botan module, workaround doxygen strangeness; release 21
qboosh
qboosh at pld-linux.org
Fri Jul 1 06:15:49 CEST 2022
commit 6ee37ca5b7bbf560d077343207ae3e3dec4ab5ce
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Jul 1 06:17:24 2022 +0200
- build botan module, workaround doxygen strangeness; release 21
elektra.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/elektra.spec b/elektra.spec
index 13ac04c..501a6f1 100644
--- a/elektra.spec
+++ b/elektra.spec
@@ -1,4 +1,5 @@
# TODO:
+# - subpackage crypto modules? (-plugin-crypto_{botan,gcrypt,openssl} or so)
# - force maven to work without network, enable java_mvn
# - haskell plugin (BR: ghc >= 8.0.0, cabal)
# - rest-backend (BR: cppcms boost >= 1.45 libjwt openssl)
@@ -28,7 +29,7 @@ Summary: A key/value pair database to store software configurations
Summary(pl.UTF-8): Baza kluczy/wartości do przechowywania konfiguracji oprogramowania
Name: elektra
Version: 0.8.23
-Release: 20
+Release: 21
License: BSD
Group: Applications/System
Source0: https://www.libelektra.org/ftp/elektra/releases/%{name}-%{version}.tar.gz
@@ -49,6 +50,7 @@ BuildRequires: Qt5Widgets-devel >= 5.3
%endif
BuildRequires: augeas-devel >= 1.0
BuildRequires: boost-devel
+BuildRequires: botan2-devel
BuildRequires: cmake >= 3.0
BuildRequires: curl-devel >= 7.28.0
BuildRequires: dbus-devel
@@ -629,8 +631,8 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_libdir}/elektra/libelektra-conditionals.so
%attr(755,root,root) %{_libdir}/elektra/libelektra-constants.so
%attr(755,root,root) %{_libdir}/elektra/libelektra-counter.so
-# TODO: R: botan
-#%attr(755,root,root) %{_libdir}/elektra/libelektra-crypto_botan.so
+# R: botan
+%attr(755,root,root) %{_libdir}/elektra/libelektra-crypto_botan.so
# R: libgcrypt
%attr(755,root,root) %{_libdir}/elektra/libelektra-crypto_gcrypt.so
# R: openssl
@@ -958,7 +960,8 @@ rm -rf $RPM_BUILD_ROOT
%{_pkgconfigdir}/elektra-notification.pc
%{_datadir}/cmake/Modules/ElektraConfig*.cmake
%{_datadir}/cmake/Modules/ElektraTargetsLibelektra*.cmake
-%{_mandir}/man3/Invoke.3elektra*
+# FIXME: x86_64 doxygen uses lower case, while the other use upper, needs investigation
+%{_mandir}/man3/[Ii]nvoke.3elektra*
%{_mandir}/man3/Opmphm*.3elektra*
%{_mandir}/man3/api.3elektra*
%{_mandir}/man3/dbus.c.3elektra*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/elektra.git/commitdiff/6ee37ca5b7bbf560d077343207ae3e3dec4ab5ce
More information about the pld-cvs-commit
mailing list