]> git.pld-linux.org Git - packages/elektra.git/blame - elektra.spec
fix build with gcc 11; rel 14
[packages/elektra.git] / elektra.spec
CommitLineData
24110527 1# TODO:
41b65be6 2# - force maven to work without network, enable java_mvn
851b5f61
JB
3# - haskell plugin (BR: ghc >= 8.0.0, cabal)
4# - rest-backend (BR: cppcms boost >= 1.45 libjwt openssl)
5# - rest-frontend, web (BR: npm)
24110527 6# - use system nickel (1.1.0, in src/plugins/ni), inih (r29, src/plugins/ini)
de7f9f03
JB
7#
8# Conditonal build:
129619a5 9%bcond_with full # "full" variant (libelektra-full with all plugins linked in)
851b5f61 10%bcond_without gen # gen tool packaging
129619a5 11%bcond_without glib # GLib/GObject/GSetttings (+ GI) bindings
851b5f61 12%bcond_without gsettings # GSetttings module
41b65be6
JB
13%bcond_without java # Java support: JNA binding and JNI plugin (needs Java 8)
14%bcond_with java_mvn # Java JNA binding (needs Java 8 and maven)
129619a5
JB
15%bcond_without lua # Lua (5.2) support: bindings and plugin
16%bcond_without python2 # Python 2 support: bindings and plugin
17%bcond_without python3 # Python 3 support: bindings and plugin
18%bcond_without qt # Qt GUI
851b5f61 19%bcond_without ruby # Ruby binding and plugin
e37e525c 20
851b5f61
JB
21%if %{without glib}
22%undefine with_gsettings
23%endif
41b65be6 24%if %{without java}
d79c7629 25%undefine with_java_mvn
41b65be6 26%endif
b511c548 27Summary: A key/value pair database to store software configurations
3afb30a1 28Summary(pl.UTF-8): Baza kluczy/wartości do przechowywania konfiguracji oprogramowania
08a1423c 29Name: elektra
851b5f61 30Version: 0.8.23
f583af2c 31Release: 14
08a1423c 32License: BSD
b511c548 33Group: Applications/System
851b5f61
JB
34Source0: https://www.libelektra.org/ftp/elektra/releases/%{name}-%{version}.tar.gz
35# Source0-md5: 0a065ed381a59b6213bd46fd3c82ba83
d8effeb6 36Patch0: %{name}-zsh.patch
088942e6 37Patch1: %{name}-no-markdown.patch
ac08456e 38Patch2: disable-broken-tests.patch
f583af2c 39Patch3: gcc11.patch
851b5f61 40URL: https://www.libelektra.org/
088942e6 41%if %{with qt}
129619a5
JB
42BuildRequires: Qt5Core-devel >= 5.3
43BuildRequires: Qt5Gui-devel >= 5.3
44BuildRequires: Qt5Qml-devel >= 5.3
45BuildRequires: Qt5Quick-devel >= 5.3
46BuildRequires: Qt5Svg-devel >= 5.3
47BuildRequires: Qt5Test-devel >= 5.3
48BuildRequires: Qt5Widgets-devel >= 5.3
088942e6
JB
49%endif
50BuildRequires: augeas-devel >= 1.0
51BuildRequires: boost-devel
851b5f61
JB
52BuildRequires: cmake >= 3.0
53BuildRequires: curl-devel >= 7.28.0
f33e068e 54BuildRequires: dbus-devel
de7f9f03 55BuildRequires: doxygen
851b5f61 56BuildRequires: gcc >= 6:4.8
0c175270 57BuildRequires: gettext-tools
088942e6 58%{?with_glib:BuildRequires: glib2-devel >= 1:2.36}
851b5f61 59%{?with_gsettings:BuildRequires: glib2-devel >= 1:2.42}
088942e6 60%{?with_glib:BuildRequires: gobject-introspection-devel >= 1.38}
c89b1889 61# for binding
41b65be6
JB
62%{?with_java_mvn:BuildRequires: java-jna >= 4.5.0}
63%{?with_java_mvn:BuildRequires: java-junit >= 4.12}
088942e6 64%{?with_java:BuildRequires: jdk >= 1.8}
c89b1889
JB
65# jawt for plugin
66%{?with_java:BuildRequires: jre-X11 >= 1.8}
088942e6 67BuildRequires: libgcrypt-devel
129619a5 68BuildRequires: libgit2-devel >= 0.24.1
088942e6 69%{?with_qt:BuildRequires: libmarkdown-devel}
de7f9f03 70BuildRequires: libstdc++-devel
851b5f61 71BuildRequires: libuv-devel
088942e6 72BuildRequires: libxml2-devel >= 2.0
b0fec8fa 73BuildRequires: libxslt-progs
088942e6 74%{?with_lua:BuildRequires: lua52-devel >= 5.2}
41b65be6
JB
75%{?with_java_mvn:BuildRequires: maven}
76%{?with_java_mvn:BuildRequires: maven-plugin-compiler >= 3.6.0}
77%{?with_java_mvn:BuildRequires: maven-plugin-surefire >= 2.19.1}
129619a5 78BuildRequires: openssl-devel
de7f9f03 79BuildRequires: pkgconfig
088942e6
JB
80%{?with_python2:BuildRequires: python-devel >= 1:2.7}
81%{?with_python3:BuildRequires: python3-devel >= 1:3.2}
3b20dccf 82BuildRequires: ronn
088942e6
JB
83BuildRequires: rpm-pythonprov
84BuildRequires: rpmbuild(macros) >= 1.612
129619a5 85%{?with_ruby:BuildRequires: ruby-devel}
851b5f61
JB
86BuildRequires: sed >= 4.0
87BuildRequires: swig >= 3
088942e6 88%if %{with python2} || %{with python3}
851b5f61 89BuildRequires: swig-python >= 3
088942e6 90%endif
851b5f61 91%{?with_ruby:BuildRequires: swig-ruby >= 3.0.8}
088942e6
JB
92BuildRequires: systemd-devel
93BuildRequires: tcl-devel
851b5f61 94BuildRequires: xerces-c-devel >= 3.0.0
f33e068e 95BuildRequires: yajl-devel
851b5f61 96BuildRequires: yaml-cpp-devel >= 0.5
de7f9f03 97Requires: %{name}-libs = %{version}-%{release}
731cdbee 98Requires: mktemp
851b5f61
JB
99# plugins dependencies (move to individual plugin subpackage if created)
100Requires: augeas-libs >= 1.0
101Requires: curl-libs >= 7.28.0
102Requires: libgit2 >= 0.24.1
103Requires: yaml-cpp >= 0.5
08a1423c 104Obsoletes: registry
a1ae6c6c 105BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
106
107%description
b511c548 108The Elektra Project provides a framework to store generic
109configuration data in an hierarchical key-value pair database, instead
110of a human-readable only text file.
a1ae6c6c 111
112This way any software can read/save his configuration using a
113consistent API. Also, applications can be aware of other applications
114configurations, leveraging easy application integration.
115
9b93ecfb 116%description -l pl.UTF-8
ff4dd69b 117Projekt Elektra dostarcza szkielet do przechowywania typowych danych
9b93ecfb
JR
118konfiguracyjnych w postaci klucz-wartość w hierarchicznej bazie
119danych, zamiast w pliku tekstowym czytelnym tylko dla człowieka.
85fe0e6b 120
9b93ecfb
JR
121W ten sposób oprogramowanie może odczytywać/zapisywać konfigurację za
122pomocą spójnego API. Dodatkowo aplikacje mogą być zorientowane w
123konfiguracji innych aplikacji, ułatwiając ich integrację.
a1ae6c6c 124
851b5f61
JB
125%package gen
126Summary: Elektra kbd-gen code generation utility
127Summary(pl.UTF-8): Narzędzie Elektra kbd-gen do generowania kodu
128Group: Development/Tools
129Requires: %{name} = %{version}-%{release}
130Requires: python-modules >= 1:2.7
131
132%description gen
133Elektra kbd-gen code generation utility.
134
135%description gen -l pl.UTF-8
136Narzędzie Elektra kbd-gen do generowania kodu.
137
088942e6
JB
138%package gui
139Summary: Qt based GUI for Elektra
140Summary(pl.UTF-8): Oparty na Qt graficzny interfejs do Elektry
141Group: X11/Applications
142Requires: %{name} = %{version}-%{release}
143
144%description gui
145Qt based GUI for Elektra.
146
147%description gui -l pl.UTF-8
148Oparty na Qt graficzny interfejs do Elektry.
149
c89b1889
JB
150%package plugin-jni
151Summary: Java JNI plugin for Elektra
152Summary(pl.UTF-8): Wtyczka Java JNI dla Elektry
153Group: Libraries
154Requires: %{name} = %{version}-%{release}
155# jawt
156Requires: jre-X11 >= 1.8
157
158%description plugin-jni
159Java JNI plugin for Elektra. It allows to use plugins written in Java.
160
161%description plugin-jni -l pl.UTF-8
162Wtyczka Java JNI dla Elektry. Pozwala na używanie wtyczek napisanych w
163Javie.
164
165%package plugin-lua
166Summary: Lua plugin for Elektra
167Summary(pl.UTF-8): Wtyczka Lua dla Elektry
168Group: Libraries
169Requires: %{name} = %{version}-%{release}
170Requires: lua52-libs >= 5.2
171
172%description plugin-lua
173Lua plugin for Elektra. It allows to use plugins written in Lua.
174
175%description plugin-lua -l pl.UTF-8
176Wtyczka Lua dla Elektry. Pozwala na używanie wtyczek napisanych w Lua.
177
178%package plugin-python2
179Summary: Python 2 plugin for Elektra
180Summary(pl.UTF-8): Wtyczka Python 2 dla Elektry
181Group: Libraries
182Requires: %{name} = %{version}-%{release}
183Requires: python-libs >= 1:2.7
184
185%description plugin-python2
186Python 2 plugin for Elektra. It allows to use plugins written in
187Python 2.
188
189%description plugin-python2 -l pl.UTF-8
190Wtyczka 2 Python dla Elektry. Pozwala na używanie wtyczek napisanych w
191Pythonie 2.
192
193%package plugin-python3
129619a5
JB
194Summary: Python 3 plugin for Elektra
195Summary(pl.UTF-8): Wtyczka Python 3 dla Elektry
c89b1889
JB
196Group: Libraries
197Requires: %{name} = %{version}-%{release}
198Requires: python3-libs >= 1:3.2
199
200%description plugin-python3
201Python 3 plugin for Elektra. It allows to use plugins written in
202Python 3.
203
204%description plugin-python3 -l pl.UTF-8
205Wtyczka Python 3 dla Elektry. Pozwala na używanie wtyczek napisanych w
206Pythonie 3.
207
851b5f61
JB
208%package plugin-ruby
209Summary: Ruby plugin for Elektra
210Summary(pl.UTF-8): Wtyczka Ruby dla Elektry
211Group: Libraries
212Requires: %{name} = %{version}-%{release}
213Requires: ruby
214
215%description plugin-ruby
216Ruby plugin for Elektra. It allows to use plugins written in Ruby.
217
218%description plugin-ruby -l pl.UTF-8
219Wtyczka Ruby dla Elektry. Pozwala na używanie wtyczek napisanych w
220języku Ruby.
221
088942e6
JB
222%package -n bash-completion-elektra
223Summary: Bash completion for Elektra commands
224Summary(pl.UTF-8): Bashowe uzupełnianie parametrów dla poleceń z pakietu Elektra
225Group: Applications/Shells
226Requires: %{name} = %{version}-%{release}
129619a5 227Requires: bash-completion >= 2
e37e525c 228BuildArch: noarch
088942e6
JB
229
230%description -n bash-completion-elektra
231Bash completion for Elektra kdb command.
232
233%description -n bash-completion-elektra -l pl.UTF-8
851b5f61
JB
234Bashowe uzupełnianie parametrów dla polecenia kdb z pakietu Elektra.
235
236%package -n fish-completion-elektra
237Summary: Fish completion for Elektra commands
238Summary(pl.UTF-8): Uzupełnianie parametrów w fish dla poleceń z pakietu Elektra
239Group: Applications/Shells
240Requires: %{name} = %{version}-%{release}
241Requires: fish
851b5f61 242BuildArch: noarch
851b5f61
JB
243
244%description -n fish-completion-elektra
245Fish completion for Elektra kdb command.
246
247%description -n fish-completion-elektra -l pl.UTF-8
248Uzupełnianie parametrów w fish dla polecenia kdb z pakietu Elektra.
088942e6 249
d8effeb6
JB
250%package -n zsh-completion-elektra
251Summary: ZSH completion for Elektra commands
252Summary(pl.UTF-8): Uzupełnianie parametrów dla poleceń z pakietu Elektra w powłoce ZSH
253Group: Applications/Shells
254Requires: %{name} = %{version}-%{release}
255Requires: zsh
d8effeb6 256BuildArch: noarch
d8effeb6
JB
257
258%description -n zsh-completion-elektra
259ZSH completion for Elektra kdb command.
260
261%description -n zsh-completion-elektra -l pl.UTF-8
851b5f61 262Uzupełnianie parametrów dla polecenia kdb z pakietu Elektra w powłoce
d8effeb6
JB
263ZSH.
264
de7f9f03
JB
265%package libs
266Summary: Elektra Project libraries
267Summary(pl.UTF-8): Biblioteki projektu Elektra
268Group: Libraries
f33e068e 269Obsoletes: elektra-cpp < 0.8
de7f9f03 270Conflicts: elektra < 0.7
a1ae6c6c 271
de7f9f03 272%description libs
b511c548 273The Elektra Project provides a framework to store generic
274configuration data in an hierarchical key-value pair database, instead
275of a human-readable only text file.
a1ae6c6c 276
277This way any software can read/save his configuration using a
278consistent API. Also, applications can be aware of other applications
279configurations, leveraging easy application integration.
280
de7f9f03 281This package contains Elektra shared libraries.
a1ae6c6c 282
de7f9f03 283%description libs -l pl.UTF-8
ff4dd69b 284Projekt Elektra dostarcza szkielet do przechowywania typowych danych
9b93ecfb
JR
285konfiguracyjnych w postaci klucz-wartość w hierarchicznej bazie
286danych, zamiast w pliku tekstowym czytelnym tylko dla człowieka.
85fe0e6b 287
9b93ecfb
JR
288W ten sposób oprogramowanie może odczytywać/zapisywać konfigurację za
289pomocą spójnego API. Dodatkowo aplikacje mogą być zorientowane w
290konfiguracji innych aplikacji, ułatwiając ich integrację.
85fe0e6b 291
de7f9f03
JB
292Ten pakiet zawiera biblioteki współdzielone Elektry.
293
294%package devel
295Summary: Include files and API documentation for Elektra Project
296Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja API projektu Elektra
297Group: Development/Libraries
298Requires: %{name}-libs = %{version}-%{release}
299
300%description devel
301This package contains the include files and API manual pages to use
302the Elektra API in C.
303
304%description devel -l pl.UTF-8
9b93ecfb
JR
305Ten pakiet zawiera pliki nagłówkowe oraz strony podręcznika
306systemowego opisującego sposób użycia API Elektry w C.
a1ae6c6c 307
b511c548 308%package static
de7f9f03
JB
309Summary: Static libraries for Elektra Project
310Summary(pl.UTF-8): Statyczne biblioteki projektu Elektra
85fe0e6b 311Group: Development/Libraries
de7f9f03 312Requires: %{name}-devel = %{version}-%{release}
a1ae6c6c 313
b511c548 314%description static
de7f9f03 315This package contains static libraries for Elektra Project.
a1ae6c6c 316
de7f9f03
JB
317%description static -l pl.UTF-8
318Ten pakiet zawiera statyczne biblioteki projektu Elektra.
a1ae6c6c 319
de7f9f03
JB
320%package cpp-devel
321Summary: Header files of C++ interface for Elektra library
322Summary(pl.UTF-8): Pliki nagłówkowe interfejsu C++ do biblioteki Elektra
323Group: Development/Libraries
f33e068e 324Requires: %{name}-devel = %{version}-%{release}
de7f9f03 325Requires: libstdc++-devel
f33e068e 326Obsoletes: elektra-cpp-static < 0.8
de7f9f03
JB
327
328%description cpp-devel
329Header files of C++ interface for Elektra library.
330
331%description cpp-devel -l pl.UTF-8
332Pliki nagłówkowe interfejsu C++ do biblioteki Elektra.
333
088942e6
JB
334%package glib
335Summary: GLib/GObject binding for Elektra
336Summary(pl.UTF-8): Wiązanie GLib/GObject do Elektry
337Group: Libraries
338Requires: %{name}-libs = %{version}-%{release}
851b5f61
JB
339%if %{with gsettings}
340Requires: glib2 >= 1:2.42
341%else
088942e6 342Requires: glib2 >= 1:2.36
851b5f61 343%endif
088942e6
JB
344
345%description glib
346GLib/GObject binding for Elektra.
347
348%description glib -l pl.UTF-8
349Wiązanie GLib/GObject do Elektry.
350
351%package glib-devel
352Summary: GLib/GObject binding for Elektra - development files
353Summary(pl.UTF-8): Wiązanie GLib/GObject do Elektry - pliki programistyczne
354Group: Libraries
355Requires: %{name}-devel = %{version}-%{release}
851b5f61
JB
356%if %{with gsettings}
357Requires: glib2-devel >= 1:2.42
358%else
088942e6 359Requires: glib2-devel >= 1:2.36
851b5f61 360%endif
088942e6
JB
361
362%description glib-devel
363GLib/GObject binding for Elektra - development files.
364
365%description glib-devel -l pl.UTF-8
366Wiązanie GLib/GObject do Elektry - pliki programistyczne.
367
851b5f61
JB
368%package io-glib
369Summary: Elektra I/O binding using GLib
370Summary(pl.UTF-8): Wiązanie we/wy Elektry wykorzystujące GLib
371Group: Libraries
372Requires: %{name}-libs = %{version}-%{release}
373
374%description io-glib
375Elektra I/O binding using GLib.
376
377%description io-glib -l pl.UTF-8
378Wiązanie we/wy Elektry wykorzystujące GLib.
379
380%package io-glib-devel
381Summary: Development files for Elektra I/O GLib binding
382Summary(pl.UTF-8): Pliki programistyczne wiązania we/wy Elektry GLib
383Group: Development/Libraries
384Requires: %{name}-devel = %{version}-%{release}
385Requires: %{name}-io-glib = %{version}-%{release}
386Requires: glib2-devel >= 2.0
387
388%description io-glib-devel
389Development files for Elektra I/O GLib binding.
390
391%description io-glib-devel -l pl.UTF-8
392Pliki programistyczne wiązania we/wy Elektry GLib.
393
394%package io-uv
395Summary: Elektra I/O binding using uv
396Summary(pl.UTF-8): Wiązanie we/wy Elektry wykorzystujące uv
397Group: Libraries
398Requires: %{name}-libs = %{version}-%{release}
399
400%description io-uv
401Elektra I/O binding using uv.
402
d79c7629 403%description io-uv -l pl.UTF-8
851b5f61
JB
404Wiązanie we/wy Elektry wykorzystujące uv.
405
406%package io-uv-devel
407Summary: Development files for Elektra I/O uv binding
408Summary(pl.UTF-8): Pliki programistyczne wiązania we/wy Elektry uv
409Group: Development/Libraries
410Requires: %{name}-devel = %{version}-%{release}
411Requires: %{name}-io-uv = %{version}-%{release}
412Requires: libuv-devel
413
414%description io-uv-devel
415Development files for Elektra I/O uv binding.
416
417%description io-uv-devel -l pl.UTF-8
418Pliki programistyczne wiązania we/wy Elektry uv.
419
c89b1889
JB
420%package -n java-elektra
421Summary: Java binding for Elektra
422Summary(pl.UTF-8): Wiązanie języka Java dla Elektry
423Group: Libraries
424Requires: %{name}-libs = %{version}-%{release}
41b65be6 425Requires: java-jna >= 4.5.0
129619a5 426Requires: jre >= 1.8
c89b1889
JB
427
428%description -n java-elektra
429Java binding for Elektra.
430
431%description -n java-elektra -l pl.UTF-8
432Wiązanie języka Java dla Elektry.
433
088942e6
JB
434%package -n lua-elektra
435Summary: Lua binding for Elektra
436Summary(pl.UTF-8): Wiązanie języka Lua dla Elektry
437Group: Libraries
438Requires: %{name}-libs = %{version}-%{release}
439Requires: lua52-libs >= 5.2
440
441%description -n lua-elektra
442Lua binding for Elektra.
443
444%description -n lua-elektra -l pl.UTF-8
445Wiązanie języka Lua dla Elektry.
446
447%package -n lua-elektra-glib
448Summary: Lua/GI binding for Elektra
449Summary(pl.UTF-8): Wiązanie Lua/GI dla Elektry
450Group: Libraries
451Requires: %{name}-glib = %{version}-%{release}
452Requires: lua52-libs >= 5.2
453#R: lua52-lgi ?
454
455%description -n lua-elektra-glib
129619a5
JB
456Lua/GI binding for Elektra. Note: this bindings is deprecated, it's
457better to use SWIG (lua-elektra) binding.
088942e6
JB
458
459%description -n lua-elektra-glib -l pl.UTF-8
129619a5
JB
460Wiązanie Lua/GI dla Elektry. Uwaga: to wiązanie jest przestarzałe,
461lepiej używać wiązania SWIG (lua-elektra).
088942e6
JB
462
463%package -n python-elektra
464Summary: Python 2 binding for Elektra
465Summary(pl.UTF-8): Wiązanie Pythona 2 dla Elektry
466Group: Libraries
467Requires: %{name}-libs = %{version}-%{release}
468Requires: python-libs >= 1:2.7
469
470%description -n python-elektra
471Python 2 binding for Elektra.
472
473%description -n python-elektra -l pl.UTF-8
474Wiązanie Pythona 2 dla Elektry.
475
476%package -n python3-elektra
477Summary: Python 3 binding for Elektra
478Summary(pl.UTF-8): Wiązanie Pythona 3 dla Elektry
479Group: Libraries
480Requires: %{name}-libs = %{version}-%{release}
481Requires: python3-libs >= 1:3.2
482
483%description -n python3-elektra
484Python 3 binding for Elektra.
485
486%description -n python3-elektra -l pl.UTF-8
487Wiązanie Pythona 3 dla Elektry.
488
489%package -n python3-elektra-glib
490Summary: Python 3 GI binding for Elektra
491Summary(pl.UTF-8): Wiązanie Pythona 3 GI dla Elektry
492Group: Libraries
493Requires: %{name}-glib = %{version}-%{release}
494Requires: python3-pygobject3 >= 3
495
496%description -n python3-elektra-glib
129619a5
JB
497Python 3 GI binding for Elektra. Note: this bindings is deprecated,
498it's better to use SWIG (python*-elektra) binding.
499
088942e6
JB
500
501%description -n python3-elektra-glib -l pl.UTF-8
129619a5
JB
502Wiązanie Pythona 3 GI dla Elektry. Uwaga: to wiązanie jest
503przestarzałe, lepiej używać wiązania SWIG (python*-elektra).
504
505%package -n ruby-elektra
506Summary: Ruby binding for Elektra
507Summary(pl.UTF-8): Wiązanie języka Ruby dla Elektry
508Group: Libraries
509Requires: %{name}-libs = %{version}-%{release}
510
511%description -n ruby-elektra
512Ruby binding for Elektra.
513
514%description -n ruby-elektra -l pl.UTF-8
515Wiązanie języka Ruby dla Elektry.
088942e6 516
a1ae6c6c 517%prep
de7f9f03 518%setup -q
d8effeb6 519%patch0 -p1
088942e6 520%patch1 -p1
ac08456e 521%patch2 -p1
f583af2c 522%patch3 -p1
851b5f61
JB
523
524%{__sed} -i -e '1s,/usr/bin/env bash,/bin/bash,' $(grep -l '/usr/bin/env bash' -r scripts)
525%{__sed} -i -e '1s,/usr/bin/env python,%{__python},' scripts/{find-tools,update-infos-status}
a1ae6c6c 526
ac08456e
JR
527%{__rm} -r src/bindings/io/test
528%{__rm} src/bindings/io/uv/testio_uv.c
529%{__rm} src/bindings/io/glib/testio_glib.c
530
a1ae6c6c 531%build
f33e068e
JB
532install -d build
533cd build
534%cmake .. \
41b65be6 535 -DBINDINGS="INTERCEPT;cpp;io_uv%{?with_glib:;glib;io_glib%{?with_gsettings:;gsettings}%{?with_lua:;gi_lua}%{?with_python3:;gi_python}}%{?with_java_mvn:;jna}%{?with_lua:;swig_lua}%{?with_python2:;swig_python2}%{?with_python3:;swig_python}%{?with_ruby:;swig_ruby}" \
f33e068e 536 %{!?with_full:-DBUILD_FULL=OFF} \
088942e6 537 -DINSTALL_TESTING=FALSE \
f33e068e 538 -DPLUGINS=ALL \
088942e6 539 -DTARGET_CMAKE_FOLDER=%{_datadir}/cmake/Modules \
3e0386dc
AM
540 -DTOOLS="kdb;race%{?with_gen:;gen}%{?with_qt:;qt-gui}" \
541 -DBUILD_STATIC=ON
f33e068e 542
ac08456e 543%{__make}
a1ae6c6c 544
545%install
546rm -rf $RPM_BUILD_ROOT
ff4dd69b 547
f33e068e
JB
548%{__make} -C build install \
549 DESTDIR=$RPM_BUILD_ROOT
de7f9f03 550
129619a5
JB
551# unneeded compat symlink
552%{__rm} $RPM_BUILD_ROOT%{_libdir}/libelektragetenv.so.0
f33e068e 553
129619a5 554install -D src/plugins/xmltool/xmlschema/elektra.xsd $RPM_BUILD_ROOT%{_datadir}/sgml/elektra/elektra.xsd
3e0386dc 555
088942e6
JB
556%if %{with python2}
557%py_comp $RPM_BUILD_ROOT%{py_sitedir}
558%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
559%py_postclean
560%endif
561
562%if %{with python3}
563%py3_comp $RPM_BUILD_ROOT%{py3_sitedir}
564%py3_ocomp $RPM_BUILD_ROOT%{py3_sitedir}
565%endif
566
43be5fbd
JB
567# "static" variant (with libelektra-static and thus all plugins linked in);
568# we don't need it
569%{__rm} $RPM_BUILD_ROOT%{_bindir}/kdb-static
570
de7f9f03 571# prepare docs
f33e068e 572%{__rm} -rf installed-doc
de7f9f03 573install -d installed-doc
f33e068e 574%{__mv} $RPM_BUILD_ROOT%{_docdir}/%{name}-api installed-doc/elektra-api
851b5f61
JB
575# packaged as %doc
576%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
de7f9f03 577
69ea3ea5 578# these don't belong to man3
851b5f61
JB
579%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/{README_md,doc_*_md,md_doc_*,md_src_*,md_scripts_README,src_libs_{getenv,notification_example}_README_md}.3elektra
580# internal or example, not part of API
581%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/{DocBindingData,DocOperationData,SomeIoLibHandle}.3elektra
69ea3ea5 582%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/doc.h.3elektra
851b5f61
JB
583%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/{array,backend,dl,doc,ease_keyname,elektra_{keyname,plugin,proposal},example_notification*,exportsymbols,functional,internal,kdbenum,log,markdownlinkconverter,meta,mount,nolog,owner,plugin_plugin,proposal_proposal,split,static,testio_doc,testlib_notification,trie,try_compile_dbus}.c.3elektra
584%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/{benchmark_crypto_comparison,benchmark_plugins,examples_backend}.cpp.3elektra
585%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/std_hash_*_.3elektra
586
41b65be6 587%if %{without java_mvn}
851b5f61
JB
588%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/org_libelektra_*.3elektra
589%endif
de7f9f03 590
a1ae6c6c 591%clean
592rm -rf $RPM_BUILD_ROOT
593
de7f9f03
JB
594%post libs -p /sbin/ldconfig
595%postun libs -p /sbin/ldconfig
596
088942e6
JB
597%post glib -p /sbin/ldconfig
598%postun glib -p /sbin/ldconfig
599
851b5f61
JB
600%post io-glib -p /sbin/ldconfig
601%postun io-glib -p /sbin/ldconfig
602
603%post io-uv -p /sbin/ldconfig
604%postun io-uv -p /sbin/ldconfig
605
a1ae6c6c 606%files
607%defattr(644,root,root,755)
851b5f61 608%doc LICENSE.md README.md doc/{AUTHORS,BIGPICTURE.md,DESIGN.md,GOALS.md,SECURITY.md,WHY.md,todo} build/doc/NEWS.md
f33e068e
JB
609# doc/standards installed-doc/scripts
610%attr(755,root,root) %{_bindir}/kdb
611%if %{with full}
612%attr(755,root,root) %{_bindir}/kdb-full
de7f9f03 613%endif
f33e068e 614%dir %{_libdir}/elektra
851b5f61 615# R: augeas-libs >= 1.0 libxml2
088942e6 616%attr(755,root,root) %{_libdir}/elektra/libelektra-augeas.so
3e0386dc
AM
617%attr(755,root,root) %{_libdir}/elektra/libelektra-base64.so
618%attr(755,root,root) %{_libdir}/elektra/libelektra-blockresolver.so
619%attr(755,root,root) %{_libdir}/elektra/libelektra-boolean.so
620%attr(755,root,root) %{_libdir}/elektra/libelektra-c.so
621%attr(755,root,root) %{_libdir}/elektra/libelektra-cachefilter.so
851b5f61 622%attr(755,root,root) %{_libdir}/elektra/libelektra-camel.so
f33e068e 623%attr(755,root,root) %{_libdir}/elektra/libelektra-ccode.so
088942e6
JB
624%attr(755,root,root) %{_libdir}/elektra/libelektra-conditionals.so
625%attr(755,root,root) %{_libdir}/elektra/libelektra-constants.so
626%attr(755,root,root) %{_libdir}/elektra/libelektra-counter.so
129619a5
JB
627# TODO: R: botan
628#%attr(755,root,root) %{_libdir}/elektra/libelektra-crypto_botan.so
088942e6 629# R: libgcrypt
3e0386dc 630%attr(755,root,root) %{_libdir}/elektra/libelektra-crypto_gcrypt.so
129619a5 631# R: openssl
3e0386dc 632%attr(755,root,root) %{_libdir}/elektra/libelektra-crypto_openssl.so
088942e6 633%attr(755,root,root) %{_libdir}/elektra/libelektra-csvstorage.so
851b5f61 634# R: curl-libs >= 7.28.0
3e0386dc 635%attr(755,root,root) %{_libdir}/elektra/libelektra-curlget.so
851b5f61 636%attr(755,root,root) %{_libdir}/elektra/libelektra-date.so
f33e068e
JB
637# R: dbus
638%attr(755,root,root) %{_libdir}/elektra/libelektra-dbus.so
851b5f61
JB
639# R: dbus
640%attr(755,root,root) %{_libdir}/elektra/libelektra-dbusrecv.so
3e0386dc 641%attr(755,root,root) %{_libdir}/elektra/libelektra-desktop.so
851b5f61
JB
642%attr(755,root,root) %{_libdir}/elektra/libelektra-dini.so
643%attr(755,root,root) %{_libdir}/elektra/libelektra-directoryvalue.so
f33e068e 644%attr(755,root,root) %{_libdir}/elektra/libelektra-doc.so
3e0386dc 645%attr(755,root,root) %{_libdir}/elektra/libelektra-dpkg.so
f33e068e 646%attr(755,root,root) %{_libdir}/elektra/libelektra-dump.so
088942e6 647%attr(755,root,root) %{_libdir}/elektra/libelektra-enum.so
f33e068e 648%attr(755,root,root) %{_libdir}/elektra/libelektra-error.so
3e0386dc 649%attr(755,root,root) %{_libdir}/elektra/libelektra-fcrypt.so
851b5f61 650%attr(755,root,root) %{_libdir}/elektra/libelektra-file.so
088942e6 651%attr(755,root,root) %{_libdir}/elektra/libelektra-filecheck.so
f33e068e 652%attr(755,root,root) %{_libdir}/elektra/libelektra-fstab.so
129619a5 653# R: libgit2 >= 0.24.1
3e0386dc 654%attr(755,root,root) %{_libdir}/elektra/libelektra-gitresolver.so
f33e068e
JB
655%attr(755,root,root) %{_libdir}/elektra/libelektra-glob.so
656%attr(755,root,root) %{_libdir}/elektra/libelektra-hexcode.so
657%attr(755,root,root) %{_libdir}/elektra/libelektra-hidden.so
658%attr(755,root,root) %{_libdir}/elektra/libelektra-hosts.so
659%attr(755,root,root) %{_libdir}/elektra/libelektra-iconv.so
088942e6
JB
660# uses internal inih library
661%attr(755,root,root) %{_libdir}/elektra/libelektra-ini.so
851b5f61
JB
662%attr(755,root,root) %{_libdir}/elektra/libelektra-internalnotification.so
663%attr(755,root,root) %{_libdir}/elektra/libelektra-ipaddr.so
3e0386dc 664%attr(755,root,root) %{_libdir}/elektra/libelektra-iterate.so
088942e6
JB
665# R: systemd-libs
666%attr(755,root,root) %{_libdir}/elektra/libelektra-journald.so
667%attr(755,root,root) %{_libdir}/elektra/libelektra-keytometa.so
668%attr(755,root,root) %{_libdir}/elektra/libelektra-line.so
669%attr(755,root,root) %{_libdir}/elektra/libelektra-lineendings.so
670%attr(755,root,root) %{_libdir}/elektra/libelektra-list.so
671%attr(755,root,root) %{_libdir}/elektra/libelektra-logchange.so
088942e6 672%attr(755,root,root) %{_libdir}/elektra/libelektra-mathcheck.so
851b5f61 673%attr(755,root,root) %{_libdir}/elektra/libelektra-mini.so
3e0386dc 674%attr(755,root,root) %{_libdir}/elektra/libelektra-mozprefs.so
851b5f61 675%attr(755,root,root) %{_libdir}/elektra/libelektra-multifile.so
f33e068e 676%attr(755,root,root) %{_libdir}/elektra/libelektra-network.so
088942e6
JB
677%attr(755,root,root) %{_libdir}/elektra/libelektra-noresolver.so
678# uses internal nickel library
f33e068e
JB
679%attr(755,root,root) %{_libdir}/elektra/libelektra-ni.so
680%attr(755,root,root) %{_libdir}/elektra/libelektra-null.so
3e0386dc 681%attr(755,root,root) %{_libdir}/elektra/libelektra-passwd.so
f33e068e 682%attr(755,root,root) %{_libdir}/elektra/libelektra-path.so
3e0386dc 683%attr(755,root,root) %{_libdir}/elektra/libelektra-profile.so
851b5f61 684%attr(755,root,root) %{_libdir}/elektra/libelektra-range.so
088942e6
JB
685%attr(755,root,root) %{_libdir}/elektra/libelektra-regexstore.so
686%attr(755,root,root) %{_libdir}/elektra/libelektra-rename.so
f33e068e 687%attr(755,root,root) %{_libdir}/elektra/libelektra-resolver.so
088942e6 688%attr(755,root,root) %{_libdir}/elektra/libelektra-resolver_fm_*.so
3e0386dc
AM
689%attr(755,root,root) %{_libdir}/elektra/libelektra-required.so
690%attr(755,root,root) %{_libdir}/elektra/libelektra-semlock.so
691%attr(755,root,root) %{_libdir}/elektra/libelektra-shell.so
692%attr(755,root,root) %{_libdir}/elektra/libelektra-simplespeclang.so
f33e068e 693%attr(755,root,root) %{_libdir}/elektra/libelektra-simpleini.so
3e0386dc
AM
694%attr(755,root,root) %{_libdir}/elektra/libelektra-spec.so
695%attr(755,root,root) %{_libdir}/elektra/libelektra-storage.so
f33e068e 696%attr(755,root,root) %{_libdir}/elektra/libelektra-struct.so
088942e6 697%attr(755,root,root) %{_libdir}/elektra/libelektra-sync.so
f33e068e
JB
698%attr(755,root,root) %{_libdir}/elektra/libelektra-syslog.so
699%attr(755,root,root) %{_libdir}/elektra/libelektra-tcl.so
700%attr(755,root,root) %{_libdir}/elektra/libelektra-template.so
701%attr(755,root,root) %{_libdir}/elektra/libelektra-timeofday.so
702%attr(755,root,root) %{_libdir}/elektra/libelektra-tracer.so
703%attr(755,root,root) %{_libdir}/elektra/libelektra-type.so
851b5f61
JB
704# R: xerces-c >= 3.0.0
705%attr(755,root,root) %{_libdir}/elektra/libelektra-xerces.so
f33e068e
JB
706%attr(755,root,root) %{_libdir}/elektra/libelektra-uname.so
707%attr(755,root,root) %{_libdir}/elektra/libelektra-validation.so
088942e6 708%attr(755,root,root) %{_libdir}/elektra/libelektra-wresolver.so
f33e068e
JB
709# R: libxml2
710%attr(755,root,root) %{_libdir}/elektra/libelektra-xmltool.so
711# R: yajl
712%attr(755,root,root) %{_libdir}/elektra/libelektra-yajl.so
851b5f61
JB
713# R: yaml-cpp >= 0.5
714%attr(755,root,root) %{_libdir}/elektra/libelektra-yamlcpp.so
85892bd2 715%dir %{_libdir}/elektra/tool_exec
851b5f61 716%attr(755,root,root) %{_libdir}/elektra/tool_exec/backup
85892bd2 717%attr(755,root,root) %{_libdir}/elektra/tool_exec/benchmark-createtree
851b5f61
JB
718%attr(755,root,root) %{_libdir}/elektra/tool_exec/change-resolver-symlink
719%attr(755,root,root) %{_libdir}/elektra/tool_exec/change-storage-symlink
720%attr(755,root,root) %{_libdir}/elektra/tool_exec/check-env-dep
3e0386dc 721%attr(755,root,root) %{_libdir}/elektra/tool_exec/configure-firefox
85892bd2
JB
722%attr(755,root,root) %{_libdir}/elektra/tool_exec/convert-fstab
723%attr(755,root,root) %{_libdir}/elektra/tool_exec/convert-hosts
724%attr(755,root,root) %{_libdir}/elektra/tool_exec/convert-inittab
725%attr(755,root,root) %{_libdir}/elektra/tool_exec/convert-users
726%attr(755,root,root) %{_libdir}/elektra/tool_exec/elektra-merge
727%attr(755,root,root) %{_libdir}/elektra/tool_exec/elektra-mount
728%attr(755,root,root) %{_libdir}/elektra/tool_exec/elektra-umount
3e0386dc 729%attr(755,root,root) %{_libdir}/elektra/tool_exec/elektrify-open
85892bd2
JB
730%attr(755,root,root) %{_libdir}/elektra/tool_exec/elektrify-getenv
731%attr(755,root,root) %{_libdir}/elektra/tool_exec/example-xorg
3e0386dc
AM
732%dir %{_libdir}/elektra/tool_exec/ffconfig
733%attr(755,root,root) %{_libdir}/elektra/tool_exec/ffconfig/setupConfig
734%attr(755,root,root) %{_libdir}/elektra/tool_exec/ffconfig/setupHomepage
735%attr(755,root,root) %{_libdir}/elektra/tool_exec/ffconfig/setupProxy
736%attr(755,root,root) %{_libdir}/elektra/tool_exec/ffconfig/writeConfigFiles
737%attr(755,root,root) %{_libdir}/elektra/tool_exec/find-tools
129619a5 738%attr(755,root,root) %{_libdir}/elektra/tool_exec/getenv
3e0386dc 739%attr(755,root,root) %{_libdir}/elektra/tool_exec/install-sh-completion
85892bd2
JB
740%attr(755,root,root) %{_libdir}/elektra/tool_exec/list-tools
741%attr(755,root,root) %{_libdir}/elektra/tool_exec/mount-augeas
742%attr(755,root,root) %{_libdir}/elektra/tool_exec/mount-info
851b5f61 743%attr(755,root,root) %{_libdir}/elektra/tool_exec/mount-list-all-files
85892bd2
JB
744%attr(755,root,root) %{_libdir}/elektra/tool_exec/mount-kde
745%attr(755,root,root) %{_libdir}/elektra/tool_exec/mount-openicc
851b5f61 746%attr(755,root,root) %{_libdir}/elektra/tool_exec/mountpoint-info
85892bd2 747%attr(755,root,root) %{_libdir}/elektra/tool_exec/race
851b5f61
JB
748%attr(755,root,root) %{_libdir}/elektra/tool_exec/restore
749%attr(755,root,root) %{_libdir}/elektra/tool_exec/stash
85892bd2 750%attr(755,root,root) %{_libdir}/elektra/tool_exec/umount-all
851b5f61 751%attr(755,root,root) %{_libdir}/elektra/tool_exec/update-snippet-repository
3e0386dc 752%attr(755,root,root) %{_libdir}/elektra/tool_exec/upgrade-bootstrap
f33e068e 753%{_datadir}/sgml/elektra
3b20dccf 754%{_mandir}/man1/kdb.1*
851b5f61
JB
755%{_mandir}/man1/kdb-backup.1*
756%{_mandir}/man1/kdb-change-resolver-symlink.1*
757%{_mandir}/man1/kdb-change-storage-symlink.1*
3b20dccf 758%{_mandir}/man1/kdb-check.1*
851b5f61
JB
759%{_mandir}/man1/kdb-check-env-dep.1*
760%{_mandir}/man1/kdb-complete.1*
3b20dccf
JB
761%{_mandir}/man1/kdb-convert.1*
762%{_mandir}/man1/kdb-cp.1*
43be5fbd 763%{_mandir}/man1/kdb-editor.1*
129619a5 764%{_mandir}/man1/kdb-elektrify-getenv.1*
3b20dccf
JB
765%{_mandir}/man1/kdb-export.1*
766%{_mandir}/man1/kdb-file.1*
43be5fbd 767%{_mandir}/man1/kdb-find-tools.1*
3b20dccf
JB
768%{_mandir}/man1/kdb-fstab.1*
769%{_mandir}/man1/kdb-get.1*
770%{_mandir}/man1/kdb-getmeta.1*
43be5fbd 771%{_mandir}/man1/kdb-global-mount.1*
851b5f61 772%{_mandir}/man1/kdb-global-umount.1*
3b20dccf
JB
773%{_mandir}/man1/kdb-help.1*
774%{_mandir}/man1/kdb-import.1*
775%{_mandir}/man1/kdb-info.1*
776%{_mandir}/man1/kdb-introduction.1*
777%{_mandir}/man1/kdb-list.1*
851b5f61 778%{_mandir}/man1/kdb-list-commands.1*
3b20dccf
JB
779%{_mandir}/man1/kdb-list-tools.1*
780%{_mandir}/man1/kdb-ls.1*
781%{_mandir}/man1/kdb-lsmeta.1*
782%{_mandir}/man1/kdb-merge.1*
783%{_mandir}/man1/kdb-mount.1*
851b5f61
JB
784%{_mandir}/man1/kdb-mount-list-all-files.1*
785%{_mandir}/man1/kdb-mountpoint-info.*
3b20dccf
JB
786%{_mandir}/man1/kdb-mv.1*
787%{_mandir}/man1/kdb-remount.1*
851b5f61 788%{_mandir}/man1/kdb-restore.1*
3b20dccf 789%{_mandir}/man1/kdb-rm.1*
851b5f61 790%{_mandir}/man1/kdb-rmmeta.1*
3b20dccf
JB
791%{_mandir}/man1/kdb-set.1*
792%{_mandir}/man1/kdb-setmeta.1*
793%{_mandir}/man1/kdb-sget.1*
794%{_mandir}/man1/kdb-shell.1*
43be5fbd 795%{_mandir}/man1/kdb-spec-mount.1*
851b5f61 796%{_mandir}/man1/kdb-stash.1*
3b20dccf
JB
797%{_mandir}/man1/kdb-test.1*
798%{_mandir}/man1/kdb-umount.1*
799%{_mandir}/man1/kdb-vset.1*
800%{_mandir}/man7/elektra-*.7*
de7f9f03 801
851b5f61
JB
802%if %{with gen}
803%files gen
088942e6 804%defattr(644,root,root,755)
851b5f61 805%doc src/tools/gen/README.md
85892bd2 806%attr(755,root,root) %{_libdir}/elektra/tool_exec/gen
851b5f61 807%{py_sitedir}/elektra_gen-%{version}-py*.egg-info
088942e6 808# FIXME: should be in elektra_gen subdir
851b5f61 809%{py_sitedir}/support
41b65be6 810%dir %{_datadir}/elektra
088942e6 811%{_datadir}/elektra/templates
851b5f61 812%{_mandir}/man1/kdb-gen.1*
088942e6
JB
813%endif
814
815%files gui
816%defattr(644,root,root,755)
129619a5 817%doc src/tools/qt-gui/README.md
3e0386dc 818%attr(755,root,root) %{_bindir}/elektra-qt-editor
85892bd2 819%attr(755,root,root) %{_libdir}/elektra/tool_exec/qt-gui
3e0386dc
AM
820%{_datadir}/appdata/org.libelektra.elektra-qt-editor.appdata.xml
821%{_desktopdir}/org.libelektra.elektra-qt-editor.desktop
822%{_iconsdir}/hicolor/scalable/apps/elektra-symbolic.svg
823%{_iconsdir}/hicolor/scalable/apps/elektra.svg
3b20dccf 824%{_mandir}/man1/kdb-qt-gui.1*
088942e6 825
c89b1889
JB
826%if %{with java}
827%files plugin-jni
828%defattr(644,root,root,755)
829# R: jre with jawt
830%attr(755,root,root) %{_libdir}/elektra/libelektra-jni.so
831%endif
832
833%if %{with lua}
834%files plugin-lua
835%defattr(644,root,root,755)
836# R: lua52-libs
837%attr(755,root,root) %{_libdir}/elektra/libelektra-lua.so
838%endif
839
840%if %{with python2}
841%files plugin-python2
842%defattr(644,root,root,755)
843# R: python-libs
844%attr(755,root,root) %{_libdir}/elektra/libelektra-python2.so
845%endif
846
847%if %{with python3}
848%files plugin-python3
849%defattr(644,root,root,755)
850# R: python3-libs
851%attr(755,root,root) %{_libdir}/elektra/libelektra-python.so
852%endif
853
851b5f61
JB
854%if %{with ruby}
855%files plugin-ruby
856%defattr(644,root,root,755)
857# R: ruby
858%attr(755,root,root) %{_libdir}/elektra/libelektra-ruby.so
859%endif
860
088942e6
JB
861%files -n bash-completion-elektra
862%defattr(644,root,root,755)
129619a5 863%{bash_compdir}/kdb
088942e6 864
851b5f61
JB
865%files -n fish-completion-elektra
866%defattr(644,root,root,755)
867%{_datadir}/fish/vendor_completions.d/kdb.fish
868
d8effeb6
JB
869%files -n zsh-completion-elektra
870%defattr(644,root,root,755)
871%{_datadir}/zsh/site-functions/_kdb
872
de7f9f03
JB
873%files libs
874%defattr(644,root,root,755)
f33e068e
JB
875%attr(755,root,root) %{_libdir}/libelektra.so.*.*.*
876%attr(755,root,root) %ghost %{_libdir}/libelektra.so.4
3e0386dc
AM
877%attr(755,root,root) %{_libdir}/libelektra-core.so.*.*.*
878%attr(755,root,root) %ghost %{_libdir}/libelektra-core.so.4
879%attr(755,root,root) %{_libdir}/libelektra-ease.so.*.*.*
880%attr(755,root,root) %ghost %{_libdir}/libelektra-ease.so.4
851b5f61
JB
881%attr(755,root,root) %{_libdir}/libelektra-invoke.so.*.*.*
882%attr(755,root,root) %ghost %{_libdir}/libelektra-invoke.so.4
3e0386dc
AM
883%attr(755,root,root) %{_libdir}/libelektra-kdb.so.*.*.*
884%attr(755,root,root) %ghost %{_libdir}/libelektra-kdb.so.4
885%attr(755,root,root) %{_libdir}/libelektra-meta.so.*.*.*
886%attr(755,root,root) %ghost %{_libdir}/libelektra-meta.so.4
851b5f61
JB
887%attr(755,root,root) %{_libdir}/libelektra-io.so.*.*.*
888%attr(755,root,root) %ghost %{_libdir}/libelektra-io.so.4
889%attr(755,root,root) %{_libdir}/libelektra-notification.so.*.*.*
890%attr(755,root,root) %ghost %{_libdir}/libelektra-notification.so.4
3e0386dc
AM
891%attr(755,root,root) %{_libdir}/libelektra-plugin.so.*.*.*
892%attr(755,root,root) %ghost %{_libdir}/libelektra-plugin.so.4
851b5f61
JB
893%attr(755,root,root) %{_libdir}/libelektra-pluginprocess.so.*.*.*
894%attr(755,root,root) %ghost %{_libdir}/libelektra-pluginprocess.so.4
3e0386dc
AM
895%attr(755,root,root) %{_libdir}/libelektra-proposal.so.*.*.*
896%attr(755,root,root) %ghost %{_libdir}/libelektra-proposal.so.4
851b5f61
JB
897%attr(755,root,root) %{_libdir}/libelektra-utility.so.*.*.*
898%attr(755,root,root) %ghost %{_libdir}/libelektra-utility.so.4
129619a5
JB
899%attr(755,root,root) %{_libdir}/libelektraintercept-env.so.*.*.*
900%attr(755,root,root) %ghost %{_libdir}/libelektraintercept-env.so.0
901%attr(755,root,root) %{_libdir}/libelektraintercept-fs.so
3e0386dc
AM
902%attr(755,root,root) %{_libdir}/libelektratools.so.*.*.*
903%attr(755,root,root) %ghost %{_libdir}/libelektratools.so.2
f33e068e
JB
904%if %{with full}
905%attr(755,root,root) %{_libdir}/libelektra-full.so.*.*.*
906%attr(755,root,root) %ghost %{_libdir}/libelektra-full.so.4
907%endif
a1ae6c6c 908
909%files devel
910%defattr(644,root,root,755)
088942e6 911%doc doc/API.md installed-doc/elektra-api/html
de7f9f03 912%attr(755,root,root) %{_libdir}/libelektra.so
43be5fbd
JB
913%attr(755,root,root) %{_libdir}/libelektra-core.so
914%attr(755,root,root) %{_libdir}/libelektra-ease.so
915%attr(755,root,root) %{_libdir}/libelektra-kdb.so
851b5f61
JB
916%attr(755,root,root) %{_libdir}/libelektra-invoke.so
917%attr(755,root,root) %{_libdir}/libelektra-io.so
43be5fbd 918%attr(755,root,root) %{_libdir}/libelektra-meta.so
851b5f61 919%attr(755,root,root) %{_libdir}/libelektra-notification.so
43be5fbd 920%attr(755,root,root) %{_libdir}/libelektra-plugin.so
851b5f61 921%attr(755,root,root) %{_libdir}/libelektra-pluginprocess.so
43be5fbd 922%attr(755,root,root) %{_libdir}/libelektra-proposal.so
851b5f61 923%attr(755,root,root) %{_libdir}/libelektra-utility.so
129619a5
JB
924%attr(755,root,root) %{_libdir}/libelektragetenv.so
925%attr(755,root,root) %{_libdir}/libelektraintercept-env.so
926%attr(755,root,root) %{_libdir}/libelektraintercept.so
43be5fbd 927%attr(755,root,root) %{_libdir}/libelektratools.so
f33e068e
JB
928%if %{with full}
929%attr(755,root,root) %{_libdir}/libelektra-full.so
930%endif
931%dir %{_includedir}/elektra
851b5f61
JB
932%{_includedir}/elektra/kdb.h
933%{_includedir}/elektra/kdbconfig.h
934%{_includedir}/elektra/kdbease.h
935%{_includedir}/elektra/kdbextension.h
936%{_includedir}/elektra/kdbgetenv.h
937%{_includedir}/elektra/kdbhelper.h
938%{_includedir}/elektra/kdbinvoke.h
939%{_includedir}/elektra/kdbio.h
940%{_includedir}/elektra/kdbmeta.h
941%{_includedir}/elektra/kdbmodule.h
942%{_includedir}/elektra/kdbnotification.h
943%{_includedir}/elektra/kdbos.h
944%{_includedir}/elektra/kdbplugin.h
945%{_includedir}/elektra/kdbpluginprocess.h
946%{_includedir}/elektra/kdbprivate.h
947%{_includedir}/elektra/kdbproposal.h
948%{_includedir}/elektra/kdbtypes.h
949%{_includedir}/elektra/kdbutility.h
950%{_includedir}/elektra/kdbversion.h
de7f9f03 951%{_pkgconfigdir}/elektra.pc
851b5f61
JB
952%{_pkgconfigdir}/elektra-io.pc
953%{_pkgconfigdir}/elektra-notification.pc
088942e6
JB
954%{_datadir}/cmake/Modules/ElektraConfig*.cmake
955%{_datadir}/cmake/Modules/ElektraTargetsLibelektra*.cmake
851b5f61 956%{_mandir}/man3/Opmphm*.3elektra*
088942e6 957%{_mandir}/man3/api.3elektra*
851b5f61 958%{_mandir}/man3/dbus.c.3elektra*
f33e068e 959%{_mandir}/man3/deprecated.3elektra*
851b5f61 960%{_mandir}/man3/global.c.3elektra*
851b5f61
JB
961%{_mandir}/man3/invoke.c.3elektra*
962%{_mandir}/man3/io.c.3elektra*
963%{_mandir}/man3/io_doc.c.3elektra*
69ea3ea5
JB
964%{_mandir}/man3/kdb.3elektra*
965%{_mandir}/man3/kdb.c.3elektra*
966%{_mandir}/man3/kdb_*.3elektra*
967%{_mandir}/man3/kdb*.h.3elektra*
851b5f61
JB
968%{_mandir}/man3/kdbio.3elektra*
969%{_mandir}/man3/kdbnotification.3elektra*
69ea3ea5
JB
970%{_mandir}/man3/key.3elektra*
971%{_mandir}/man3/keymeta.3elektra*
972%{_mandir}/man3/keyname.3elektra*
973%{_mandir}/man3/keyset.3elektra*
974%{_mandir}/man3/keytest.3elektra*
975%{_mandir}/man3/keyvalue.3elektra*
976%{_mandir}/man3/key.c.3elektra*
977%{_mandir}/man3/keyhelpers.c.3elektra*
978%{_mandir}/man3/keymeta.c.3elektra*
979%{_mandir}/man3/keyset.c.3elektra*
980%{_mandir}/man3/keytest.c.3elektra*
981%{_mandir}/man3/keyvalue.c.3elektra*
088942e6 982%{_mandir}/man3/meta.3elektra*
851b5f61
JB
983%{_mandir}/man3/modules.3elektra*
984%{_mandir}/man3/notification.c.3elektra*
985%{_mandir}/man3/opmphm.c.3elektra*
f33e068e 986%{_mandir}/man3/plugin.3elektra*
851b5f61 987%{_mandir}/man3/pluginprocess.c.3elektra*
088942e6 988%{_mandir}/man3/proposal.3elektra*
851b5f61 989%{_mandir}/man3/rand.c.3elektra*
a1ae6c6c 990
b511c548 991%files static
85fe0e6b 992%defattr(644,root,root,755)
f33e068e 993%{_libdir}/libelektra-static.a
37555a25 994%{_libdir}/libelektratools-static.a
de7f9f03
JB
995
996%files cpp-devel
997%defattr(644,root,root,755)
129619a5 998%doc src/bindings/cpp/README.md
f33e068e 999%{_includedir}/elektra/*.hpp
088942e6
JB
1000%{_includedir}/elektra/helper
1001%{_includedir}/elektra/merging
37555a25 1002# libelektratools API man pages
69ea3ea5 1003%{_mandir}/man3/automergeconfiguration.cpp.3elektra*
088942e6
JB
1004%{_mandir}/man3/automergeconfiguration.hpp.3elektra*
1005%{_mandir}/man3/automergestrategy.cpp.3elektra*
1006%{_mandir}/man3/automergestrategy.hpp.3elektra*
37555a25 1007%{_mandir}/man3/backend.hpp.3elektra*
69ea3ea5
JB
1008%{_mandir}/man3/backendbuilder.cpp.3elektra*
1009%{_mandir}/man3/backendbuilder.hpp.3elektra*
1010%{_mandir}/man3/backendparser.cpp.3elektra*
1011%{_mandir}/man3/backendparser.hpp.3elektra*
1012%{_mandir}/man3/backends.cpp.3elektra*
37555a25 1013%{_mandir}/man3/backends.hpp.3elektra*
69ea3ea5
JB
1014%{_mandir}/man3/comparison.cpp.3elektra*
1015%{_mandir}/man3/comparison.hpp.3elektra*
1016%{_mandir}/man3/importmergeconfiguration.cpp.3elektra*
088942e6
JB
1017%{_mandir}/man3/importmergeconfiguration.hpp.3elektra*
1018%{_mandir}/man3/interactivemergestrategy.cpp.3elektra*
1019%{_mandir}/man3/interactivemergestrategy.hpp.3elektra*
69ea3ea5
JB
1020%{_mandir}/man3/kdb*.hpp.3elektra*
1021%{_mandir}/man3/key*.hpp.3elektra*
1022%{_mandir}/man3/keyhelper.cpp.3elektra*
088942e6
JB
1023%{_mandir}/man3/mergeconfiguration.hpp.3elektra*
1024%{_mandir}/man3/mergeconflict.hpp.3elektra*
1025%{_mandir}/man3/mergeconflictstrategy.cpp.3elektra*
1026%{_mandir}/man3/mergeconflictstrategy.hpp.3elektra*
1027%{_mandir}/man3/mergeresult.cpp.3elektra*
1028%{_mandir}/man3/mergeresult.hpp.3elektra*
1029%{_mandir}/man3/mergetask.hpp.3elektra*
1030%{_mandir}/man3/mergetestutils.cpp.3elektra*
69ea3ea5
JB
1031%{_mandir}/man3/merging.cpp.3elektra*
1032%{_mandir}/man3/mergingkdb.cpp.3elektra*
1033%{_mandir}/man3/mergingkdb.hpp.3elektra*
088942e6
JB
1034%{_mandir}/man3/metamergestrategy.cpp.3elektra*
1035%{_mandir}/man3/metamergestrategy.hpp.3elektra*
1036%{_mandir}/man3/newkeystrategy.cpp.3elektra*
1037%{_mandir}/man3/newkeystrategy.hpp.3elektra*
69ea3ea5 1038%{_mandir}/man3/onesidemergeconfiguration.cpp.3elektra*
088942e6
JB
1039%{_mandir}/man3/onesidemergeconfiguration.hpp.3elektra*
1040%{_mandir}/man3/onesidestrategy.cpp.3elektra*
1041%{_mandir}/man3/onesidestrategy.hpp.3elektra*
1042%{_mandir}/man3/onesidevaluestrategy.cpp.3elektra*
69ea3ea5
JB
1043%{_mandir}/man3/onesidevaluestrategy.hpp.3elektra*
1044%{_mandir}/man3/overwritemergeconfiguration.cpp.3elektra*
088942e6 1045%{_mandir}/man3/overwritemergeconfiguration.hpp.3elektra*
37555a25
JB
1046%{_mandir}/man3/modules.cpp.3elektra*
1047%{_mandir}/man3/modules.hpp.3elektra*
1048%{_mandir}/man3/plugin.cpp.3elektra*
1049%{_mandir}/man3/plugin.hpp.3elektra*
69ea3ea5
JB
1050%{_mandir}/man3/plugindatabase.cpp.3elektra*
1051%{_mandir}/man3/plugindatabase.hpp.3elektra*
37555a25
JB
1052%{_mandir}/man3/plugins.cpp.3elektra*
1053%{_mandir}/man3/plugins.hpp.3elektra*
69ea3ea5
JB
1054%{_mandir}/man3/pluginspec.cpp.3elektra*
1055%{_mandir}/man3/pluginspec.hpp.3elektra*
1056%{_mandir}/man3/specreader.hpp.3elektra*
37555a25 1057%{_mandir}/man3/src_backend.cpp.3elektra*
088942e6
JB
1058%{_mandir}/man3/testtool_*.cpp.3elektra*
1059%{_mandir}/man3/threewaymerge.cpp.3elektra*
1060%{_mandir}/man3/threewaymerge.hpp.3elektra*
37555a25 1061%{_mandir}/man3/toolexcept.hpp.3elektra*
088942e6
JB
1062
1063%if %{with glib}
1064%files glib
1065%defattr(644,root,root,755)
129619a5 1066%doc src/bindings/glib/README.md
088942e6 1067%attr(755,root,root) %{_libdir}/libgelektra-4.0.so
129619a5
JB
1068%if %{with gsettings}
1069%attr(755,root,root) %{_libdir}/gio/modules/libelektrasettings.so
1070%endif
088942e6
JB
1071%{_libdir}/girepository-1.0/GElektra-4.0.typelib
1072
1073%files glib-devel
1074%defattr(644,root,root,755)
1075%{_datadir}/gir-1.0/GElektra-4.0.gir
1076%{_includedir}/elektra/gelektra-*.h
1077%{_pkgconfigdir}/gelektra-4.0.pc
1078%endif
1079
851b5f61
JB
1080%files io-glib
1081%defattr(644,root,root,755)
1082%doc src/bindings/io/glib/README.md
1083%attr(755,root,root) %{_libdir}/libelektra-io-glib.so
1084
1085%files io-glib-devel
1086%defattr(644,root,root,755)
1087%{_includedir}/elektra/kdbio_glib.h
1088%{_pkgconfigdir}/elektra-io-glib.pc
1089
1090%files io-uv
1091%defattr(644,root,root,755)
1092%doc src/bindings/io/uv/README.md
1093%attr(755,root,root) %{_libdir}/libelektra-io-uv.so
1094
1095%files io-uv-devel
1096%defattr(644,root,root,755)
1097%{_includedir}/elektra/kdbio_uv.h
1098%{_pkgconfigdir}/elektra-io-uv.pc
1099
41b65be6 1100%if %{with java_mvn}
c89b1889
JB
1101%files -n java-elektra
1102%defattr(644,root,root,755)
129619a5 1103%doc src/bindings/jna/README.md
a0e8445f
JB
1104%{_javadir}/libelektra-1.jar
1105%{_javadir}/libelektra.jar
851b5f61 1106%{_mandir}/man3/org_libelektra_*.3elektra*
c89b1889
JB
1107%endif
1108
088942e6
JB
1109%if %{with lua}
1110%files -n lua-elektra
1111%defattr(644,root,root,755)
129619a5 1112%doc src/bindings/swig/lua/README.md
088942e6
JB
1113%attr(755,root,root) %{_libdir}/lua/5.2/kdb.so
1114
1115%if %{with glib}
1116%files -n lua-elektra-glib
1117%defattr(644,root,root,755)
129619a5 1118%doc src/bindings/gi/lua/README.md
088942e6
JB
1119%dir %{_datadir}/lua/5.2/lgi
1120%dir %{_datadir}/lua/5.2/lgi/override
1121%{_datadir}/lua/5.2/lgi/override/GElektra.lua
1122%endif
1123%endif
1124
1125%if %{with python2}
1126%files -n python-elektra
1127%defattr(644,root,root,755)
129619a5 1128%doc src/bindings/swig/python2/README.md
088942e6
JB
1129%attr(755,root,root) %{py_sitedir}/_kdb.so
1130%{py_sitedir}/kdb.py[co]
1131%endif
1132
1133%if %{with python3}
1134%files -n python3-elektra
1135%defattr(644,root,root,755)
129619a5 1136%doc src/bindings/swig/python/README.md
088942e6
JB
1137%attr(755,root,root) %{py3_sitedir}/_kdb.so
1138%{py3_sitedir}/kdb.py
1139%{py3_sitedir}/__pycache__/kdb.cpython-*.py[co]
1140
1141%if %{with glib}
1142%files -n python3-elektra-glib
1143%defattr(644,root,root,755)
129619a5 1144%doc src/bindings/gi/python/README.md
088942e6
JB
1145%{py3_sitedir}/gi/overrides/GElektra.py
1146%{py3_sitedir}/gi/overrides/__pycache__/GElektra.cpython-*.py[co]
1147%endif
1148%endif
129619a5
JB
1149
1150%if %{with ruby}
1151%files -n ruby-elektra
1152%defattr(644,root,root,755)
1153%doc src/bindings/swig/ruby/README.md
1154%attr(755,root,root) %{ruby_vendorarchdir}/_kdb.so
851b5f61 1155%attr(755,root,root) %{ruby_vendorarchdir}/_kdbtools.so
129619a5 1156%{ruby_vendorlibdir}/kdb.rb
851b5f61 1157%{ruby_vendorlibdir}/kdbtools.rb
129619a5 1158%endif
This page took 0.361268 seconds and 4 git commands to generate.