Accepting request 645722 from home:jengelh:branches:security
- Fix grammar in %description -l de. - Throw out old %__-type macro indirections and $RPM_ shell vars. OBS-URL: https://build.opensuse.org/request/show/645722 OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=9
This commit is contained in:
parent
1b71600e92
commit
13306dbe2c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 31 11:39:19 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Fix grammar in %description -l de.
|
||||
- Throw out old %__-type macro indirections and $RPM_ shell vars.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 30 22:34:27 UTC 2018 - Christian Wittmer <chris@computersalat.de>
|
||||
|
||||
|
30
xca.spec
30
xca.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Name: xca
|
||||
Summary: An RSA key and certificate management tool
|
||||
Summary(de): Ein RSA Schlüssel- und Zertifikat-Managmentprogramm
|
||||
Summary(de): Ein RSA-Schlüssel- und -Zertifikat-Managementprogramm
|
||||
Version: 1.4.1
|
||||
Release: 0
|
||||
License: BSD-3-Clause
|
||||
@ -48,29 +48,38 @@ Requires: openssl >= 0.9.8
|
||||
Requires: db
|
||||
|
||||
%description
|
||||
Graphical certification authority is an interface for managing RSA keys and certificates, and the creation and signing of PKCS#10 requests. It uses the OpenSSL library and a Berkeley DB for key and certificate storage. It supports importing and exporting keys and PEM DER PKCS8 certificates, signing and revoking of PEM DER PKCS12, and the selection of x509v3 extensions. A tree view of certificates is presented.
|
||||
Graphical certification authority is an interface for managing RSA
|
||||
keys and certificates, and the creation and signing of PKCS#10
|
||||
requests. It uses the OpenSSL library and a Berkeley DB for key and
|
||||
certificate storage. It supports importing and exporting keys and
|
||||
PEM/DER/PKCS8 certificates, signing and revoking of PEM/DER/PKCS12,
|
||||
and the selection of X509v3 extensions. A tree view of certificates
|
||||
is presented.
|
||||
|
||||
%description -l de
|
||||
"Graphical certification authority" ist ein Interface zum Verwalten von RSA-Schlüssel und -Zertifikate, das Erzeugen und Signieren von PKCS#10-Requests. Es verwendet die OpenSSL Biliothek und Berkley DB zum Speichern von Schlüsseln und Zerifkaten. Es unterstützt das Importieren und Exportieren von Schlüsseln und PEM DER PKCS#8 Zertifikaten, Signieren und Widerrufen von PEM DER PKCS12 und das Auswählen von x509v3-Erweiterungen. Die Zertifikate werden in einer Baumstruktur präsentiert.
|
||||
"Graphical certification authority" ist ein Interface zum Verwalten
|
||||
von RSA-Schlüsseln und -Zertifikaten, und dem Erzeugen und Signieren von
|
||||
PKCS#10-Requests. Es verwendet die OpenSSL-Biliothek und Berkley DB
|
||||
zum Speichern von Schlüsseln und Zerifkaten. Es unterstützt den
|
||||
Import und Export von Schlüsseln und PEM/DER/PKCS#8-Zertifikaten,
|
||||
das Signieren und Widerrufen von PEM/DER/PKCS12, und die
|
||||
Auswahl von X509v3-Erweiterungen. Die Zertifikate werden in einer
|
||||
Baumstruktur präsentiert.
|
||||
|
||||
%prep
|
||||
%setup -n %{name}-%{version}
|
||||
%setup
|
||||
%patch0
|
||||
%patch100
|
||||
|
||||
%build
|
||||
#bootstrap
|
||||
CFLAGS="$RPM_OPT_FLAGS" \
|
||||
%configure --docdir=%{_datadir}/%{name}
|
||||
%{__make} destdir=$PRM_BUILD_ROOT prefix=%{_prefix} %{?_smp_mflags}
|
||||
make destdir="%{buildroot}" prefix=%{_prefix} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__make} destdir=$RPM_BUILD_ROOT prefix=/usr install
|
||||
%make_install destdir="%{buildroot}" prefix="%{_prefix}"
|
||||
%suse_update_desktop_file -i %{name} DesktopUtility
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS changelog COPYRIGHT VERSION
|
||||
@ -84,4 +93,3 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
||||
%{_mandir}/man1/%{name}_db_stat.1.gz
|
||||
|
||||
%changelog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user