public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/getmail6] epel10: Initial import (fedora#2357605).
@ 2026-08-10 19:05 Dick Marinus
0 siblings, 0 replies; only message in thread
From: Dick Marinus @ 2026-08-10 19:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/getmail6
Branch : epel10
Commit : c444393b719257da73ed8f626035b76c00dd2a35
Author : Dick Marinus <dick@mrns.nl>
Date : 2025-04-19T13:27:59+02:00
Stats : +65/-0 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/getmail6/c/c444393b719257da73ed8f626035b76c00dd2a35?branch=epel10
Log:
Initial import (fedora#2357605).
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dc00d3b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/getmail6-6.19.7.tar.gz
diff --git a/082d72fa2e83f12b9cce1e2f06ffaf379230348c.patch b/082d72fa2e83f12b9cce1e2f06ffaf379230348c.patch
new file mode 100644
index 0000000..3082f84
--- /dev/null
+++ b/082d72fa2e83f12b9cce1e2f06ffaf379230348c.patch
@@ -0,0 +1,22 @@
+From ab072f112f307854d3593916a9d3665d2dc90a74 Mon Sep 17 00:00:00 2001
+From: Dick Marinus <dick@mrns.nl>
+Date: Sat, 5 Apr 2025 20:12:28 +0200
+Subject: [PATCH] Don't use version for documentation directory
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index e2bb639..9929dcf 100644
+--- a/setup.py
++++ b/setup.py
+@@ -36,7 +36,7 @@
+ # hack hack hack hack hack hack hack
+ datadir = args[pos + 1]
+
+-DOCDIR = os.path.join('share','doc','getmail-%s' % __version__)
++DOCDIR = os.path.join('share','doc','getmail6')
+ GETMAILDOCDIR = os.path.join(datadir or prefix, DOCDIR)
+
+ MANDIR = os.path.join('share','man','man1')
diff --git a/getmail6.spec b/getmail6.spec
new file mode 100644
index 0000000..7e6c2e6
--- /dev/null
+++ b/getmail6.spec
@@ -0,0 +1,41 @@
+Name: getmail6
+Version: 6.19.7
+Release: %autorelease
+Summary: A mail retrieval, sorting, and delivering system
+License: GPL-2.0-only and Apache-2.0
+URL: https://www.getmail6.org/
+Source: %{pypi_source getmail6}
+Patch: https://github.com/getmail6/getmail6/commit/082d72fa2e83f12b9cce1e2f06ffaf379230348c.patch
+
+BuildArch: noarch
+BuildRequires: python3-devel
+
+%description
+A mail retriever with support for POP3, POP3-over-SSL, IMAP4,
+IMAP4-over-SSL, and SDPS mail accounts. It supports normal single-user
+mail accounts and multidrop (domain) mailboxes.
+
+%prep
+%autosetup -p1 -n getmail6-%{version}
+
+
+%generate_buildrequires
+%pyproject_buildrequires
+
+
+%build
+%pyproject_wheel
+
+%install
+%pyproject_install
+%pyproject_save_files 'getmailcore' +auto
+
+%check
+%pyproject_check_import
+
+%files -f %{pyproject_files}
+%license docs/COPYING
+%dir /usr/share/doc/getmail6
+
+%changelog
+%autochangelog
diff --git a/sources b/sources
new file mode 100644
index 0000000..3dc4512
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (getmail6-6.19.7.tar.gz) = 8932fb8a57097e5bc545de7ebda78074591ca8090398838296ab4b81b5c3d28902027295814c84e0d9af652536ebac4f9f78c116ed81548173758c7528aef577
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 19:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 19:05 [rpms/getmail6] epel10: Initial import (fedora#2357605) Dick Marinus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox