Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
uacme
uacme.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File uacme.spec of Package uacme
# # spec file for package uacme # # Copyright (c) 2020 SUSE LLC # Copyright (c) 2020, Martin Hauke <mardnh@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: uacme Version: 1.2.3 Release: 0 Summary: A minimal ACMEv2 client License: GPL-3.0-or-later Group: Productivity/Networking/Other URL: https://github.com/ndilieto/uacme Source: https://github.com/ndilieto/uacme/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE suse-www-path.patch # find . -type f -exec sed -i 's|/var/www|/srv/www/htdocs|g' {} \; Patch1: suse-www-path.patch BuildRequires: asciidoc BuildRequires: libev-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(gnutls) >= 3.3.30 BuildRequires: pkgconfig(libcurl) >= 7.38.0 %description uacme is a client for the ACMEv2 protocol described in RFC8555, written in plain C code with minimal dependencies. The ACMEv2 protocol allows a Certificate Authority and an applicant to automate the process of verification and certificate issuance. The protocol also provides facilities for other certificate management functions, such as certificate revocation. %prep %setup -q %patch1 -p1 %build %configure make %{?_smp_mflags} %install %make_install mv %{buildroot}/%{_datadir}/doc/uacme/*.html . %files %license COPYING %doc AUTHORS ChangeLog NEWS README README.md THANKS %doc uacme.html ualpn.html %{_bindir}/uacme %{_bindir}/ualpn %{_mandir}/man1/uacme.1%{?ext_man} %{_mandir}/man1/ualpn.1%{?ext_man} %dir %{_datadir}/uacme %{_datadir}/uacme/uacme.sh %{_datadir}/uacme/ualpn.sh %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor