1.1.3-alt1
- Initial build
This commit is contained in:
parent
c0641bd580
commit
5f17237f35
45
.gear/generic.spec
Normal file
45
.gear/generic.spec
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
%define _unpackaged_files_terminate_build 1
|
||||||
|
%define pypi_name generic
|
||||||
|
%define mod_name %pypi_name
|
||||||
|
%def_with check
|
||||||
|
|
||||||
|
Name: python3-module-%mod_name
|
||||||
|
Version: 1.1.3
|
||||||
|
Release: alt1
|
||||||
|
|
||||||
|
Summary: Generic is a library for Generic programming, also known as Multiple dispatch.
|
||||||
|
|
||||||
|
License: LGPL-3.0
|
||||||
|
Group: Development/Python3
|
||||||
|
URL: https://github.com/gaphor/generic
|
||||||
|
|
||||||
|
Source: %name-%version.tar
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires(pre): rpm-macros-python3
|
||||||
|
BuildRequires: rpm-build-python3
|
||||||
|
BuildRequires: python3-module-pyproject-installer
|
||||||
|
BuildRequires: python3-module-poetry
|
||||||
|
|
||||||
|
%description
|
||||||
|
%summary
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup
|
||||||
|
|
||||||
|
%build
|
||||||
|
%pyproject_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%pyproject_install
|
||||||
|
|
||||||
|
%files
|
||||||
|
%python3_sitelibdir/%mod_name/
|
||||||
|
%python3_sitelibdir/%{pyproject_distinfo %pypi_name}/
|
||||||
|
%doc README.md
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Oct 17 2024 Konstantin Kozoriz <kozorizki@basealt.ru> 1.1.3-alt1
|
||||||
|
- Initial build
|
||||||
|
|
3
.gear/rules
Normal file
3
.gear/rules
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
tar: @version@:.
|
||||||
|
diff: @version@:. . name=@name@-@version@.patch
|
||||||
|
spec: .gear/generic.spec
|
1
.gear/tags/list
Normal file
1
.gear/tags/list
Normal file
@ -0,0 +1 @@
|
|||||||
|
87ee5e791244e8299c141fc352654a99b20d3f38 1.1.3
|
Loading…
x
Reference in New Issue
Block a user