Name: python-sapl-base Version: 0.3.4 Release: 1%{?dist} Summary: Base library to create SAPL Integrations for Python Frameworks # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: Copyright 2017-2022 Dominic Heutelbeck Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. URL: https://sapl.io/ Source: %{pypi_source SAPL-Base} BuildArch: noarch BuildRequires: python3-devel # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'sapl-base' generated automatically by pyp2spec.} %description %_description %package -n python3-sapl-base Summary: %{summary} %description -n python3-sapl-base %_description %prep %autosetup -p1 -n SAPL-Base-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install # For official Fedora packages, including files with '*' +auto is not allowed # Replace it with a list of relevant Python modules/globs and list extra files in %%files %pyproject_save_files '*' +auto %check %pyproject_check_import -t %files -n python3-sapl-base -f %{pyproject_files} %changelog * Thu Feb 02 2023 mockbuilder - 0.3.4-1 - Initial package