]> git.pld-linux.org Git - packages/elektra.git/blame - elektra.spec
- updated dependencies, added ruby binding
[packages/elektra.git] / elektra.spec
CommitLineData
129619a5 1# TODO: use system nickel (1.1.0, in src/plugins/ni), inih (r29, src/plugins/ini)
de7f9f03
JB
2#
3# Conditonal build:
129619a5
JB
4%bcond_with full # "full" variant (libelektra-full with all plugins linked in)
5%bcond_without glib # GLib/GObject/GSetttings (+ GI) bindings
6%bcond_with gsettings # GSetttings module (experimental)
7%bcond_without java # Java support: JNA binding and JNI plugin (needs Java 8)
8%bcond_without lua # Lua (5.2) support: bindings and plugin
9%bcond_without python2 # Python 2 support: bindings and plugin
10%bcond_without python3 # Python 3 support: bindings and plugin
11%bcond_without qt # Qt GUI
12%bcond_without ruby # Ruby binding
e37e525c 13
b511c548 14Summary: A key/value pair database to store software configurations
3afb30a1 15Summary(pl.UTF-8): Baza kluczy/wartości do przechowywania konfiguracji oprogramowania
08a1423c 16Name: elektra
27ae2dbf 17Version: 0.8.19
43be5fbd 18Release: 3
08a1423c 19License: BSD
b511c548 20Group: Applications/System
de7f9f03 21Source0: http://www.libelektra.org/ftp/elektra/releases/%{name}-%{version}.tar.gz
27ae2dbf 22# Source0-md5: 6669e765c834e259fb7570f126b85d7e
d8effeb6 23Patch0: %{name}-zsh.patch
088942e6
JB
24Patch1: %{name}-no-markdown.patch
25Patch2: %{name}-no-deb.patch
de7f9f03 26URL: http://www.libelektra.org/
088942e6 27%if %{with qt}
129619a5
JB
28BuildRequires: Qt5Core-devel >= 5.3
29BuildRequires: Qt5Gui-devel >= 5.3
30BuildRequires: Qt5Qml-devel >= 5.3
31BuildRequires: Qt5Quick-devel >= 5.3
32BuildRequires: Qt5Svg-devel >= 5.3
33BuildRequires: Qt5Test-devel >= 5.3
34BuildRequires: Qt5Widgets-devel >= 5.3
088942e6
JB
35%endif
36BuildRequires: augeas-devel >= 1.0
37BuildRequires: boost-devel
129619a5
JB
38BuildRequires: cmake >= 2.8.11
39BuildRequires: curl-devel
f33e068e 40BuildRequires: dbus-devel
de7f9f03 41BuildRequires: doxygen
0c175270 42BuildRequires: gettext-tools
088942e6
JB
43%{?with_glib:BuildRequires: glib2-devel >= 1:2.36}
44%{?with_glib:BuildRequires: gobject-introspection-devel >= 1.38}
c89b1889 45# for binding
088942e6
JB
46%{?with_java:BuildRequires: java-jna}
47%{?with_java:BuildRequires: jdk >= 1.8}
c89b1889
JB
48# jawt for plugin
49%{?with_java:BuildRequires: jre-X11 >= 1.8}
088942e6 50BuildRequires: libgcrypt-devel
129619a5 51BuildRequires: libgit2-devel >= 0.24.1
088942e6 52%{?with_qt:BuildRequires: libmarkdown-devel}
de7f9f03 53BuildRequires: libstdc++-devel
088942e6 54BuildRequires: libxml2-devel >= 2.0
b0fec8fa 55BuildRequires: libxslt-progs
088942e6 56%{?with_lua:BuildRequires: lua52-devel >= 5.2}
129619a5 57BuildRequires: openssl-devel
de7f9f03 58BuildRequires: pkgconfig
088942e6
JB
59%{?with_python2:BuildRequires: python-devel >= 1:2.7}
60%{?with_python3:BuildRequires: python3-devel >= 1:3.2}
3b20dccf 61BuildRequires: ronn
088942e6
JB
62BuildRequires: rpm-pythonprov
63BuildRequires: rpmbuild(macros) >= 1.612
129619a5 64%{?with_ruby:BuildRequires: ruby-devel}
088942e6
JB
65BuildRequires: swig >= 2
66%if %{with python2} || %{with python3}
67BuildRequires: swig-python >= 2
68%endif
129619a5 69%{?with_ruby:BuildRequires: swig-ruby}
088942e6
JB
70BuildRequires: systemd-devel
71BuildRequires: tcl-devel
f33e068e 72BuildRequires: yajl-devel
de7f9f03 73Requires: %{name}-libs = %{version}-%{release}
731cdbee 74Requires: mktemp
08a1423c 75Obsoletes: registry
a1ae6c6c 76BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
77
78%description
b511c548 79The Elektra Project provides a framework to store generic
80configuration data in an hierarchical key-value pair database, instead
81of a human-readable only text file.
a1ae6c6c 82
83This way any software can read/save his configuration using a
84consistent API. Also, applications can be aware of other applications
85configurations, leveraging easy application integration.
86
9b93ecfb 87%description -l pl.UTF-8
ff4dd69b 88Projekt Elektra dostarcza szkielet do przechowywania typowych danych
9b93ecfb
JR
89konfiguracyjnych w postaci klucz-wartość w hierarchicznej bazie
90danych, zamiast w pliku tekstowym czytelnym tylko dla człowieka.
85fe0e6b 91
9b93ecfb
JR
92W ten sposób oprogramowanie może odczytywać/zapisywać konfigurację za
93pomocą spójnego API. Dodatkowo aplikacje mogą być zorientowane w
94konfiguracji innych aplikacji, ułatwiając ich integrację.
a1ae6c6c 95
088942e6
JB
96%package gui
97Summary: Qt based GUI for Elektra
98Summary(pl.UTF-8): Oparty na Qt graficzny interfejs do Elektry
99Group: X11/Applications
100Requires: %{name} = %{version}-%{release}
101
102%description gui
103Qt based GUI for Elektra.
104
105%description gui -l pl.UTF-8
106Oparty na Qt graficzny interfejs do Elektry.
107
c89b1889
JB
108%package plugin-jni
109Summary: Java JNI plugin for Elektra
110Summary(pl.UTF-8): Wtyczka Java JNI dla Elektry
111Group: Libraries
112Requires: %{name} = %{version}-%{release}
113# jawt
114Requires: jre-X11 >= 1.8
115
116%description plugin-jni
117Java JNI plugin for Elektra. It allows to use plugins written in Java.
118
119%description plugin-jni -l pl.UTF-8
120Wtyczka Java JNI dla Elektry. Pozwala na używanie wtyczek napisanych w
121Javie.
122
123%package plugin-lua
124Summary: Lua plugin for Elektra
125Summary(pl.UTF-8): Wtyczka Lua dla Elektry
126Group: Libraries
127Requires: %{name} = %{version}-%{release}
128Requires: lua52-libs >= 5.2
129
130%description plugin-lua
131Lua plugin for Elektra. It allows to use plugins written in Lua.
132
133%description plugin-lua -l pl.UTF-8
134Wtyczka Lua dla Elektry. Pozwala na używanie wtyczek napisanych w Lua.
135
136%package plugin-python2
137Summary: Python 2 plugin for Elektra
138Summary(pl.UTF-8): Wtyczka Python 2 dla Elektry
139Group: Libraries
140Requires: %{name} = %{version}-%{release}
141Requires: python-libs >= 1:2.7
142
143%description plugin-python2
144Python 2 plugin for Elektra. It allows to use plugins written in
145Python 2.
146
147%description plugin-python2 -l pl.UTF-8
148Wtyczka 2 Python dla Elektry. Pozwala na używanie wtyczek napisanych w
149Pythonie 2.
150
151%package plugin-python3
129619a5
JB
152Summary: Python 3 plugin for Elektra
153Summary(pl.UTF-8): Wtyczka Python 3 dla Elektry
c89b1889
JB
154Group: Libraries
155Requires: %{name} = %{version}-%{release}
156Requires: python3-libs >= 1:3.2
157
158%description plugin-python3
159Python 3 plugin for Elektra. It allows to use plugins written in
160Python 3.
161
162%description plugin-python3 -l pl.UTF-8
163Wtyczka Python 3 dla Elektry. Pozwala na używanie wtyczek napisanych w
164Pythonie 3.
165
088942e6
JB
166%package -n bash-completion-elektra
167Summary: Bash completion for Elektra commands
168Summary(pl.UTF-8): Bashowe uzupełnianie parametrów dla poleceń z pakietu Elektra
169Group: Applications/Shells
170Requires: %{name} = %{version}-%{release}
129619a5 171Requires: bash-completion >= 2
e37e525c
ER
172%if "%{_rpmversion}" >= "5"
173BuildArch: noarch
174%endif
088942e6
JB
175
176%description -n bash-completion-elektra
177Bash completion for Elektra kdb command.
178
179%description -n bash-completion-elektra -l pl.UTF-8
180Bashowe uzupełnianie parametrów dla polecenai kdb z pakietu Elektra.
181
d8effeb6
JB
182%package -n zsh-completion-elektra
183Summary: ZSH completion for Elektra commands
184Summary(pl.UTF-8): Uzupełnianie parametrów dla poleceń z pakietu Elektra w powłoce ZSH
185Group: Applications/Shells
186Requires: %{name} = %{version}-%{release}
187Requires: zsh
188%if "%{_rpmversion}" >= "5"
189BuildArch: noarch
190%endif
191
192%description -n zsh-completion-elektra
193ZSH completion for Elektra kdb command.
194
195%description -n zsh-completion-elektra -l pl.UTF-8
196Uzupełnianie parametrów dla polecenai kdb z pakietu Elektra w powłoce
197ZSH.
198
de7f9f03
JB
199%package libs
200Summary: Elektra Project libraries
201Summary(pl.UTF-8): Biblioteki projektu Elektra
202Group: Libraries
f33e068e 203Obsoletes: elektra-cpp < 0.8
de7f9f03 204Conflicts: elektra < 0.7
a1ae6c6c 205
de7f9f03 206%description libs
b511c548 207The Elektra Project provides a framework to store generic
208configuration data in an hierarchical key-value pair database, instead
209of a human-readable only text file.
a1ae6c6c 210
211This way any software can read/save his configuration using a
212consistent API. Also, applications can be aware of other applications
213configurations, leveraging easy application integration.
214
de7f9f03 215This package contains Elektra shared libraries.
a1ae6c6c 216
de7f9f03 217%description libs -l pl.UTF-8
ff4dd69b 218Projekt Elektra dostarcza szkielet do przechowywania typowych danych
9b93ecfb
JR
219konfiguracyjnych w postaci klucz-wartość w hierarchicznej bazie
220danych, zamiast w pliku tekstowym czytelnym tylko dla człowieka.
85fe0e6b 221
9b93ecfb
JR
222W ten sposób oprogramowanie może odczytywać/zapisywać konfigurację za
223pomocą spójnego API. Dodatkowo aplikacje mogą być zorientowane w
224konfiguracji innych aplikacji, ułatwiając ich integrację.
85fe0e6b 225
de7f9f03
JB
226Ten pakiet zawiera biblioteki współdzielone Elektry.
227
228%package devel
229Summary: Include files and API documentation for Elektra Project
230Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja API projektu Elektra
231Group: Development/Libraries
232Requires: %{name}-libs = %{version}-%{release}
233
234%description devel
235This package contains the include files and API manual pages to use
236the Elektra API in C.
237
238%description devel -l pl.UTF-8
9b93ecfb
JR
239Ten pakiet zawiera pliki nagłówkowe oraz strony podręcznika
240systemowego opisującego sposób użycia API Elektry w C.
a1ae6c6c 241
b511c548 242%package static
de7f9f03
JB
243Summary: Static libraries for Elektra Project
244Summary(pl.UTF-8): Statyczne biblioteki projektu Elektra
85fe0e6b 245Group: Development/Libraries
de7f9f03 246Requires: %{name}-devel = %{version}-%{release}
a1ae6c6c 247
b511c548 248%description static
de7f9f03 249This package contains static libraries for Elektra Project.
a1ae6c6c 250
de7f9f03
JB
251%description static -l pl.UTF-8
252Ten pakiet zawiera statyczne biblioteki projektu Elektra.
a1ae6c6c 253
de7f9f03
JB
254%package cpp-devel
255Summary: Header files of C++ interface for Elektra library
256Summary(pl.UTF-8): Pliki nagłówkowe interfejsu C++ do biblioteki Elektra
257Group: Development/Libraries
f33e068e 258Requires: %{name}-devel = %{version}-%{release}
de7f9f03 259Requires: libstdc++-devel
f33e068e 260Obsoletes: elektra-cpp-static < 0.8
de7f9f03
JB
261
262%description cpp-devel
263Header files of C++ interface for Elektra library.
264
265%description cpp-devel -l pl.UTF-8
266Pliki nagłówkowe interfejsu C++ do biblioteki Elektra.
267
088942e6
JB
268%package glib
269Summary: GLib/GObject binding for Elektra
270Summary(pl.UTF-8): Wiązanie GLib/GObject do Elektry
271Group: Libraries
272Requires: %{name}-libs = %{version}-%{release}
273Requires: glib2 >= 1:2.36
274
275%description glib
276GLib/GObject binding for Elektra.
277
278%description glib -l pl.UTF-8
279Wiązanie GLib/GObject do Elektry.
280
281%package glib-devel
282Summary: GLib/GObject binding for Elektra - development files
283Summary(pl.UTF-8): Wiązanie GLib/GObject do Elektry - pliki programistyczne
284Group: Libraries
285Requires: %{name}-devel = %{version}-%{release}
286Requires: glib2-devel >= 1:2.36
287
288%description glib-devel
289GLib/GObject binding for Elektra - development files.
290
291%description glib-devel -l pl.UTF-8
292Wiązanie GLib/GObject do Elektry - pliki programistyczne.
293
c89b1889
JB
294%package -n java-elektra
295Summary: Java binding for Elektra
296Summary(pl.UTF-8): Wiązanie języka Java dla Elektry
297Group: Libraries
298Requires: %{name}-libs = %{version}-%{release}
299Requires: java-jna
129619a5 300Requires: jre >= 1.8
c89b1889
JB
301
302%description -n java-elektra
303Java binding for Elektra.
304
305%description -n java-elektra -l pl.UTF-8
306Wiązanie języka Java dla Elektry.
307
088942e6
JB
308%package -n lua-elektra
309Summary: Lua binding for Elektra
310Summary(pl.UTF-8): Wiązanie języka Lua dla Elektry
311Group: Libraries
312Requires: %{name}-libs = %{version}-%{release}
313Requires: lua52-libs >= 5.2
314
315%description -n lua-elektra
316Lua binding for Elektra.
317
318%description -n lua-elektra -l pl.UTF-8
319Wiązanie języka Lua dla Elektry.
320
321%package -n lua-elektra-glib
322Summary: Lua/GI binding for Elektra
323Summary(pl.UTF-8): Wiązanie Lua/GI dla Elektry
324Group: Libraries
325Requires: %{name}-glib = %{version}-%{release}
326Requires: lua52-libs >= 5.2
327#R: lua52-lgi ?
328
329%description -n lua-elektra-glib
129619a5
JB
330Lua/GI binding for Elektra. Note: this bindings is deprecated, it's
331better to use SWIG (lua-elektra) binding.
088942e6
JB
332
333%description -n lua-elektra-glib -l pl.UTF-8
129619a5
JB
334Wiązanie Lua/GI dla Elektry. Uwaga: to wiązanie jest przestarzałe,
335lepiej używać wiązania SWIG (lua-elektra).
088942e6
JB
336
337%package -n python-elektra
338Summary: Python 2 binding for Elektra
339Summary(pl.UTF-8): Wiązanie Pythona 2 dla Elektry
340Group: Libraries
341Requires: %{name}-libs = %{version}-%{release}
342Requires: python-libs >= 1:2.7
343
344%description -n python-elektra
345Python 2 binding for Elektra.
346
347%description -n python-elektra -l pl.UTF-8
348Wiązanie Pythona 2 dla Elektry.
349
350%package -n python3-elektra
351Summary: Python 3 binding for Elektra
352Summary(pl.UTF-8): Wiązanie Pythona 3 dla Elektry
353Group: Libraries
354Requires: %{name}-libs = %{version}-%{release}
355Requires: python3-libs >= 1:3.2
356
357%description -n python3-elektra
358Python 3 binding for Elektra.
359
360%description -n python3-elektra -l pl.UTF-8
361Wiązanie Pythona 3 dla Elektry.
362
363%package -n python3-elektra-glib
364Summary: Python 3 GI binding for Elektra
365Summary(pl.UTF-8): Wiązanie Pythona 3 GI dla Elektry
366Group: Libraries
367Requires: %{name}-glib = %{version}-%{release}
368Requires: python3-pygobject3 >= 3
369
370%description -n python3-elektra-glib
129619a5
JB
371Python 3 GI binding for Elektra. Note: this bindings is deprecated,
372it's better to use SWIG (python*-elektra) binding.
373
088942e6
JB
374
375%description -n python3-elektra-glib -l pl.UTF-8
129619a5
JB
376Wiązanie Pythona 3 GI dla Elektry. Uwaga: to wiązanie jest
377przestarzałe, lepiej używać wiązania SWIG (python*-elektra).
378
379%package -n ruby-elektra
380Summary: Ruby binding for Elektra
381Summary(pl.UTF-8): Wiązanie języka Ruby dla Elektry
382Group: Libraries
383Requires: %{name}-libs = %{version}-%{release}
384
385%description -n ruby-elektra
386Ruby binding for Elektra.
387
388%description -n ruby-elektra -l pl.UTF-8
389Wiązanie języka Ruby dla Elektry.
088942e6 390
a1ae6c6c 391%prep
de7f9f03 392%setup -q
d8effeb6 393%patch0 -p1
088942e6
JB
394%patch1 -p1
395%patch2 -p1
a1ae6c6c 396
397%build
f33e068e
JB
398install -d build
399cd build
400%cmake .. \
129619a5 401 -DBINDINGS="INTERCEPT;cpp%{?with_glib:;glib%{?with_gsettings:;gsettings}%{?with_lua:;gi_lua}%{?with_python3:;gi_python}}%{?with_java:;jna}%{?with_lua:;swig_lua}%{?with_python2:;swig_python2}%{?with_python3:;swig_python}%{?with_ruby:;swig_ruby}" \
f33e068e 402 %{!?with_full:-DBUILD_FULL=OFF} \
088942e6 403 -DINSTALL_TESTING=FALSE \
f33e068e 404 -DPLUGINS=ALL \
088942e6 405 -DTARGET_CMAKE_FOLDER=%{_datadir}/cmake/Modules \
3e0386dc
AM
406 -DTOOLS="kdb;race%{?with_gen:;gen}%{?with_qt:;qt-gui}" \
407 -DBUILD_STATIC=ON
f33e068e 408
f870a14f 409%{__make} -j1
a1ae6c6c 410
411%install
412rm -rf $RPM_BUILD_ROOT
ff4dd69b 413
f33e068e
JB
414%{__make} -C build install \
415 DESTDIR=$RPM_BUILD_ROOT
de7f9f03 416
129619a5
JB
417# unneeded compat symlink
418%{__rm} $RPM_BUILD_ROOT%{_libdir}/libelektragetenv.so.0
f33e068e 419
129619a5 420install -D src/plugins/xmltool/xmlschema/elektra.xsd $RPM_BUILD_ROOT%{_datadir}/sgml/elektra/elektra.xsd
3e0386dc 421
088942e6
JB
422%if %{with python2}
423%py_comp $RPM_BUILD_ROOT%{py_sitedir}
424%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
425%py_postclean
426%endif
427
428%if %{with python3}
429%py3_comp $RPM_BUILD_ROOT%{py3_sitedir}
430%py3_ocomp $RPM_BUILD_ROOT%{py3_sitedir}
431%endif
432
43be5fbd
JB
433# "static" variant (with libelektra-static and thus all plugins linked in);
434# we don't need it
435%{__rm} $RPM_BUILD_ROOT%{_bindir}/kdb-static
436
de7f9f03 437# prepare docs
f33e068e 438%{__rm} -rf installed-doc
de7f9f03 439install -d installed-doc
f33e068e 440%{__mv} $RPM_BUILD_ROOT%{_docdir}/%{name}-api installed-doc/elektra-api
de7f9f03 441
69ea3ea5 442# these don't belong to man3
43be5fbd 443%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/{README_md,doc_*_md,md_doc_*,md_src_*,md_scripts_README,src_libs_getenv_README_md}.3elektra
69ea3ea5
JB
444# internal, not part of API
445%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/doc.h.3elektra
446%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/{array,backend,dl,doc,ease_keyname,elektra_{keyname,plugin,proposal},exportsymbols,functional,internal,kdbenum,log,markdownlinkconverter,meta,mount,nolog,owner,plugin_plugin,proposal_proposal,split,static,trie}.c.3elektra
447%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/{benchmark_plugins,examples_backend}.cpp.3elektra
448%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/{internaldatastructs,std_hash_*_,trie,vheap,vstack}.3elektra
de7f9f03 449
a1ae6c6c 450%clean
451rm -rf $RPM_BUILD_ROOT
452
de7f9f03
JB
453%post libs -p /sbin/ldconfig
454%postun libs -p /sbin/ldconfig
455
088942e6
JB
456%post glib -p /sbin/ldconfig
457%postun glib -p /sbin/ldconfig
458
a1ae6c6c 459%files
460%defattr(644,root,root,755)
129619a5 461%doc doc/{AUTHORS,BIGPICTURE.md,DESIGN.md,GOALS.md,LICENSE.md,NEWS.md,SECURITY.md,WHY.md,todo}
f33e068e
JB
462# doc/standards installed-doc/scripts
463%attr(755,root,root) %{_bindir}/kdb
464%if %{with full}
465%attr(755,root,root) %{_bindir}/kdb-full
de7f9f03 466%endif
f33e068e 467%dir %{_libdir}/elektra
129619a5 468# R: augeas-libs libxml2
088942e6 469%attr(755,root,root) %{_libdir}/elektra/libelektra-augeas.so
3e0386dc
AM
470%attr(755,root,root) %{_libdir}/elektra/libelektra-base64.so
471%attr(755,root,root) %{_libdir}/elektra/libelektra-blockresolver.so
472%attr(755,root,root) %{_libdir}/elektra/libelektra-boolean.so
473%attr(755,root,root) %{_libdir}/elektra/libelektra-c.so
474%attr(755,root,root) %{_libdir}/elektra/libelektra-cachefilter.so
f33e068e 475%attr(755,root,root) %{_libdir}/elektra/libelektra-ccode.so
088942e6
JB
476%attr(755,root,root) %{_libdir}/elektra/libelektra-conditionals.so
477%attr(755,root,root) %{_libdir}/elektra/libelektra-constants.so
478%attr(755,root,root) %{_libdir}/elektra/libelektra-counter.so
129619a5
JB
479# TODO: R: botan
480#%attr(755,root,root) %{_libdir}/elektra/libelektra-crypto_botan.so
088942e6 481# R: libgcrypt
3e0386dc 482%attr(755,root,root) %{_libdir}/elektra/libelektra-crypto_gcrypt.so
129619a5 483# R: openssl
3e0386dc 484%attr(755,root,root) %{_libdir}/elektra/libelektra-crypto_openssl.so
088942e6 485%attr(755,root,root) %{_libdir}/elektra/libelektra-csvstorage.so
129619a5 486# R: curl-libs
3e0386dc 487%attr(755,root,root) %{_libdir}/elektra/libelektra-curlget.so
f33e068e
JB
488# R: dbus
489%attr(755,root,root) %{_libdir}/elektra/libelektra-dbus.so
3e0386dc 490%attr(755,root,root) %{_libdir}/elektra/libelektra-desktop.so
f33e068e 491%attr(755,root,root) %{_libdir}/elektra/libelektra-doc.so
3e0386dc 492%attr(755,root,root) %{_libdir}/elektra/libelektra-dpkg.so
f33e068e 493%attr(755,root,root) %{_libdir}/elektra/libelektra-dump.so
088942e6 494%attr(755,root,root) %{_libdir}/elektra/libelektra-enum.so
f33e068e 495%attr(755,root,root) %{_libdir}/elektra/libelektra-error.so
3e0386dc 496%attr(755,root,root) %{_libdir}/elektra/libelektra-fcrypt.so
088942e6 497%attr(755,root,root) %{_libdir}/elektra/libelektra-filecheck.so
f33e068e 498%attr(755,root,root) %{_libdir}/elektra/libelektra-fstab.so
129619a5 499# R: libgit2 >= 0.24.1
3e0386dc 500%attr(755,root,root) %{_libdir}/elektra/libelektra-gitresolver.so
f33e068e
JB
501%attr(755,root,root) %{_libdir}/elektra/libelektra-glob.so
502%attr(755,root,root) %{_libdir}/elektra/libelektra-hexcode.so
503%attr(755,root,root) %{_libdir}/elektra/libelektra-hidden.so
504%attr(755,root,root) %{_libdir}/elektra/libelektra-hosts.so
505%attr(755,root,root) %{_libdir}/elektra/libelektra-iconv.so
088942e6
JB
506# uses internal inih library
507%attr(755,root,root) %{_libdir}/elektra/libelektra-ini.so
3e0386dc 508%attr(755,root,root) %{_libdir}/elektra/libelektra-iterate.so
088942e6
JB
509# R: systemd-libs
510%attr(755,root,root) %{_libdir}/elektra/libelektra-journald.so
511%attr(755,root,root) %{_libdir}/elektra/libelektra-keytometa.so
512%attr(755,root,root) %{_libdir}/elektra/libelektra-line.so
513%attr(755,root,root) %{_libdir}/elektra/libelektra-lineendings.so
514%attr(755,root,root) %{_libdir}/elektra/libelektra-list.so
515%attr(755,root,root) %{_libdir}/elektra/libelektra-logchange.so
088942e6 516%attr(755,root,root) %{_libdir}/elektra/libelektra-mathcheck.so
3e0386dc 517%attr(755,root,root) %{_libdir}/elektra/libelektra-mozprefs.so
f33e068e 518%attr(755,root,root) %{_libdir}/elektra/libelektra-network.so
088942e6
JB
519%attr(755,root,root) %{_libdir}/elektra/libelektra-noresolver.so
520# uses internal nickel library
f33e068e
JB
521%attr(755,root,root) %{_libdir}/elektra/libelektra-ni.so
522%attr(755,root,root) %{_libdir}/elektra/libelektra-null.so
3e0386dc 523%attr(755,root,root) %{_libdir}/elektra/libelektra-passwd.so
f33e068e 524%attr(755,root,root) %{_libdir}/elektra/libelektra-path.so
3e0386dc 525%attr(755,root,root) %{_libdir}/elektra/libelektra-profile.so
088942e6
JB
526%attr(755,root,root) %{_libdir}/elektra/libelektra-regexstore.so
527%attr(755,root,root) %{_libdir}/elektra/libelektra-rename.so
f33e068e 528%attr(755,root,root) %{_libdir}/elektra/libelektra-resolver.so
088942e6 529%attr(755,root,root) %{_libdir}/elektra/libelektra-resolver_fm_*.so
3e0386dc
AM
530%attr(755,root,root) %{_libdir}/elektra/libelektra-required.so
531%attr(755,root,root) %{_libdir}/elektra/libelektra-semlock.so
532%attr(755,root,root) %{_libdir}/elektra/libelektra-shell.so
533%attr(755,root,root) %{_libdir}/elektra/libelektra-simplespeclang.so
f33e068e 534%attr(755,root,root) %{_libdir}/elektra/libelektra-simpleini.so
3e0386dc
AM
535%attr(755,root,root) %{_libdir}/elektra/libelektra-spec.so
536%attr(755,root,root) %{_libdir}/elektra/libelektra-storage.so
f33e068e 537%attr(755,root,root) %{_libdir}/elektra/libelektra-struct.so
088942e6 538%attr(755,root,root) %{_libdir}/elektra/libelektra-sync.so
f33e068e
JB
539%attr(755,root,root) %{_libdir}/elektra/libelektra-syslog.so
540%attr(755,root,root) %{_libdir}/elektra/libelektra-tcl.so
541%attr(755,root,root) %{_libdir}/elektra/libelektra-template.so
542%attr(755,root,root) %{_libdir}/elektra/libelektra-timeofday.so
543%attr(755,root,root) %{_libdir}/elektra/libelektra-tracer.so
544%attr(755,root,root) %{_libdir}/elektra/libelektra-type.so
545%attr(755,root,root) %{_libdir}/elektra/libelektra-uname.so
546%attr(755,root,root) %{_libdir}/elektra/libelektra-validation.so
088942e6 547%attr(755,root,root) %{_libdir}/elektra/libelektra-wresolver.so
f33e068e
JB
548# R: libxml2
549%attr(755,root,root) %{_libdir}/elektra/libelektra-xmltool.so
550# R: yajl
551%attr(755,root,root) %{_libdir}/elektra/libelektra-yajl.so
85892bd2
JB
552%dir %{_libdir}/elektra/tool_exec
553%attr(755,root,root) %{_libdir}/elektra/tool_exec/benchmark-createtree
3e0386dc 554%attr(755,root,root) %{_libdir}/elektra/tool_exec/configure-firefox
85892bd2
JB
555%attr(755,root,root) %{_libdir}/elektra/tool_exec/convert-fstab
556%attr(755,root,root) %{_libdir}/elektra/tool_exec/convert-hosts
557%attr(755,root,root) %{_libdir}/elektra/tool_exec/convert-inittab
558%attr(755,root,root) %{_libdir}/elektra/tool_exec/convert-users
559%attr(755,root,root) %{_libdir}/elektra/tool_exec/elektra-merge
560%attr(755,root,root) %{_libdir}/elektra/tool_exec/elektra-mount
561%attr(755,root,root) %{_libdir}/elektra/tool_exec/elektra-umount
3e0386dc 562%attr(755,root,root) %{_libdir}/elektra/tool_exec/elektrify-open
85892bd2
JB
563%attr(755,root,root) %{_libdir}/elektra/tool_exec/elektrify-getenv
564%attr(755,root,root) %{_libdir}/elektra/tool_exec/example-xorg
3e0386dc
AM
565%dir %{_libdir}/elektra/tool_exec/ffconfig
566%attr(755,root,root) %{_libdir}/elektra/tool_exec/ffconfig/setupConfig
567%attr(755,root,root) %{_libdir}/elektra/tool_exec/ffconfig/setupHomepage
568%attr(755,root,root) %{_libdir}/elektra/tool_exec/ffconfig/setupProxy
569%attr(755,root,root) %{_libdir}/elektra/tool_exec/ffconfig/writeConfigFiles
570%attr(755,root,root) %{_libdir}/elektra/tool_exec/find-tools
129619a5 571%attr(755,root,root) %{_libdir}/elektra/tool_exec/getenv
3e0386dc 572%attr(755,root,root) %{_libdir}/elektra/tool_exec/install-sh-completion
85892bd2
JB
573%attr(755,root,root) %{_libdir}/elektra/tool_exec/list-tools
574%attr(755,root,root) %{_libdir}/elektra/tool_exec/mount-augeas
575%attr(755,root,root) %{_libdir}/elektra/tool_exec/mount-info
576%attr(755,root,root) %{_libdir}/elektra/tool_exec/mount-kde
577%attr(755,root,root) %{_libdir}/elektra/tool_exec/mount-openicc
85892bd2
JB
578%attr(755,root,root) %{_libdir}/elektra/tool_exec/race
579%attr(755,root,root) %{_libdir}/elektra/tool_exec/umount-all
3e0386dc 580%attr(755,root,root) %{_libdir}/elektra/tool_exec/upgrade-bootstrap
f33e068e 581%{_datadir}/sgml/elektra
3b20dccf
JB
582%{_mandir}/man1/kdb.1*
583%{_mandir}/man1/kdb-check.1*
584%{_mandir}/man1/kdb-convert.1*
585%{_mandir}/man1/kdb-cp.1*
43be5fbd 586%{_mandir}/man1/kdb-editor.1*
129619a5 587%{_mandir}/man1/kdb-elektrify-getenv.1*
3b20dccf
JB
588%{_mandir}/man1/kdb-export.1*
589%{_mandir}/man1/kdb-file.1*
43be5fbd 590%{_mandir}/man1/kdb-find-tools.1*
3b20dccf
JB
591%{_mandir}/man1/kdb-fstab.1*
592%{_mandir}/man1/kdb-get.1*
593%{_mandir}/man1/kdb-getmeta.1*
43be5fbd 594%{_mandir}/man1/kdb-global-mount.1*
3b20dccf
JB
595%{_mandir}/man1/kdb-help.1*
596%{_mandir}/man1/kdb-import.1*
597%{_mandir}/man1/kdb-info.1*
598%{_mandir}/man1/kdb-introduction.1*
599%{_mandir}/man1/kdb-list.1*
600%{_mandir}/man1/kdb-list-tools.1*
601%{_mandir}/man1/kdb-ls.1*
602%{_mandir}/man1/kdb-lsmeta.1*
603%{_mandir}/man1/kdb-merge.1*
604%{_mandir}/man1/kdb-mount.1*
605%{_mandir}/man1/kdb-mv.1*
606%{_mandir}/man1/kdb-remount.1*
607%{_mandir}/man1/kdb-rm.1*
608%{_mandir}/man1/kdb-set.1*
609%{_mandir}/man1/kdb-setmeta.1*
610%{_mandir}/man1/kdb-sget.1*
611%{_mandir}/man1/kdb-shell.1*
43be5fbd 612%{_mandir}/man1/kdb-spec-mount.1*
3b20dccf
JB
613%{_mandir}/man1/kdb-test.1*
614%{_mandir}/man1/kdb-umount.1*
615%{_mandir}/man1/kdb-vset.1*
616%{_mandir}/man7/elektra-*.7*
de7f9f03 617
088942e6
JB
618%if 0
619%files gen ?
620%defattr(644,root,root,755)
85892bd2 621%attr(755,root,root) %{_libdir}/elektra/tool_exec/gen
088942e6
JB
622%{py_sitescriptdir}/elektra_gen-%{version}-py*.egg-info
623# FIXME: should be in elektra_gen subdir
624%{py_sitescriptdir}/support
625%{_datadir}/elektra/templates
626%endif
627
628%files gui
629%defattr(644,root,root,755)
129619a5 630%doc src/tools/qt-gui/README.md
3e0386dc 631%attr(755,root,root) %{_bindir}/elektra-qt-editor
85892bd2 632%attr(755,root,root) %{_libdir}/elektra/tool_exec/qt-gui
3e0386dc
AM
633%{_datadir}/appdata/org.libelektra.elektra-qt-editor.appdata.xml
634%{_desktopdir}/org.libelektra.elektra-qt-editor.desktop
635%{_iconsdir}/hicolor/scalable/apps/elektra-symbolic.svg
636%{_iconsdir}/hicolor/scalable/apps/elektra.svg
3b20dccf 637%{_mandir}/man1/kdb-qt-gui.1*
088942e6 638
c89b1889
JB
639%if %{with java}
640%files plugin-jni
641%defattr(644,root,root,755)
642# R: jre with jawt
643%attr(755,root,root) %{_libdir}/elektra/libelektra-jni.so
644%endif
645
646%if %{with lua}
647%files plugin-lua
648%defattr(644,root,root,755)
649# R: lua52-libs
650%attr(755,root,root) %{_libdir}/elektra/libelektra-lua.so
651%endif
652
653%if %{with python2}
654%files plugin-python2
655%defattr(644,root,root,755)
656# R: python-libs
657%attr(755,root,root) %{_libdir}/elektra/libelektra-python2.so
658%endif
659
660%if %{with python3}
661%files plugin-python3
662%defattr(644,root,root,755)
663# R: python3-libs
664%attr(755,root,root) %{_libdir}/elektra/libelektra-python.so
665%endif
666
088942e6
JB
667%files -n bash-completion-elektra
668%defattr(644,root,root,755)
129619a5 669%{bash_compdir}/kdb
088942e6 670
d8effeb6
JB
671%files -n zsh-completion-elektra
672%defattr(644,root,root,755)
673%{_datadir}/zsh/site-functions/_kdb
674
de7f9f03
JB
675%files libs
676%defattr(644,root,root,755)
f33e068e
JB
677%attr(755,root,root) %{_libdir}/libelektra.so.*.*.*
678%attr(755,root,root) %ghost %{_libdir}/libelektra.so.4
3e0386dc
AM
679%attr(755,root,root) %{_libdir}/libelektra-core.so.*.*.*
680%attr(755,root,root) %ghost %{_libdir}/libelektra-core.so.4
681%attr(755,root,root) %{_libdir}/libelektra-ease.so.*.*.*
682%attr(755,root,root) %ghost %{_libdir}/libelektra-ease.so.4
683%attr(755,root,root) %{_libdir}/libelektra-kdb.so.*.*.*
684%attr(755,root,root) %ghost %{_libdir}/libelektra-kdb.so.4
685%attr(755,root,root) %{_libdir}/libelektra-meta.so.*.*.*
686%attr(755,root,root) %ghost %{_libdir}/libelektra-meta.so.4
687%attr(755,root,root) %{_libdir}/libelektra-plugin.so.*.*.*
688%attr(755,root,root) %ghost %{_libdir}/libelektra-plugin.so.4
689%attr(755,root,root) %{_libdir}/libelektra-proposal.so.*.*.*
690%attr(755,root,root) %ghost %{_libdir}/libelektra-proposal.so.4
129619a5
JB
691%attr(755,root,root) %{_libdir}/libelektraintercept-env.so.*.*.*
692%attr(755,root,root) %ghost %{_libdir}/libelektraintercept-env.so.0
693%attr(755,root,root) %{_libdir}/libelektraintercept-fs.so
3e0386dc
AM
694%attr(755,root,root) %{_libdir}/libelektratools.so.*.*.*
695%attr(755,root,root) %ghost %{_libdir}/libelektratools.so.2
f33e068e
JB
696%if %{with full}
697%attr(755,root,root) %{_libdir}/libelektra-full.so.*.*.*
698%attr(755,root,root) %ghost %{_libdir}/libelektra-full.so.4
699%endif
a1ae6c6c 700
701%files devel
702%defattr(644,root,root,755)
088942e6 703%doc doc/API.md installed-doc/elektra-api/html
de7f9f03 704%attr(755,root,root) %{_libdir}/libelektra.so
43be5fbd
JB
705%attr(755,root,root) %{_libdir}/libelektra-core.so
706%attr(755,root,root) %{_libdir}/libelektra-ease.so
707%attr(755,root,root) %{_libdir}/libelektra-kdb.so
708%attr(755,root,root) %{_libdir}/libelektra-meta.so
709%attr(755,root,root) %{_libdir}/libelektra-plugin.so
710%attr(755,root,root) %{_libdir}/libelektra-proposal.so
129619a5
JB
711%attr(755,root,root) %{_libdir}/libelektragetenv.so
712%attr(755,root,root) %{_libdir}/libelektraintercept-env.so
713%attr(755,root,root) %{_libdir}/libelektraintercept.so
43be5fbd 714%attr(755,root,root) %{_libdir}/libelektratools.so
f33e068e
JB
715%if %{with full}
716%attr(755,root,root) %{_libdir}/libelektra-full.so
717%endif
718%dir %{_includedir}/elektra
088942e6 719%{_includedir}/elektra/kdb*.h
de7f9f03 720%{_pkgconfigdir}/elektra.pc
088942e6
JB
721%{_datadir}/cmake/Modules/ElektraConfig*.cmake
722%{_datadir}/cmake/Modules/ElektraTargetsLibelektra*.cmake
723%{_mandir}/man3/api.3elektra*
f33e068e 724%{_mandir}/man3/deprecated.3elektra*
69ea3ea5
JB
725%{_mandir}/man3/kdb.3elektra*
726%{_mandir}/man3/kdb.c.3elektra*
727%{_mandir}/man3/kdb_*.3elektra*
728%{_mandir}/man3/kdb*.h.3elektra*
729%{_mandir}/man3/key.3elektra*
730%{_mandir}/man3/keymeta.3elektra*
731%{_mandir}/man3/keyname.3elektra*
732%{_mandir}/man3/keyset.3elektra*
733%{_mandir}/man3/keytest.3elektra*
734%{_mandir}/man3/keyvalue.3elektra*
735%{_mandir}/man3/key.c.3elektra*
736%{_mandir}/man3/keyhelpers.c.3elektra*
737%{_mandir}/man3/keymeta.c.3elektra*
738%{_mandir}/man3/keyset.c.3elektra*
739%{_mandir}/man3/keytest.c.3elektra*
740%{_mandir}/man3/keyvalue.c.3elektra*
088942e6 741%{_mandir}/man3/meta.3elektra*
f33e068e 742%{_mandir}/man3/plugin.3elektra*
088942e6 743%{_mandir}/man3/proposal.3elektra*
a1ae6c6c 744
b511c548 745%files static
85fe0e6b 746%defattr(644,root,root,755)
f33e068e 747%{_libdir}/libelektra-static.a
37555a25 748%{_libdir}/libelektratools-static.a
de7f9f03
JB
749
750%files cpp-devel
751%defattr(644,root,root,755)
129619a5 752%doc src/bindings/cpp/README.md
f33e068e 753%{_includedir}/elektra/*.hpp
088942e6
JB
754%{_includedir}/elektra/helper
755%{_includedir}/elektra/merging
37555a25 756# libelektratools API man pages
69ea3ea5 757%{_mandir}/man3/automergeconfiguration.cpp.3elektra*
088942e6
JB
758%{_mandir}/man3/automergeconfiguration.hpp.3elektra*
759%{_mandir}/man3/automergestrategy.cpp.3elektra*
760%{_mandir}/man3/automergestrategy.hpp.3elektra*
37555a25 761%{_mandir}/man3/backend.hpp.3elektra*
69ea3ea5
JB
762%{_mandir}/man3/backendbuilder.cpp.3elektra*
763%{_mandir}/man3/backendbuilder.hpp.3elektra*
764%{_mandir}/man3/backendparser.cpp.3elektra*
765%{_mandir}/man3/backendparser.hpp.3elektra*
766%{_mandir}/man3/backends.cpp.3elektra*
37555a25 767%{_mandir}/man3/backends.hpp.3elektra*
69ea3ea5
JB
768%{_mandir}/man3/comparison.cpp.3elektra*
769%{_mandir}/man3/comparison.hpp.3elektra*
770%{_mandir}/man3/importmergeconfiguration.cpp.3elektra*
088942e6
JB
771%{_mandir}/man3/importmergeconfiguration.hpp.3elektra*
772%{_mandir}/man3/interactivemergestrategy.cpp.3elektra*
773%{_mandir}/man3/interactivemergestrategy.hpp.3elektra*
69ea3ea5
JB
774%{_mandir}/man3/kdb*.hpp.3elektra*
775%{_mandir}/man3/key*.hpp.3elektra*
776%{_mandir}/man3/keyhelper.cpp.3elektra*
088942e6
JB
777%{_mandir}/man3/mergeconfiguration.hpp.3elektra*
778%{_mandir}/man3/mergeconflict.hpp.3elektra*
779%{_mandir}/man3/mergeconflictstrategy.cpp.3elektra*
780%{_mandir}/man3/mergeconflictstrategy.hpp.3elektra*
781%{_mandir}/man3/mergeresult.cpp.3elektra*
782%{_mandir}/man3/mergeresult.hpp.3elektra*
783%{_mandir}/man3/mergetask.hpp.3elektra*
784%{_mandir}/man3/mergetestutils.cpp.3elektra*
69ea3ea5
JB
785%{_mandir}/man3/merging.cpp.3elektra*
786%{_mandir}/man3/mergingkdb.cpp.3elektra*
787%{_mandir}/man3/mergingkdb.hpp.3elektra*
088942e6
JB
788%{_mandir}/man3/metamergestrategy.cpp.3elektra*
789%{_mandir}/man3/metamergestrategy.hpp.3elektra*
790%{_mandir}/man3/newkeystrategy.cpp.3elektra*
791%{_mandir}/man3/newkeystrategy.hpp.3elektra*
69ea3ea5 792%{_mandir}/man3/onesidemergeconfiguration.cpp.3elektra*
088942e6
JB
793%{_mandir}/man3/onesidemergeconfiguration.hpp.3elektra*
794%{_mandir}/man3/onesidestrategy.cpp.3elektra*
795%{_mandir}/man3/onesidestrategy.hpp.3elektra*
796%{_mandir}/man3/onesidevaluestrategy.cpp.3elektra*
69ea3ea5
JB
797%{_mandir}/man3/onesidevaluestrategy.hpp.3elektra*
798%{_mandir}/man3/overwritemergeconfiguration.cpp.3elektra*
088942e6 799%{_mandir}/man3/overwritemergeconfiguration.hpp.3elektra*
37555a25
JB
800%{_mandir}/man3/modules.cpp.3elektra*
801%{_mandir}/man3/modules.hpp.3elektra*
802%{_mandir}/man3/plugin.cpp.3elektra*
803%{_mandir}/man3/plugin.hpp.3elektra*
69ea3ea5
JB
804%{_mandir}/man3/plugindatabase.cpp.3elektra*
805%{_mandir}/man3/plugindatabase.hpp.3elektra*
37555a25
JB
806%{_mandir}/man3/plugins.cpp.3elektra*
807%{_mandir}/man3/plugins.hpp.3elektra*
69ea3ea5
JB
808%{_mandir}/man3/pluginspec.cpp.3elektra*
809%{_mandir}/man3/pluginspec.hpp.3elektra*
810%{_mandir}/man3/specreader.hpp.3elektra*
37555a25 811%{_mandir}/man3/src_backend.cpp.3elektra*
088942e6
JB
812%{_mandir}/man3/testtool_*.cpp.3elektra*
813%{_mandir}/man3/threewaymerge.cpp.3elektra*
814%{_mandir}/man3/threewaymerge.hpp.3elektra*
37555a25 815%{_mandir}/man3/toolexcept.hpp.3elektra*
088942e6
JB
816
817%if %{with glib}
818%files glib
819%defattr(644,root,root,755)
129619a5 820%doc src/bindings/glib/README.md
088942e6 821%attr(755,root,root) %{_libdir}/libgelektra-4.0.so
129619a5
JB
822%if %{with gsettings}
823%attr(755,root,root) %{_libdir}/gio/modules/libelektrasettings.so
824%endif
088942e6
JB
825%{_libdir}/girepository-1.0/GElektra-4.0.typelib
826
827%files glib-devel
828%defattr(644,root,root,755)
829%{_datadir}/gir-1.0/GElektra-4.0.gir
830%{_includedir}/elektra/gelektra-*.h
831%{_pkgconfigdir}/gelektra-4.0.pc
832%endif
833
c89b1889
JB
834%if %{with java}
835%files -n java-elektra
836%defattr(644,root,root,755)
129619a5 837%doc src/bindings/jna/README.md
a0e8445f
JB
838%{_javadir}/libelektra-1.jar
839%{_javadir}/libelektra.jar
c89b1889
JB
840%endif
841
088942e6
JB
842%if %{with lua}
843%files -n lua-elektra
844%defattr(644,root,root,755)
129619a5 845%doc src/bindings/swig/lua/README.md
088942e6
JB
846%attr(755,root,root) %{_libdir}/lua/5.2/kdb.so
847
848%if %{with glib}
849%files -n lua-elektra-glib
850%defattr(644,root,root,755)
129619a5 851%doc src/bindings/gi/lua/README.md
088942e6
JB
852%dir %{_datadir}/lua/5.2/lgi
853%dir %{_datadir}/lua/5.2/lgi/override
854%{_datadir}/lua/5.2/lgi/override/GElektra.lua
855%endif
856%endif
857
858%if %{with python2}
859%files -n python-elektra
860%defattr(644,root,root,755)
129619a5 861%doc src/bindings/swig/python2/README.md
088942e6
JB
862%attr(755,root,root) %{py_sitedir}/_kdb.so
863%{py_sitedir}/kdb.py[co]
864%endif
865
866%if %{with python3}
867%files -n python3-elektra
868%defattr(644,root,root,755)
129619a5 869%doc src/bindings/swig/python/README.md
088942e6
JB
870%attr(755,root,root) %{py3_sitedir}/_kdb.so
871%{py3_sitedir}/kdb.py
872%{py3_sitedir}/__pycache__/kdb.cpython-*.py[co]
873
874%if %{with glib}
875%files -n python3-elektra-glib
876%defattr(644,root,root,755)
129619a5 877%doc src/bindings/gi/python/README.md
088942e6
JB
878%{py3_sitedir}/gi/overrides/GElektra.py
879%{py3_sitedir}/gi/overrides/__pycache__/GElektra.cpython-*.py[co]
880%endif
881%endif
129619a5
JB
882
883%if %{with ruby}
884%files -n ruby-elektra
885%defattr(644,root,root,755)
886%doc src/bindings/swig/ruby/README.md
887%attr(755,root,root) %{ruby_vendorarchdir}/_kdb.so
888%{ruby_vendorlibdir}/kdb.rb
889%endif
This page took 0.237732 seconds and 4 git commands to generate.