]> git.pld-linux.org Git - packages/pmbootstrap.git/blob - pmbootstrap.spec
new
[packages/pmbootstrap.git] / pmbootstrap.spec
1 Summary:        Tool to develop and install postmarketOS
2 Name:           pmbootstrap
3 Version:        1.51.0
4 Release:        1
5 License:        GPL v3+
6 Group:          Applications/System
7 Source0:        https://gitlab.com/postmarketOS/pmbootstrap/-/archive/%{version}/%{name}-%{version}.tar.bz2
8 # Source0-md5:  aa1513b049282ce6d4e58c563e3933ae
9 URL:            https://wiki.postmarketos.org/wiki/Pmbootstrap
10 BuildRequires:  python3 >= 1:3.6
11 BuildRequires:  python3-modules >= 1:3.6
12 BuildRequires:  python3-setuptools
13 BuildRequires:  rpmbuild(macros) >= 1.714
14 Requires:       git-core
15 Requires:       python3 >= 1:3.6
16 Requires:       python3-modules >= 1:3.6
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Sophisticated chroot/build/flash tool to develop and install
22 postmarketOS.
23
24 %prep
25 %setup -q
26
27 %build
28 %py3_build
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %py3_install
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README.md
41 %attr(755,root,root) %{_bindir}/pmbootstrap
42 %{py3_sitescriptdir}/pmb
43 %{py3_sitescriptdir}/pmbootstrap-%{version}-py3*.egg-info
This page took 0.056852 seconds and 3 git commands to generate.