]> git.pld-linux.org Git - packages/python3-patatt.git/blame - python3-patatt.spec
- updated to 0.4.9
[packages/python3-patatt.git] / python3-patatt.spec
CommitLineData
77fac7ea
JB
1Summary: Simple library to add cryptographic attestation to patches sent via email
2Summary(pl.UTF-8): Prosta biblioteka dodająca kryptograficzne poświadczenie do łatek wysyłanych pocztą
3Name: python3-patatt
3d8a20d7 4Version: 0.4.9
77fac7ea
JB
5Release: 1
6License: MIT-0
7Group: Libraries/Python
8Source0: https://www.kernel.org/pub/software/devel/patatt/patatt-%{version}.tar.xz
3d8a20d7 9# Source0-md5: d7f3beccdc4babc7b2497a251f34800e
77fac7ea
JB
10URL: https://pypi.org/project/patatt/
11BuildRequires: python3-modules >= 1:3.6
12BuildRequires: python3-setuptools
13BuildRequires: rpm-pythonprov
14BuildRequires: rpmbuild(macros) >= 1.714
15BuildRequires: tar >= 1:1.22
16BuildRequires: xz
17Requires: python3-modules >= 1:3.6
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22This utility allows an easy way to add end-to-end cryptographic
23attestation to patches sent via mail. It does so by adapting the DKIM
24email signature standard to include cryptographic signatures via the
25X-Developer-Signature email header.
26
27%description -l pl.UTF-8
28To narzędzie umożliwia w łatwy sposób dodawać poświadczenia
29kryptograficzne do łatek przesyłanych pocztą elektroniczną. Zostało to
30osiągnięte przez zaadaptowanie standardu podpisów listów DKIM do
31dołączania podpisów kryptograficznych poprzez nagłówek
32X-Developer-Signature.
33
34%prep
35%setup -q -n patatt-%{version}
36
37%build
38%py3_build
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%py3_install
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc COPYING README.rst
51%attr(755,root,root) %{_bindir}/patatt
52%{py3_sitescriptdir}/patatt
53%{py3_sitescriptdir}/patatt-%{version}-py*.egg-info
54%{_mandir}/man5/patatt.5*
This page took 0.035221 seconds and 4 git commands to generate.