Browse Source

fetchmail-6.4.21-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
0cd088ab68
1 changed files with 14 additions and 8 deletions
  1. 14 8
      f/fetchmail/fetchmail-vl.spec

+ 14 - 8
f/fetchmail/fetchmail-vl.spec

@@ -4,11 +4,15 @@
 Summary: A remote mail retrieval and forwarding utility.
 Summary(ja): 遠隔メール取得/フォワード用ユーティリティ
 Name: fetchmail
-Version: 6.4.4
+Version: 6.4.21
 Release: 1%{_dist_release}%{?with_systemd:.systemd}
+Group: internet
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: iwamoto, inagaki
+
 License: GPL
-Group: Applications/Internet
-URL: http://www.fetchmail.info/
+URL: https://www.fetchmail.info/
 %define shortver %(echo %{version} | sed -e 's/\\.[0-9]*$//')
 Source0: https://downloads.sourceforge.net/project/fetchmail/branch_%{shortver}/fetchmail-%{version}.tar.xz
 
@@ -28,10 +32,6 @@ Requires: krb5-libs
 Obsoletes: fetchmailconf < 6.4.0
 %endif
 
-Vendor: Project Vine
-Distribution: Vine Linux
-Packager: iwamoto, inagaki
-
 %description
 Fetchmail is a remote mail retrieval and forwarding utility intended
 for use over on-demand TCP/IP links, like SLIP or PPP connections.
@@ -58,7 +58,7 @@ SLIP や PPP 接続でメールを取得したい場合は fetchmail を
 %package -n fetchmailconf
 Summary: A GUI utility for configuring your fetchmail preferences.
 Summary(ja): fetchmail を設定する為の GUI ユーティリティ
-Group: Applications/Internet
+Group: internet
 BuildRequires: python-devel
 BuildRequires: python-rpm-macros
 Requires: python, tk, tkinter, fetchmail = %{version}-%{release}
@@ -84,6 +84,9 @@ fetchmail の設定を簡単に行いたい場合は fetchmailconf をインス
 %endif
 
 
+%debug_package
+
+
 %prep
 %setup -q
 
@@ -159,6 +162,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Tue Aug 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.4.21-1
+- new upstream release.
+
 * Fri May 01 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.4.4-1
 - new upstream release.
 - added systemd support (disabled as default).