|
@@ -6,8 +6,8 @@ Summary: UW Server daemons for IMAP and POP network mail protocols
|
|
Summary(ja): IMAP/POP ネットワークメールプロトコル用デーモン
|
|
Summary(ja): IMAP/POP ネットワークメールプロトコル用デーモン
|
|
Name: uw-imap
|
|
Name: uw-imap
|
|
Version: 2007f
|
|
Version: 2007f
|
|
-Release: 4%{?_dist_release}
|
|
+Release: 5%{?_dist_release}
|
|
-Group: System Environment/Daemons
|
|
+Group: servers
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
|
|
|
|
@@ -71,10 +71,11 @@ mail for users and allows users to download their mail to their local
|
|
machine for reading. The IMAP protocol allows a user to read mail on a
|
|
machine for reading. The IMAP protocol allows a user to read mail on a
|
|
remote machine without downloading it to their local machine.
|
|
remote machine without downloading it to their local machine.
|
|
|
|
|
|
|
|
+
|
|
%package -n %{imap_libs}
|
|
%package -n %{imap_libs}
|
|
Summary: UW C-client mail library
|
|
Summary: UW C-client mail library
|
|
Summary(ja): UW メールライブラリ
|
|
Summary(ja): UW メールライブラリ
|
|
-Group: System Environment/Libraries
|
|
+Group: system
|
|
Obsoletes: libc-client2004d < 1:2004d-2
|
|
Obsoletes: libc-client2004d < 1:2004d-2
|
|
Obsoletes: libc-client2004e < 2004e-2
|
|
Obsoletes: libc-client2004e < 2004e-2
|
|
Obsoletes: libc-client2004g < 2004g-7
|
|
Obsoletes: libc-client2004g < 2004g-7
|
|
@@ -83,9 +84,10 @@ Obsoletes: libc-client2006 < 2006k-2
|
|
%description -n %{imap_libs}
|
|
%description -n %{imap_libs}
|
|
Provides a common API for accessing mailboxes.
|
|
Provides a common API for accessing mailboxes.
|
|
|
|
|
|
|
|
+
|
|
%package devel
|
|
%package devel
|
|
Summary: Development tools for programs which will use the UW IMAP library
|
|
Summary: Development tools for programs which will use the UW IMAP library
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
Requires: %{imap_libs} = %{version}-%{release}
|
|
Requires: %{imap_libs} = %{version}-%{release}
|
|
# imap -> uw-imap rename
|
|
# imap -> uw-imap rename
|
|
Obsoletes: imap-devel < 1:%{version}
|
|
Obsoletes: imap-devel < 1:%{version}
|
|
@@ -96,9 +98,10 @@ Conflicts: libc-client-devel
|
|
Contains the header files and static libraries for developing programs
|
|
Contains the header files and static libraries for developing programs
|
|
which will use the UW C-client common API.
|
|
which will use the UW C-client common API.
|
|
|
|
|
|
|
|
+
|
|
%package utils
|
|
%package utils
|
|
Summary: UW IMAP Utilities to make managing your email simpler
|
|
Summary: UW IMAP Utilities to make managing your email simpler
|
|
-Group: Applications/Internet
|
|
+Group: internet
|
|
# imap -> uw-imap rename
|
|
# imap -> uw-imap rename
|
|
Obsoletes: imap-utils < 1:%{version}
|
|
Obsoletes: imap-utils < 1:%{version}
|
|
|
|
|
|
@@ -111,6 +114,9 @@ This package contains some utilities for managing UW IMAP email,including:
|
|
* mlock
|
|
* mlock
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q -n imap-%{version}
|
|
%setup -q -n imap-%{version}
|
|
%patch1 -p1 -b .paths
|
|
%patch1 -p1 -b .paths
|
|
@@ -128,6 +134,7 @@ install -p -m644 %{SOURCE21} imap.pam
|
|
%patch14 -p1 -b .openssl11
|
|
%patch14 -p1 -b .openssl11
|
|
%patch15 -p1 -b .ldflags
|
|
%patch15 -p1 -b .ldflags
|
|
|
|
|
|
|
|
+
|
|
%build
|
|
%build
|
|
# Kerberos setup
|
|
# Kerberos setup
|
|
test -f %{_sysconfdir}/profile.d/krb5-devel.sh && source %{_sysconfdir}/profile.d/krb5-devel.sh
|
|
test -f %{_sysconfdir}/profile.d/krb5-devel.sh && source %{_sysconfdir}/profile.d/krb5-devel.sh
|
|
@@ -227,10 +234,6 @@ done
|
|
%postun
|
|
%postun
|
|
/sbin/service xinetd reload > /dev/null 2>&1 || :
|
|
/sbin/service xinetd reload > /dev/null 2>&1 || :
|
|
|
|
|
|
-%post -n %{imap_libs} -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%postun -n %{imap_libs} -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
%triggerpostun -- imap < 1:2004
|
|
%triggerpostun -- imap < 1:2004
|
|
#if upgrading from old version, don't change/set (default) MailDir
|
|
#if upgrading from old version, don't change/set (default) MailDir
|
|
if [ -f %{_sysconfdir}/c-client.cf ]; then
|
|
if [ -f %{_sysconfdir}/c-client.cf ]; then
|
|
@@ -283,6 +286,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Oct 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2007f-5
|
|
|
|
+- rebuilt with openssl-3.0.0.
|
|
|
|
+- dropped ldconfig scriptlets.
|
|
|
|
+
|
|
* Fri Apr 24 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2007f-4
|
|
* Fri Apr 24 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2007f-4
|
|
- updated Patch5, 9 and 10.
|
|
- updated Patch5, 9 and 10.
|
|
|
|
|