SHA256
1
0
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:
Dirk Mueller 2014-01-30 17:18:20 +00:00 committed by Git OBS Bridge
parent 5f67d5f1f3
commit 7bee349f20
5 changed files with 22 additions and 23 deletions

View File

@ -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;

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51f5618c239013fb770f98ae269f24ee417214efaaf7e22821b4a27cf9a9213c
size 249374

View File

@ -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 Fri Aug 24 09:29:54 UTC 2012 - sleep_walker@suse.cz

View File

@ -2,10 +2,10 @@
%define makeinstall make install DESTDIR=%{buildroot} %define makeinstall make install DESTDIR=%{buildroot}
# #
Name: isync Name: isync
Version: 1.0.5 Version: 1.1.0
Release: 1 Release: 1
# #
License: GPL License: GPL-2.0
Group: Productivity/Networking/Email/Utilities Group: Productivity/Networking/Email/Utilities
# #
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -13,7 +13,6 @@ BuildRequires: db-devel openssl-devel
# #
URL: http://isync.sf.net/ URL: http://isync.sf.net/
Source: http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz 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 Summary: Utility to synchronize IMAP mailboxes with local maildir folders
%description %description
@ -36,7 +35,6 @@ mailbox pair; multiple replicas of a mailbox can be maintained.
%prep %prep
%setup %setup
%patch
%build %build
%configure %configure
@ -44,9 +42,6 @@ mailbox pair; multiple replicas of a mailbox can be maintained.
%install %install
%makeinstall docdir=%{_docdir}/%{name}/ %makeinstall docdir=%{_docdir}/%{name}/
%{__install} -m 0644 \
src/mbsyncrc.sample src/compat/isyncrc.sample \
%{buildroot}%{_docdir}/%{name}/
%clean %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}