]> git.pld-linux.org Git - packages/elektra.git/blobdiff - elektra.spec
- fix bad macro and duplicate description
[packages/elektra.git] / elektra.spec
index cd5a6b3f59978c0fd1b830dc6d2b7af08cb1ead2..6ff9ba98bd5c3ac21f725b5cae9be3e2725cda22 100644 (file)
 %undefine      with_gsettings
 %endif
 %if %{without java}
-%undefine      with_java_mvn}
+%undefine      with_java_mvn
 %endif
 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:       11
+Release:       12
 License:       BSD
 Group:         Applications/System
 Source0:       https://www.libelektra.org/ftp/elektra/releases/%{name}-%{version}.tar.gz
 # Source0-md5: 0a065ed381a59b6213bd46fd3c82ba83
 Patch0:                %{name}-zsh.patch
 Patch1:                %{name}-no-markdown.patch
+Patch2:                disable-broken-tests.patch
 URL:           https://www.libelektra.org/
 %if %{with qt}
 BuildRequires: Qt5Core-devel >= 5.3
@@ -398,7 +399,7 @@ Requires:   %{name}-libs = %{version}-%{release}
 %description io-uv
 Elektra I/O binding using uv.
 
-%description io-glib -l pl.UTF-8
+%description io-uv -l pl.UTF-8
 Wiązanie we/wy Elektry wykorzystujące uv.
 
 %package io-uv-devel
@@ -516,10 +517,15 @@ Wiązanie języka Ruby dla Elektry.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %{__sed} -i -e '1s,/usr/bin/env bash,/bin/bash,' $(grep -l '/usr/bin/env bash' -r scripts)
 %{__sed} -i -e '1s,/usr/bin/env python,%{__python},' scripts/{find-tools,update-infos-status}
 
+%{__rm} -r src/bindings/io/test
+%{__rm} src/bindings/io/uv/testio_uv.c
+%{__rm} src/bindings/io/glib/testio_glib.c
+
 %build
 install -d build
 cd build
@@ -532,7 +538,7 @@ cd build
        -DTOOLS="kdb;race%{?with_gen:;gen}%{?with_qt:;qt-gui}" \
        -DBUILD_STATIC=ON
 
-%{__make} -j1
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.081985 seconds and 4 git commands to generate.