Compare commits
6 Commits
3.8.1-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
78444bf3b5 | |||
cd9881763c | |||
acabaf4760 | |||
02b8056a7f | |||
ec908743dd | |||
32e649a821 |
@ -1,7 +1,7 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: cyrus-imapd
|
||||
Version: 3.8.1
|
||||
Version: 3.12.0
|
||||
Release: 1mamba
|
||||
Summary: An IMAP server
|
||||
Group: System/Servers
|
||||
@ -35,13 +35,13 @@ BuildRequires: libnghttp2-devel
|
||||
BuildRequires: libnsl-devel
|
||||
BuildRequires: libopenldap-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpcre2-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libpostgresql-devel
|
||||
BuildRequires: libsasl2-devel
|
||||
BuildRequires: libshapelib-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtirpc-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libwrap-devel
|
||||
BuildRequires: libxapian-devel
|
||||
@ -96,11 +96,9 @@ Obsoletes: cyrus-imapd-devel <= 2.4.17
|
||||
%description -n lib%{name}-devel
|
||||
Development headers and libraries for Cyrus IMAP.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch1 -p1
|
||||
autoreconf -f -i
|
||||
|
||||
%build
|
||||
@ -213,6 +211,7 @@ fi
|
||||
%{_tmpfilesdir}/cyrus-imapd.conf
|
||||
%{_sysusersdir}/cyrus-imapd.conf
|
||||
%{_mandir}/man1/cyradm.1*
|
||||
%{_mandir}/man1/dav_reconstruct.1*
|
||||
%{_mandir}/man1/httptest.1*
|
||||
%{_mandir}/man1/imtest.1*
|
||||
%{_mandir}/man1/installsieve.1*
|
||||
@ -223,6 +222,7 @@ fi
|
||||
%{_mandir}/man1/sieveshell.1*
|
||||
%{_mandir}/man1/sivtest.1*
|
||||
%{_mandir}/man1/smtptest.1*
|
||||
%{_mandir}/man1/synctest.1*
|
||||
%{_mandir}/man3/imclient.3*
|
||||
%{_mandir}/man5/*
|
||||
%{_mandir}/man8/*
|
||||
@ -263,6 +263,27 @@ fi
|
||||
%{_mandir}/man3/Cyrus::SIEVE*.3pm*
|
||||
|
||||
%changelog
|
||||
* Sat May 10 2025 Automatic Build System <autodist@openmamba.org> 3.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 22 2025 Automatic Build System <autodist@openmamba.org> 3.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 19 2024 Automatic Build System <autodist@openmamba.org> 3.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 29 2024 Automatic Build System <autodist@openmamba.org> 3.8.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 23 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8.3-2mamba
|
||||
- fix imap user name (not imapd) in sysusers file
|
||||
|
||||
* Wed Jun 05 2024 Automatic Build System <autodist@openmamba.org> 3.8.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 16 2024 Automatic Build System <autodist@openmamba.org> 3.8.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 11 2023 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
g imap -
|
||||
u imapd 64910 "Cyrus IMAP server" /var/imap
|
||||
u imap 64910 "Cyrus IMAP server" /var/imap
|
||||
m imap imap
|
||||
|
Loading…
x
Reference in New Issue
Block a user