]> git.pld-linux.org Git - packages/b4.git/commitdiff
- new auto/th/b4-0.4.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 May 2020 06:12:31 +0000 (08:12 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 May 2020 06:12:31 +0000 (08:12 +0200)
b4.spec [new file with mode: 0644]

diff --git a/b4.spec b/b4.spec
new file mode 100644 (file)
index 0000000..5dedfff
--- /dev/null
+++ b/b4.spec
@@ -0,0 +1,48 @@
+Summary:       A tool to work with public-inbox and patch archives
+Summary(pl.UTF-8):     Narzędzie do pracy z publiczną skrzynką odbiorczą i archiwami łatek
+Name:          b4
+Version:       0.4.2
+Release:       1
+License:       GPL v2+
+Group:         Development/Tools
+Source0:       https://www.kernel.org/pub/software/devel/b4/%{name}-%{version}.tar.xz
+# Source0-md5: 0f88a268a682f1e5656ad150121df110
+URL:           https://git.kernel.org/pub/scm/utils/b4/b4.git
+BuildRequires: python3-modules >= 1:3.6
+BuildRequires: python3-setuptools
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.714
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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.
+
+%description -l pl.UTF-8
+Narzędzie pomocnicze do pracy z łatkami dostępnymi przez archiwum
+publicznej skrzynki odbiorczej, takie jak lore.kernel.org. Zostało
+napisane, aby ułatwić uczestniczenie w stylu pracy opartym na łatkach,
+jak ten używany przy rozwijaniu jądra Linuksa.
+
+%prep
+%setup -q
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.rst
+%attr(755,root,root) %{_bindir}/b4
+%{py3_sitescriptdir}/b4
+%{py3_sitescriptdir}/b4-%{version}-py*.egg-info
This page took 0.304004 seconds and 4 git commands to generate.