From 67e9d55999d9d4a745d47b3ad923fa950b26f18e Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Jan 18 2007 10:12:11 +0000 Subject: - version upgrade --- diff --git a/.cvsignore b/.cvsignore index 73bc51f..799885a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -claws-mail-2.6.1.tar.bz2 +claws-mail-2.7.1.tar.bz2 diff --git a/claws-mail.spec b/claws-mail.spec index eb266ae..ea98e5d 100644 --- a/claws-mail.spec +++ b/claws-mail.spec @@ -1,14 +1,12 @@ Name: claws-mail -Version: 2.6.1 -Release: 2%{?dist} +Version: 2.7.1 +Release: 1%{?dist} Summary: The extended version of Sylpheed Group: Applications/Internet License: GPL -URL: http://claws.sylpheed.org -Source0: http://dl.sf.net/sylpheed-claws/claws-mail-2.6.1.tar.bz2 +URL: http://claws-mail.org +Source0: http://dl.sf.net/sylpheed-claws/claws-mail-2.7.1.tar.bz2 Source1: claws-mail.desktop -Patch0: claws-mail-2.6.1cvs15.patch -Patch1: claws-mail-2.6.1cvs16.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: flex, bison BuildRequires: glib-devel >= 2.6.2 @@ -26,7 +24,7 @@ BuildRequires: gnupg >= 1.2.1, gpgme-devel >= 1.0.1 BuildRequires: desktop-file-utils startup-notification-devel BuildRequires: pkgconfig BuildRequires: gettext-devel -BuildRequires: libetpan-devel >= 0.48 +BuildRequires: libetpan-devel >= 0.49 BuildRequires: libgnomeprintui22-devel Obsoletes: sylpheed-claws <= 2.6.0 Provides: sylpheed-claws = %{version}-%{release} @@ -101,8 +99,6 @@ Provides: sylpheed-claws-plugins-bogofilter = %{version}-%{release} %prep %setup -q -%patch0 -%patch1 %build %configure --enable-openssl --enable-ipv6 \ @@ -111,7 +107,8 @@ Provides: sylpheed-claws-plugins-bogofilter = %{version}-%{release} --disable-mathml-viewer-plugin \ --enable-aspell \ --disable-dependency-tracking \ - --disable-rpath + --disable-rpath\ + --enable-compface %{__make} %{?_smp_mflags} %{__make} check @@ -139,6 +136,9 @@ find ${RPM_BUILD_ROOT}/%{_libdir}/claws-mail/plugins/ -type f -name \ %{__install} %{_builddir}/%{name}-%{version}/claws-mail.png \ ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png +# we include the manual in the doc section +%{__rm} -rf ${RPM_BUILD_ROOT}%{_datadir}/doc/claws-mail + %clean %{__rm} -rf ${RPM_BUILD_ROOT} @@ -147,15 +147,16 @@ ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png %doc ABOUT-NLS AUTHORS ChangeLog COPYING %doc NEWS README %doc TODO +%doc manual/* %{_bindir}/* %dir %{_libdir}/claws-mail/ %dir %{_libdir}/claws-mail/plugins/ %{_libdir}/claws-mail/plugins/trayicon.so %{_datadir}/pixmaps/* -%{_datadir}/claws-mail +#%{_datadir}/claws-mail %{_mandir}/man1/* %{_datadir}/applications/* -#%{_datadir}/icons/* +%{_datadir}/icons/* %files devel %defattr(-,root,root,-) @@ -185,6 +186,15 @@ ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png %changelog +* Wed Jan 17 2007 Andreas Bierfert +2.7.1-1 +- version upgrade #222279 +- fix xface support #221708 + +* Thu Jan 11 2007 Andreas Bierfert +2.7.0-1 +- version upgrade + * Fri Dec 22 2006 Andreas Bierfert 2.6.1-2 - fix Obsoletes/Requires diff --git a/sources b/sources index c83c379..a038749 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -98099550a68a08eca5354659f3ea465c claws-mail-2.6.1.tar.bz2 +cc88da5849fcdcde223f2dd0fa7dcba1 claws-mail-2.7.1.tar.bz2