-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathalpa.spec
51 lines (33 loc) · 866 Bytes
/
alpa.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Name: alpa
Version: 1.0.0
Release: 1%{?dist}
Summary: Integration tool with Alpa repository
License: GPLv3
URL: https://github.com/alpa-team/%{name}
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: pyproject-rpm-macros
BuildRequires: python3-click
BuildRequires: python3-pygithub
BuildRequires: python3-specfile
Requires: mock
Requires: pre-commit
%description
%{summary}
%prep
%autosetup
%generate_buildrequires
%pyproject_buildrequires -r
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files %{name}
%files -n %{name} -f %{pyproject_files}
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%changelog
* Sat Mar 04 2023 Jiri Kyjovsky <[email protected]>
- Initial package 1.0.0