summaryrefslogtreecommitdiffstats
path: root/python/python-patatt.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-patatt.spec')
-rw-r--r--python/python-patatt.spec59
1 files changed, 0 insertions, 59 deletions
diff --git a/python/python-patatt.spec b/python/python-patatt.spec
deleted file mode 100644
index 59156d7..0000000
--- a/python/python-patatt.spec
+++ /dev/null
@@ -1,59 +0,0 @@
-%global srcname patatt
-
-Name: python-%{srcname}
-Version: 0.4.9
-Release: %autorelease
-Summary: Add cryptographic attestation to patches sent via email
-License: MIT-0
-URL: https://git.kernel.org/pub/scm/utils/%{srcname}/%{srcname}.git
-Source0: https://mirrors.edge.kernel.org/pub/software/devel/%{srcname}/%{srcname}-%{version}.tar.xz
-
-BuildArch: noarch
-
-BuildRequires: python%{python3_pkgversion}-devel
-
-%global _description %{expand:
-This utility allows an easy way to add end-to-end cryptographic attestation to
-patches sent via mail. It does so by adapting the DKIM email signature standard
-to include cryptographic signatures via the X-Developer-Signature email header.}
-
-%description %{_description}
-
-
-%package -n %{srcname}
-Summary: %{summary}
-Provides: python%{python3_pkgversion}-%{srcname} = %{version}-%{release}
-
-%description -n %{srcname} %{_description}
-
-
-%prep
-%autosetup -p1 -n %{srcname}-%{version}
-
-
-%generate_buildrequires
-%pyproject_buildrequires -r requirements.txt
-
-
-%build
-%pyproject_wheel
-
-
-%install
-%pyproject_install
-%pyproject_save_files %{srcname}
-
-
-%check
-%pyproject_check_import
-
-
-%files -n %{srcname} -f %{pyproject_files}
-%license COPYING
-%doc DCO README.rst samples
-%{_bindir}/%{srcname}
-%{_mandir}/man5/%{srcname}.5.*
-
-
-%changelog
-%autochangelog