Projects
jsj
ca-certificates-bb
ca-certificates-bb.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ca-certificates-bb.spec of Package ca-certificates-bb (Revision 4)
Currently displaying revision
4
,
Show latest
# # spec file for package ca-certificates-bb # # Copyright (c) 2023 Stefan Botter. # # 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 http://bugs.opensuse.org/ # %bcond_without trustedcerts %define certdir %{trustdir_static}/anchors BuildRequires: p11-kit-devel BuildRequires: ca-certificates BuildRequires: openssl Name: ca-certificates-bb Version: 1 Release: 0 Summary: BB CA SSL root certificates License: SUSE-CacertRoot Group: Productivity/Networking/Security Url: https://www.bremische-buergerschaft.de Source: Bremische_Bürgerschaft_CA_Root.crt Source1: Bremische_Bürgerschaft_UCS_Root_CA_WAG2ambT.crt Source2: Bremische_Bürgerschaft_UCS_Root_CA_WAG2ambT-2026.crt BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch PreReq: ca-certificates %description This package contains the root certificates from Bremische Bürgerschaft CA %prep %setup -qcT %build %install install -d -m 755 %{buildroot}/%{certdir} for i in %{SOURCE0} %{SOURCE1} %{SOURCE2}; do openssl x509 -in $i -out \ %{buildroot}/%{certdir}/${i##*/}; done %clean rm -rf %{buildroot} %post update-ca-certificates || true %postun update-ca-certificates || true %files %defattr(-, root, root) %{certdir} %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.