Author: freetz Date: Fri Nov 18 14:09:07 2005 GMT Module: SPECS Tag: DEVEL ---- Log message: - 2.1.7, gtkspell support, fixed configure options
---- Files affected: SPECS: sylpheed.spec (1.167.2.9 -> 1.167.2.10) ---- Diffs: ================================================================ Index: SPECS/sylpheed.spec diff -u SPECS/sylpheed.spec:1.167.2.9 SPECS/sylpheed.spec:1.167.2.10 --- SPECS/sylpheed.spec:1.167.2.9 Tue Nov 8 13:06:37 2005 +++ SPECS/sylpheed.spec Fri Nov 18 15:09:01 2005 @@ -3,6 +3,7 @@ # Conditional build: %bcond_without faces # without compfaces support %bcond_without gpg # without GnuPG support +%bcond_without gtkspell # without gtkspell support %bcond_without ipv6 # without IPv6 support %bcond_without jpilot # without JPilot support %bcond_without ldap # without LDAP support @@ -12,12 +13,12 @@ Summary(pl): Szybki klient poczty bazujący na GTK+ Summary(pt_BR): Um rápido e leve cliente de email baseado em GTK+ Name: sylpheed -Version: 2.1.6 +Version: 2.1.7 Release: 1 License: GPL v2+ Group: X11/Applications/Networking Source0: http://sylpheed.good-day.net/sylpheed/v2.1/%{name}-%{version}.tar.bz2 -# Source0-md5: 13f07647f8e12a72209fe1c6a26e6691 +# Source0-md5: 3ba7be368659d4f22263759b2c3cb055 Patch0: %{name}-desktop.patch Patch1: %{name}-nolibs.patch BuildRequires: autoconf >= 2.50 @@ -26,6 +27,7 @@ BuildRequires: gettext-devel %{?with_gpg:BuildRequires: gpgme-devel >= 1:0.4.5} BuildRequires: gtk+2-devel >= 2:2.4.0 +%{?with_gtkspell:BuildRequires: gtkspell-devel} BuildRequires: libtool %{?with_ldap:BuildRequires: openldap-devel} %{?with_ssl:BuildRequires: openssl-devel >= 0.9.7d} @@ -92,12 +94,13 @@ %{__autoconf} %{__automake} %configure \ - %{!?with_faces:--disable-compface} \ - %{?with_gpg:--enable-gpgme} \ - %{!?with_ipv6:--disable-ipv6} \ - %{?with_jpilot:--enable-jpilot} \ - %{?with_ldap:--enable-ldap} \ - %{?with_ssl:--enable-ssl} + --%{?with_faces:en}%{!?with_faces:dis}able-compface \ + --%{?with_gpg:en}%{!?with_gpg:dis}able-gpgme \ + --%{?with_gtkspell:en}%{!?with_gtkspell}able-gtkspell \ + --%{?with_ipv6:en}%{!?with_ipv6:dis}able-ipv6 \ + --%{?with_jpilot:en}%{!?with_jpilot:dis}able-jpilot \ + --%{?with_ldap:en}%{!?with_ldap:dis}able-ldap \ + --%{?with_ssl:en}%{!?with_ssl:dis}able-ssl %{__make} %install @@ -138,6 +141,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.167.2.10 2005/11/18 14:09:01 freetz +- 2.1.7, gtkspell support, fixed configure options + Revision 1.167.2.9 2005/11/08 12:06:37 freetz - 2.1.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/sylpheed.spec?r1=1.167.2.9&r2=1.167.2.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
