Browse Source

uw-imap-2007f-5

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
793a16fd04
1 changed files with 16 additions and 9 deletions
  1. 16 9
      u/uw-imap/uw-imap-vl.spec

+ 16 - 9
u/uw-imap/uw-imap-vl.spec

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