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:
parent
58459e4da6
commit
cfcb228305
@ -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>
|
Mon Feb 4 14:02:49 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
||||||
|
|
||||||
|
14
xca.spec
14
xca.spec
@ -23,25 +23,21 @@ Summary: An RSA key and certificate management tool
|
|||||||
Summary(de): Ein RSA-Schlüssel- und -Zertifikat-Managementprogramm
|
Summary(de): Ein RSA-Schlüssel- und -Zertifikat-Managementprogramm
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Productivity/Networking/Security
|
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
|
Source: https://github.com/chris2511/xca/releases/download/RELEASE.%{version}/%{name}-%{version}.tar.gz
|
||||||
Patch0: %{name}-desktop.patch
|
Patch0: %{name}-desktop.patch
|
||||||
Patch1: %{name}-configure.patch
|
Patch1: %{name}-configure.patch
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libqt5-linguist
|
BuildRequires: libqt5-linguist
|
||||||
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: sgmltool
|
BuildRequires: sgmltool
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(Qt5Gui)
|
BuildRequires: pkgconfig(Qt5Gui)
|
||||||
BuildRequires: pkgconfig(Qt5Sql)
|
BuildRequires: pkgconfig(Qt5Sql)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
Requires: libQt5Sql5-sqlite
|
Requires: libQt5Sql5-sqlite
|
||||||
%if 0%{?suse_version}
|
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
%else
|
|
||||||
BuildRequires: libtool-ltdl-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Graphical certification authority is an interface for managing RSA
|
Graphical certification authority is an interface for managing RSA
|
||||||
@ -70,10 +66,10 @@ Baumstruktur präsentiert.
|
|||||||
%configure --with-qt-version=5 \
|
%configure --with-qt-version=5 \
|
||||||
--docdir=%{_datadir}/%{name}
|
--docdir=%{_datadir}/%{name}
|
||||||
|
|
||||||
%make_build destdir="%{buildroot}" prefix=%{_prefix}
|
%make_build destdir=%{buildroot} prefix=%{_prefix}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install destdir="%{buildroot}" prefix=%{_prefix}
|
%make_install destdir=%{buildroot} prefix=%{_prefix}
|
||||||
%suse_update_desktop_file -i %{name} DesktopUtility
|
%suse_update_desktop_file -i %{name} DesktopUtility
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user