[packages/mpop] - new URLs, updated to 1.4.16 - added info patch (adjust direntry for PLD standard)
qboosh
qboosh at pld-linux.org
Thu Jul 14 20:02:05 CEST 2022
commit cc98e1c01952c52dda457d1de30017b9debdd41f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Jul 14 20:03:53 2022 +0200
- new URLs, updated to 1.4.16
- added info patch (adjust direntry for PLD standard)
mpop-info.patch | 14 ++++++++++++++
mpop.spec | 31 +++++++++++++++++++++----------
2 files changed, 35 insertions(+), 10 deletions(-)
---
diff --git a/mpop.spec b/mpop.spec
index f928d59..77b56a3 100644
--- a/mpop.spec
+++ b/mpop.spec
@@ -1,17 +1,24 @@
Summary: mpop retrieves mails from POP3 mailboxes
Summary(pl.UTF-8): mpop - pobieranie listów ze skrzynek POP3
Name: mpop
-Version: 1.2.2
-Release: 2
+Version: 1.4.16
+Release: 1
License: GPL v3
Group: Applications/Mail
-Source0: http://downloads.sourceforge.net/mpop/%{name}-%{version}.tar.xz
-# Source0-md5: 4ff3088fcbc94c70c66d6002435bfe9c
+#Source0Download: https://marlam.de/mpop/download/
+Source0: https://marlam.de/mpop/releases/%{name}-%{version}.tar.xz
+# Source0-md5: 95ef54a80cc612e05f2ad57da0030b68
Patch0: %{name}-home_etc.patch
-URL: http://mpop.sourceforge.net/
-BuildRequires: gnutls-devel >= 1.2.0
+Patch1: %{name}-info.patch
+URL: https://marlam.de/mpop/
+BuildRequires: gettext-tools
+# also openssl or libtls possible
+BuildRequires: gnutls-devel >= 3.4
BuildRequires: gsasl-devel
+BuildRequires: libsecret-devel
BuildRequires: pkgconfig
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -31,9 +38,11 @@ dobrą obsługę TLS/SSL.
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
-%configure
+%configure \
+ --disable-silent-rules
%{__make}
%install
@@ -56,6 +65,8 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS NOTES README THANKS doc/mpoprc.example
-%attr(755,root,root) %{_bindir}/*
-%{_infodir}/*.info*
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/mpop
+%attr(755,root,root) %{_bindir}/mpopd
+%{_infodir}/mpop.info*
+%{_mandir}/man1/mpop.1*
+%{_mandir}/man1/mpopd.1*
diff --git a/mpop-info.patch b/mpop-info.patch
new file mode 100644
index 0000000..53b3dfd
--- /dev/null
+++ b/mpop-info.patch
@@ -0,0 +1,14 @@
+--- mpop-1.4.16/doc/mpop.texi.orig 2021-10-04 20:04:23.000000000 +0200
++++ mpop-1.4.16/doc/mpop.texi 2022-07-14 19:53:39.325702160 +0200
+@@ -24,9 +24,9 @@ notice are preserved. These files are of
+ @end quotation
+ @end copying
+
+- at dircategory Individual utilities
++ at dircategory Net utilities:
+ @direntry
+-* mpop: (mpop). A POP3 client.
++* mpop: (mpop). A POP3 client
+ @end direntry
+
+ @titlepage
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mpop.git/commitdiff/cc98e1c01952c52dda457d1de30017b9debdd41f
More information about the pld-cvs-commit
mailing list