Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
zypper-keys-plugin
zypper-keys-plugin.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File zypper-keys-plugin.spec of Package zypper-keys-plugin
# # spec file for package zypper-keys-plugin # # Copyright (c) 2023 SUSE LLC # # 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: zypper-keys-plugin Version: 0.3.0 Release: 0 Summary: Zypper plugin to manage RPM keys License: AGPL-3.0-or-later Group: System/Packages URL: https://github.com/asdil12/%{name} Source0: https://github.com/asdil12/zyppkeys/archive/v%{version}.tar.gz#/zyppkeys-%{version}.tar.gz BuildArch: noarch BuildRequires: help2man BuildRequires: python3 BuildRequires: python3-requests BuildRequires: python3-setuptools BuildRequires: python3-pytz BuildRequires: zypper Requires: sudo # rpm --import used curl but doesn't require it explicitly Requires: curl Requires: python3-requests Requires: python3-pytz Requires: zypper %description Zypper plugin for RPM key management %prep %setup -q -n zyppkeys-%{version} %build ln -s zyppkeys ./bin/zypper-keys help2man -s8 -N ./bin/zypper-keys -n "Manage RPM keys" > zypper-keys.8 %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} install -m 644 -D -v zypper-keys.8 %{buildroot}%{_datadir}/man/man8/zypper-keys.8 # Install as zypper plugin instead of standalone application mkdir -p %{buildroot}/usr/lib/zypper/commands/ mv -v %{buildroot}/%{_bindir}/zyppkeys %{buildroot}/usr/lib/zypper/commands/zypper-keys %check python3 setup.py --version | grep %{version} %files %license LICENSE %doc README.md %dir /usr/lib/zypper/commands/ /usr/lib/zypper/commands/zypper-keys %{_datadir}/man/man8/zypper-keys.8%{?ext_man} %{python3_sitelib}/* %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