From a47b47191f934a1a42bfc5490bc313e4e0a5763c Mon Sep 17 00:00:00 2001 From: User Date: Fri, 5 Jul 2019 20:16:45 +0300 Subject: [PATCH 1/2] exclude arch x86 --- dbeaver.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dbeaver.spec b/dbeaver.spec index 1fbe989..78d597c 100644 --- a/dbeaver.spec +++ b/dbeaver.spec @@ -11,6 +11,7 @@ Source0: %{name}-%{version}.tar.gz Source100: %{name}.rpmlintrc Group: Development/Databases License: ASL 2.0 +ExcludeArch: x86 i386 i486 i586 i686 BuildRequires: maven >= 3 BuildRequires: java-devel >= 1.8 @@ -42,15 +43,15 @@ install -d %{buildroot}%{_datadir} install -d %{buildroot}%{_datadir}/applications install -d %{buildroot}%{_iconsdir}/hicolor/{16x16,24x24,32x32}/apps -%ifarch x86_64 +#ifarch x86_64 pushd product/standalone/target/products/org.jkiss.dbeaver.core.product/linux/gtk/x86_64 cp -a %{name} %{buildroot}%{_datadir} popd -%else -pushd product/standalone/target/products/org.jkiss.dbeaver.core.product/linux/gtk/x86 -cp -a %{name} %{buildroot}%{_datadir} -popd -%endif +#else +#pushd product/standalone/target/products/org.jkiss.dbeaver.core.product/linux/gtk/x86 +#cp -a %{name} %{buildroot}%{_datadir} +#popd +#endif #start script cat > %{buildroot}%{_bindir}/%{name} < Date: Fri, 5 Jul 2019 20:31:07 +0300 Subject: [PATCH 2/2] release up --- dbeaver.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbeaver.spec b/dbeaver.spec index 78d597c..e0cd313 100644 --- a/dbeaver.spec +++ b/dbeaver.spec @@ -4,7 +4,7 @@ Name: dbeaver Version: 6.1.1 -Release: 1 +Release: 2 Summary: Universal database manager and SQL client URL: https://dbeaver.io Source0: %{name}-%{version}.tar.gz