SHA256
1
0
forked from pool/xca

Accepting request 765914 from home:mnhauke

- Run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/765914
OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=13
This commit is contained in:
Christian Wittmer 2020-01-20 21:34:49 +00:00 committed by Git OBS Bridge
parent 58459e4da6
commit cfcb228305
2 changed files with 10 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 20 20:13:34 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Run spec-cleaner
-------------------------------------------------------------------
Mon Feb 4 14:02:49 UTC 2019 - Ismail Dönmez <idonmez@suse.com>

View File

@ -23,25 +23,21 @@ Summary: An RSA key and certificate management tool
Summary(de): Ein RSA-Schlüssel- und -Zertifikat-Managementprogramm
License: BSD-3-Clause
Group: Productivity/Networking/Security
URL: http://sourceforge.net/projects/xca/
URL: https://sourceforge.net/projects/xca/
Source: https://github.com/chris2511/xca/releases/download/RELEASE.%{version}/%{name}-%{version}.tar.gz
Patch0: %{name}-desktop.patch
Patch1: %{name}-configure.patch
BuildRequires: gcc-c++
BuildRequires: libqt5-linguist
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: sgmltool
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Sql)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(openssl)
Requires: libQt5Sql5-sqlite
%if 0%{?suse_version}
BuildRequires: libtool
BuildRequires: update-desktop-files
%else
BuildRequires: libtool-ltdl-devel
%endif
%description
Graphical certification authority is an interface for managing RSA
@ -70,10 +66,10 @@ Baumstruktur präsentiert.
%configure --with-qt-version=5 \
--docdir=%{_datadir}/%{name}
%make_build destdir="%{buildroot}" prefix=%{_prefix}
%make_build destdir=%{buildroot} prefix=%{_prefix}
%install
%make_install destdir="%{buildroot}" prefix=%{_prefix}
%make_install destdir=%{buildroot} prefix=%{_prefix}
%suse_update_desktop_file -i %{name} DesktopUtility
%files