]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- up to 2.0.21 DOVECOT_2_0 auto/th/dovecot-2_0_21-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 29 Jun 2012 21:33:23 +0000 (21:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dovecot-am.patch -> 1.1.2.1
    dovecot.spec -> 1.190.2.1

dovecot-am.patch
dovecot.spec

index f420ae4f2d4150c423c0f46f3c6890862ee1ffe5..90ab316275e0096231eb1071aea14997fa8b16e1 100644 (file)
@@ -1,21 +1,32 @@
---- dovecot-2.0.16/Makefile.am~        2012-01-31 14:21:23.717655182 +0100
-+++ dovecot-2.0.16/Makefile.am 2012-01-31 14:24:01.384328961 +0100
-@@ -21,7 +21,8 @@
-       dovecot-config
- nodist_pkginclude_HEADERS = config.h
--pkglib_DATA = $(datafiles)
-+pkgdatadir = $(pkglibdir)
-+pkgdata_DATA = $(datafiles)
- if MAINTAINER_MODE
- ChangeLog: .hg/dirstate
-@@ -61,7 +61,7 @@
- EXTRA_DIST += dovecot.socket dovecot.service.in
+--- dovecot-2.0.21/Makefile.am~        2012-03-22 17:07:32.000000000 +0100
++++ dovecot-2.0.21/Makefile.am 2012-06-29 23:27:37.966872653 +0200
+@@ -59,7 +59,7 @@
  endif
  
--install-exec-hook:
-+install-data-hook:
-       rm $(DESTDIR)$(pkglibdir)/dovecot-config && \
+ install-exec-hook:
+-      $(mkdir_p) $(DESTDIR)$(pkglibdir); \
++      $(MKDIR_P) $(DESTDIR)$(pkglibdir); \
        grep -v '^LIBDOVECOT_.*_INCLUDE' dovecot-config | \
        grep -v '^LIBDOVECOT.*_DEPS' | sed \
+       -e "s|^\(LIBDOVECOT\)=.*$$|\1='-L$(pkglibdir) -ldovecot'|" \
+--- dovecot-2.0.21/src/lib-sql/Makefile.am~    2011-12-13 12:38:27.000000000 +0100
++++ dovecot-2.0.21/src/lib-sql/Makefile.am     2012-06-29 23:30:52.535098621 +0200
+@@ -103,7 +103,7 @@
+ if SQL_PLUGINS
+ install-exec-local:
+       for d in auth dict; do \
+-        $(mkdir_p) $(DESTDIR)$(moduledir)/$$d; \
++        $(MKDIR_P) $(DESTDIR)$(moduledir)/$$d; \
+         for driver in $(SQL_DRIVER_PLUGINS); do \
+           rm -f $(DESTDIR)$(moduledir)/$$d/libdriver_$$driver.so; \
+           $(LN_S) ../libdriver_$$driver.so $(DESTDIR)$(moduledir)/$$d; \
+--- dovecot-2.0.21/doc/example-config/Makefile.am~     2011-12-13 12:38:27.000000000 +0100
++++ dovecot-2.0.21/doc/example-config/Makefile.am      2012-06-29 23:31:15.439007899 +0200
+@@ -22,6 +22,6 @@
+       README.in
+ install-data-local:
+-      $(mkdir_p) $(DESTDIR)/$(pkgsysconfdir)
++      $(MKDIR_P) $(DESTDIR)/$(pkgsysconfdir)
+ CLEANFILES = README
index 6cc2c4c9cdcb4378a1cad2672f0166c079ac4f2d..146e22e2ca6453094d68c45aa405f370ce272a9b 100644 (file)
 Summary:       IMAP and POP3 server written with security primarily in mind
 Summary(pl.UTF-8):     Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie
 Name:          dovecot
-Version:       2.0.18
+Version:       2.0.21
 Release:       1
 Epoch:         1
 License:       MIT (libraries), LGPL v2.1 (the rest)
 Group:         Networking/Daemons
 Source0:       http://dovecot.org/releases/2.0/%{name}-%{version}.tar.gz
-# Source0-md5: 4fdee96b390a287d75b51ffcf6abe30f
+# Source0-md5: b19d29dcd865c86de76b9ad3d7d3af03
 Source1:       %{name}.pamd
 Source2:       %{name}.init
 Source3:       %{name}.sysconfig
This page took 0.377595 seconds and 4 git commands to generate.