forked from pool/isync
Accepting request 214767 from home:sleep_walker:branches:server:mail
- examples are installed automaticaly - remove manual copying from spec file - license fix - bump to 1.1.0 - drop isync-1.0.1_imaphierarchy.patch OBS-URL: https://build.opensuse.org/request/show/214767 OBS-URL: https://build.opensuse.org/package/show/server:mail/isync?expand=0&rev=11
This commit is contained in:
parent
5f67d5f1f3
commit
7bee349f20
@ -1,13 +0,0 @@
|
||||
Index: src/drv_imap.c
|
||||
===================================================================
|
||||
--- src/drv_imap.c.orig
|
||||
+++ src/drv_imap.c
|
||||
@@ -1670,7 +1670,7 @@
|
||||
int ret;
|
||||
|
||||
imap->boxes = 0;
|
||||
- if ((ret = imap_exec_b( ctx, 0, "LIST \"\" \"%s%%\"", ctx->prefix )) != DRV_OK)
|
||||
+ if ((ret = imap_exec_b( ctx, 0, "LIST \"\" \"%s*\"", ctx->prefix )) != DRV_OK)
|
||||
return ret;
|
||||
*retb = imap->boxes;
|
||||
return DRV_OK;
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f244d8ee95cd85465135330fd63b4b6ce448175af1e0104c2c3d225b743ac49e
|
||||
size 187601
|
3
isync-1.1.0.tar.gz
Normal file
3
isync-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51f5618c239013fb770f98ae269f24ee417214efaaf7e22821b4a27cf9a9213c
|
||||
size 249374
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 11:56:13 UTC 2014 - sleep_walker@suse.cz
|
||||
|
||||
- examples are installed automaticaly - remove manual copying from
|
||||
spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 11:14:48 UTC 2014 - sleep_walker@suse.cz
|
||||
|
||||
- license fix
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 11:04:33 UTC 2014 - sleep_walker@suse.cz
|
||||
|
||||
- bump to 1.1.0
|
||||
- drop isync-1.0.1_imaphierarchy.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 24 09:29:54 UTC 2012 - sleep_walker@suse.cz
|
||||
|
||||
|
@ -2,10 +2,10 @@
|
||||
%define makeinstall make install DESTDIR=%{buildroot}
|
||||
#
|
||||
Name: isync
|
||||
Version: 1.0.5
|
||||
Version: 1.1.0
|
||||
Release: 1
|
||||
#
|
||||
License: GPL
|
||||
License: GPL-2.0
|
||||
Group: Productivity/Networking/Email/Utilities
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -13,7 +13,6 @@ BuildRequires: db-devel openssl-devel
|
||||
#
|
||||
URL: http://isync.sf.net/
|
||||
Source: http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz
|
||||
Patch: isync-1.0.1_imaphierarchy.patch
|
||||
#
|
||||
Summary: Utility to synchronize IMAP mailboxes with local maildir folders
|
||||
%description
|
||||
@ -36,7 +35,6 @@ mailbox pair; multiple replicas of a mailbox can be maintained.
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%patch
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -44,9 +42,6 @@ mailbox pair; multiple replicas of a mailbox can be maintained.
|
||||
|
||||
%install
|
||||
%makeinstall docdir=%{_docdir}/%{name}/
|
||||
%{__install} -m 0644 \
|
||||
src/mbsyncrc.sample src/compat/isyncrc.sample \
|
||||
%{buildroot}%{_docdir}/%{name}/
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
Loading…
x
Reference in New Issue
Block a user