SHA256
1
0
forked from pool/b4
b4/b4.spec

62 lines
1.8 KiB
RPMSpec
Raw Normal View History

#
# spec file for package b4
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define skip_python2 1
%define version_unconverted 0.4.0+git20200525.g59be08453137
Name: b4
Version: 0.4.0+git20200525.g59be08453137
Release: 0
Summary: Helper scripts for kernel.org patches
License: GPL-2.0-or-later
URL: https://git.kernel.org/pub/scm/utils/b4/b4.git
Group: Development/Tools/Other
Source0: %{name}-%{version}.tar.xz
Patch0: 0001-fix-unicode.patch
BuildArch: noarch
BuildRequires: %{python_module setuptools}
%description
This is a helper utility to work with patches made available via a
public-inbox archive like lore.kernel.org. It is written to make it
easier to participate in a patch-based workflows, like those used in
the Linux kernel development.
The name "b4" was chosen for ease of typing and because B-4 was the
precursor to Lore and Data in the Star Trek universe.
%prep
%autosetup -p1
%build
%python_build
%install
install -d %{buildroot}/%{_mandir}/man.5
install -m 0644 -t %{buildroot}/%{_mandir}/man.5 man/b4.5
%python_install
%files
%doc README.rst
%license COPYING
%{_bindir}/{%name}
%dir %{_mandir}/man.5/
%{_mandir}/man.5/b4.5.gz
%{python_sitelib}/%{name}*
%changelog