Author: lisu Date: Wed Aug 5 12:27:52 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 2.7.0 - add oniguruma bcond - include some shared libraries needed by sylpheed to run - TODO
---- Files affected: packages/sylpheed: sylpheed.spec (1.206 -> 1.207) ---- Diffs: ================================================================ Index: packages/sylpheed/sylpheed.spec diff -u packages/sylpheed/sylpheed.spec:1.206 packages/sylpheed/sylpheed.spec:1.207 --- packages/sylpheed/sylpheed.spec:1.206 Fri Dec 19 10:47:07 2008 +++ packages/sylpheed/sylpheed.spec Wed Aug 5 14:27:47 2009 @@ -1,5 +1,7 @@ # $Revision$, $Date$ # +# TODO: set proper directory for plugins +# # Conditional build: %bcond_without compface # without compface support %bcond_without gpg # without GnuPG support @@ -8,17 +10,18 @@ %bcond_without jpilot # without JPilot support %bcond_without ldap # without LDAP support %bcond_without ssl # without SSL support +%bcond_with oniguruma # with oniguruma support # Summary: GTK+ based fast e-mail client Summary(pl.UTF-8): Szybki klient poczty bazujący na GTK+ Summary(pt_BR.UTF-8): Um rápido e leve cliente de email baseado em GTK+ Name: sylpheed -Version: 2.6.0 +Version: 2.7.0 Release: 1 License: GPL v2+ Group: X11/Applications/Networking -Source0: http://sylpheed.sraoss.jp/sylpheed/v2.6/%{name}-%{version}.tar.bz2 -# Source0-md5: 5b7ed03b106e2a0d300b103652dd34c2 +Source0: http://sylpheed.sraoss.jp/sylpheed/v2.7/%{name}-%{version}.tar.bz2 +# Source0-md5: 977a8fc56dafc2af948e082f3ac28d9e Patch0: %{name}-nolibs.patch URL: http://sylpheed.sraoss.jp/en/ BuildRequires: autoconf >= 2.50 @@ -32,9 +35,9 @@ %{?with_ldap:BuildRequires: openldap-devel >= 2.4.6} %{?with_ssl:BuildRequires: openssl-devel >= 0.9.8b} %{?with_jpilot:BuildRequires: pilot-link-devel} -%{?with_jpilot:Requires: pilot-link} BuildRequires: pkgconfig Requires: mailcap +%{?with_jpilot:Requires: pilot-link} Obsoletes: sylpheed-gtk2 # s...@latn vs. s...@latin Conflicts: glibc-misc < 6:2.7 @@ -66,8 +69,8 @@ - wsparcie szyfrowania SSL %description -l pt_BR.UTF-8 -Este programa é um rápido cliente de email modo gráfico o qual possui -recursos como: +Este programa é um rápido cliente de email modo gráfico o qual +possui recursos como: - interface gráfica intuitiva e amigável - cliente integrado de notícias (parcialmente implementado) - habilitado para operacão a partir do teclado @@ -99,6 +102,7 @@ --%{?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_oniguruma:en}%{!?with_oniguruma:dis}able-oniguruma \ --%{?with_ssl:en}%{!?with_ssl:dis}able-ssl %{__make} @@ -132,6 +136,10 @@ %lang(fr) %{_datadir}/%{name}/faq/fr %lang(it) %{_datadir}/%{name}/faq/it %{_desktopdir}/sylpheed.desktop +%attr(755,root,root) %{_libdir}/libsylph-0.so.0 +%attr(755,root,root) %{_libdir}/libsylph-0.so.*.*.* +%attr(755,root,root) %{_libdir}/libsylpheed-plugin-0.so.0 +%attr(755,root,root) %{_libdir}/libsylpheed-plugin-0.so.*.*.* %{_pixmapsdir}/sylpheed.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -140,6 +148,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.207 2009/08/05 12:27:47 lisu +- up to 2.7.0 +- add oniguruma bcond +- include some shared libraries needed by sylpheed to run +- TODO + Revision 1.206 2008/12/19 09:47:07 lisu - up to final 2.6.0 - merge with DEVEL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sylpheed/sylpheed.spec?r1=1.206&r2=1.207&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
