[packages/dovecot] - added Provides: pop3daemon - let it obsolete withdrawn popper daemon from heimdal-daemons package

qboosh qboosh at pld-linux.org
Sun Feb 19 20:26:49 CET 2017


commit 23beb95b85cd016fafa1c2cb40ed7899b204fa97
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Feb 19 20:28:40 2017 +0100

    - added Provides: pop3daemon
    - let it obsolete withdrawn popper daemon from heimdal-daemons package

 dovecot.spec | 55 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 29 insertions(+), 26 deletions(-)
---
diff --git a/dovecot.spec b/dovecot.spec
index d219543..08a37fa 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -64,7 +64,10 @@ Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
 Requires:	pam >= 0.79.0
 Provides:	group(dovecot)
 Provides:	imapdaemon
+Provides:	pop3daemon
 Provides:	user(dovecot)
+# heimdal-daemons in PLD contained only "popper" (kerberized POP3 daemon)
+%{?with_gssapi:Obsoletes:	heimdal-daemons}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		no_install_post_check_so	1
@@ -131,6 +134,17 @@ Stan:
 - quota Maildir++ jest obsługiwana, ale twarda quota na systemach
   plików może być problematyczna
 
+%package libs
+Summary:	Dovecot shared libraries
+Summary(pl.UTF-8):	Współdzielone biblioteki Dovecota
+Group:		Development/Libraries
+
+%description libs
+Dovecot shared libraries.
+
+%description libs -l pl.UTF-8
+Współdzielone biblioteki Dovecota.
+
 %package devel
 Summary:	Development package for Dovecot plugins
 Summary(pl.UTF-8):	Pakiet programistyczny do tworzenia wtyczek dla Dovecota
@@ -143,17 +157,6 @@ Development package for Dovecot plugins.
 %description devel -l pl.UTF-8
 Pakiet programistyczny do tworzenia wtyczek dla Dovecota.
 
-%package libs
-Summary:	Dovecot shared libraries
-Summary(pl.UTF-8):	Współdzielone biblioteki Dovecota
-Group:		Development/Libraries
-
-%description libs
-Dovecot shared libraries.
-
-%description libs -l pl.UTF-8
-Współdzielone biblioteki Dovecota.
-
 %prep
 %setup -q
 %patch0 -p1
@@ -367,21 +370,6 @@ fi
 %{_mandir}/man1/dsync.1*
 %{_mandir}/man7/doveadm-search-query.7*
 
-%files devel
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/%{name}/libdovecot.so
-%attr(755,root,root) %{_libdir}/%{name}/libdovecot-compression.so
-%attr(755,root,root) %{_libdir}/%{name}/libdovecot-dsync.so
-%attr(755,root,root) %{_libdir}/%{name}/libdovecot-fts.so
-%attr(755,root,root) %{_libdir}/%{name}/libdovecot-lda.so
-%{?with_ldap:%attr(755,root,root) %{_libdir}/%{name}/libdovecot-ldap.so}
-%attr(755,root,root) %{_libdir}/%{name}/libdovecot-login.so
-%attr(755,root,root) %{_libdir}/%{name}/libdovecot-sql.so
-%attr(755,root,root) %{_libdir}/%{name}/libdovecot-storage.so
-%{_libdir}/%{name}/%{name}-config
-%{_includedir}/%{name}
-%{_aclocaldir}/dovecot.m4
-
 %files libs
 %defattr(644,root,root,755)
 %dir %{_libdir}/%{name}
@@ -406,3 +394,18 @@ fi
 %attr(755,root,root) %{_libdir}/%{name}/libdovecot-login.so.0
 %attr(755,root,root) %{_libdir}/%{name}/libdovecot-sql.so.0
 %attr(755,root,root) %{_libdir}/%{name}/libdovecot-storage.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/libdovecot.so
+%attr(755,root,root) %{_libdir}/%{name}/libdovecot-compression.so
+%attr(755,root,root) %{_libdir}/%{name}/libdovecot-dsync.so
+%attr(755,root,root) %{_libdir}/%{name}/libdovecot-fts.so
+%attr(755,root,root) %{_libdir}/%{name}/libdovecot-lda.so
+%{?with_ldap:%attr(755,root,root) %{_libdir}/%{name}/libdovecot-ldap.so}
+%attr(755,root,root) %{_libdir}/%{name}/libdovecot-login.so
+%attr(755,root,root) %{_libdir}/%{name}/libdovecot-sql.so
+%attr(755,root,root) %{_libdir}/%{name}/libdovecot-storage.so
+%{_libdir}/%{name}/%{name}-config
+%{_includedir}/%{name}
+%{_aclocaldir}/dovecot.m4
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dovecot.git/commitdiff/23beb95b85cd016fafa1c2cb40ed7899b204fa97



More information about the pld-cvs-commit mailing list