]> git.pld-linux.org Git - packages/b4.git/blame - b4.spec
- updated to 0.13.0
[packages/b4.git] / b4.spec
CommitLineData
c6e3519c
JB
1Summary: A tool to work with public-inbox and patch archives
2Summary(pl.UTF-8): Narzędzie do pracy z publiczną skrzynką odbiorczą i archiwami łatek
3Name: b4
c1292c31 4Version: 0.13.0
a15663b6 5Release: 1
c6e3519c
JB
6License: GPL v2+
7Group: Development/Tools
8Source0: https://www.kernel.org/pub/software/devel/b4/%{name}-%{version}.tar.xz
c1292c31 9# Source0-md5: 9d53712b22cdbb7182a1c7afc2b458bf
c6e3519c 10URL: https://git.kernel.org/pub/scm/utils/b4/b4.git
9a6f6a8a 11BuildRequires: python3-modules >= 1:3.8
c6e3519c 12BuildRequires: python3-setuptools
a15663b6 13BuildRequires: rpm-pythonprov >= 5.4.15-59
c6e3519c 14BuildRequires: rpmbuild(macros) >= 1.714
a9b8ce80
JB
15BuildRequires: tar >= 1:1.22
16BuildRequires: xz
511737a7 17BuildArch: noarch
c6e3519c
JB
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21This is a helper utility to work with patches made available via a
22public-inbox archive like lore.kernel.org. It is written to make it
23easier to participate in a patch-based workflows, like those used in
24the Linux kernel development.
25
26%description -l pl.UTF-8
27Narzędzie pomocnicze do pracy z łatkami dostępnymi przez archiwum
28publicznej skrzynki odbiorczej, takie jak lore.kernel.org. Zostało
29napisane, aby ułatwić uczestniczenie w stylu pracy opartym na łatkach,
30jak ten używany przy rozwijaniu jądra Linuksa.
31
32%prep
33%setup -q
34
35%build
36%py3_build
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%py3_install
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc README.rst
49%attr(755,root,root) %{_bindir}/b4
50%{py3_sitescriptdir}/b4
51%{py3_sitescriptdir}/b4-%{version}-py*.egg-info
377ac892 52%{_mandir}/man5/b4.5*
This page took 0.16747 seconds and 5 git commands to generate.