[sylpheed] - Configure with --disable-updatecheck instead of patching

Christoph Wickert cwickert at fedoraproject.org
Tue Jan 18 20:39:43 UTC 2011


commit 40547fbe9ea645b6270d0830b6b3c403e7f45f9b
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Tue Jan 18 21:39:32 2011 +0100

    - Configure with --disable-updatecheck instead of patching

 sylpheed-3.0.0-no-update-check.patch |   11 -----------
 sylpheed.spec                        |   11 ++++++-----
 2 files changed, 6 insertions(+), 16 deletions(-)
---
diff --git a/sylpheed.spec b/sylpheed.spec
index e881cae..24e4141 100644
--- a/sylpheed.spec
+++ b/sylpheed.spec
@@ -7,7 +7,7 @@
 
 Name:           sylpheed
 Version:        3.1.0
-Release:        0.1.%{?prerelease}%{?dist}
+Release:        0.2.%{?prerelease}%{?dist}
 Summary:        GTK+ based, lightweight, and fast email client
 
 Group:          Applications/Internet
@@ -37,8 +37,6 @@ Patch1:         sylpheed-3.1.0-defs.h.patch
 Patch2:         sylpheed-2.5.0-desktop.patch
 # customisation for /etc/pki/tls/
 Patch3:         sylpheed-2.5.0-certsdir.patch
-# disable update check by default
-Patch4:         sylpheed-3.0.0-no-update-check.patch
 
 # For xdg-open in patch1
 Requires: xdg-utils
@@ -88,11 +86,11 @@ this package contains development files only
 %patch1 -p1 -b .defs.h
 %patch2 -p1 -b .desktop
 %patch3 -p1 -b .certsdir
-%patch4 -p1 -b .no-update-check
 
 
 %build
-%configure --enable-ssl %{!?_without_gpgme:--enable-gpgme} \
+%configure --enable-ssl --disable-updatecheck \
+    %{!?_without_gpgme:--enable-gpgme} \
     %{?_without_compface:--disable-compface} \
     %{!?_without_ldap:--enable-ldap} \
     %{?_with_oniguruma:--enable-oniguruma} \
@@ -156,6 +154,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so
 
 %changelog
+* Tue Jan 18 2011 Christoph Wickert <cwickert at fedoraproject.org> - 3.1.0-0.2.beta7
+- Configure with --disable-updatecheck instead of patching
+
 * Tue Jan 18 2011 Christoph Wickert <cwickert at fedoraproject.org> - 3.1.0-0.1.beta7
 - Update to 3.1.0 Beta 7 (#665632)
 


More information about the scm-commits mailing list