[imapsync] Update to 1.398 of upstream

Nick Bebout nb at fedoraproject.org
Thu Feb 17 02:23:45 UTC 2011


commit d52ec27b1660c4d9aab4803b5269b9bdfa5e4fd5
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Thu Feb 17 02:23:55 2011 +0000

    Update to 1.398 of upstream

 .gitignore                    |    1 +
 imapsync-1.398-makefile.patch |   12 ++++++++++++
 imapsync.spec                 |   31 ++++++++++++++++---------------
 sources                       |    2 +-
 4 files changed, 30 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8758874..c84cb1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 imapsync-1.337.tgz
 imapsync-1.340.tgz
 /imapsync-1.366.tgz
+/imapsync-1.398.tgz
diff --git a/imapsync-1.398-makefile.patch b/imapsync-1.398-makefile.patch
new file mode 100644
index 0000000..cab1ed0
--- /dev/null
+++ b/imapsync-1.398-makefile.patch
@@ -0,0 +1,12 @@
+--- imapsync-1.398-orig/Makefile	2011-01-12 00:59:13.000000000 +0000
++++ imapsync-1.398/Makefile	2011-02-17 02:13:09.000000000 +0000
+@@ -62,7 +62,9 @@
+ 	pod2man imapsync > imapsync.1
+ 
+ install: testp imapsync.1
++	mkdir -p $(DESTDIR)/usr/bin
+ 	install imapsync $(DESTDIR)/usr/bin/imapsync
++	mkdir -p $(DESTDIR)/usr/share/man/man1
+ 	install imapsync.1 $(DESTDIR)/usr/share/man/man1/imapsync.1
+ 	chmod 755 $(DESTDIR)/usr/bin/imapsync
+ 
diff --git a/imapsync.spec b/imapsync.spec
index aa4375a..b263a26 100644
--- a/imapsync.spec
+++ b/imapsync.spec
@@ -1,28 +1,26 @@
 Name: imapsync
 Summary: Tool to migrate email between IMAP servers
-Version: 1.366
-Release: 2%{?dist}
+Version: 1.398
+Release: 1%{?dist}
 License: WTFPL
 Group: Applications/Internet
 
-URL: http://freshmeat.net/projects/imapsync/
-#Source: http://www.linux-france.org/prj/imapsync/dist/%{name}-%{version}.tgz
+URL: http://fedorahosted.org/imapsync
 Source0: https://fedorahosted.org/releases/i/m/%{name}-%{version}.tgz
-#Patch0: imapsync-1.255-authuser.patch
+Patch0:  imapsync-1.398-makefile.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
 BuildRequires: perl(Test::Simple)
-BuildRequires: perl(Mail::Box)
-BuildRequires: perl(Mail::IMAPClient)
-BuildRequires: perl(Date::Manip)
-Requires: perl(Date::Manip)
-Requires: perl(Term::ReadKey)
-Requires: perl(IO::Socket::SSL)
+#BuildRequires: perl(Mail::Box)
+BuildRequires: perl(Mail::IMAPClient) >= 3.25
+#BuildRequires: perl(Date::Manip)
+#Requires: perl(Mail::Box)
 Requires: perl(Test::Simple)
-Requires: perl(Mail::Box)
-Requires: perl(Mail::IMAPClient) >= 3.19
-Requires: perl(Date::Manip)
+Requires: perl(Digest::MD5) perl(Digest::HMAC_MD5)
+Requires: perl(Term::ReadKey) perl(IO::Socket::SSL)
+Requires: perl(File::Spec) perl(File::Path) perl(Date::Manip)
+Requires: perl(Mail::IMAPClient) >= 3.25
 
 
 %description
@@ -35,7 +33,7 @@ optionally be deleted after a successful transfer.
 
 %prep
 %setup -q
-#%patch0 -p1 -b .authuser
+%patch0 -p1
 
 cat << \EOF > %{name}-req
 #!/bin/sh
@@ -64,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(644, root, root) %{_mandir}/man1/imapsync.1*
 
 %ChangeLog
+* Wed Feb 16 2011 Nick Bebout <nb at fedoraproject.org> - 1.398-1
+- Upgrade to 1.398
+
 * Sun Dec 5 2010 Nick Bebout <nb at fedoraproject.org> - 1.366-1
 - Upgrade to 1.366
 
diff --git a/sources b/sources
index 5c44875..b726a5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56641586a58d0361bf8decac026565f0  imapsync-1.366.tgz
+3ff1cd4981ea45022e555da90608f594  imapsync-1.398.tgz


More information about the scm-commits mailing list