fix(gaphas.spec): unnecessary macros have been removed
Some checks failed
build / lint (push) Failing after 17s
build / build python ${{ matrix.python-version }} (3.10) (push) Has been skipped
build / build python ${{ matrix.python-version }} (3.11) (push) Has been skipped
build / build python ${{ matrix.python-version }} (3.12) (push) Has been skipped
build / build python ${{ matrix.python-version }} (3.9) (push) Has been skipped
build / Publish to PyPI (release only) (push) Has been skipped
Some checks failed
build / lint (push) Failing after 17s
build / build python ${{ matrix.python-version }} (3.10) (push) Has been skipped
build / build python ${{ matrix.python-version }} (3.11) (push) Has been skipped
build / build python ${{ matrix.python-version }} (3.12) (push) Has been skipped
build / build python ${{ matrix.python-version }} (3.9) (push) Has been skipped
build / Publish to PyPI (release only) (push) Has been skipped
This commit is contained in:
parent
c09c76edfb
commit
d4938f4c73
@ -1,7 +1,5 @@
|
||||
%define _unpackaged_files_terminate_build 1
|
||||
%define pypi_name gaphas
|
||||
%define mod_name %pypi_name
|
||||
%def_with check
|
||||
%define mod_name gaphas
|
||||
|
||||
Name: python3-module-%mod_name
|
||||
Version: 4.1.1
|
||||
@ -12,7 +10,6 @@ Summary: Gaphas is a GTK diagramming widget.
|
||||
License: LGPL-3.0
|
||||
Group: Development/Python3
|
||||
URL: https://github.com/gaphor/gaphas
|
||||
Packager: Konstantin Kozoriz <kozorizki@basealt.ru>
|
||||
Source: %name-%version.tar
|
||||
|
||||
BuildArch: noarch
|
||||
@ -38,7 +35,7 @@ Gaphas is a library that provides the user interface component (widget) for draw
|
||||
|
||||
%files
|
||||
%python3_sitelibdir/%mod_name/
|
||||
%python3_sitelibdir/%{pyproject_distinfo %pypi_name}/
|
||||
%python3_sitelibdir/%{pyproject_distinfo %mod_name}/
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user