rpms/sylpheed-claws-plugins/devel sylpheed-claws-plugins.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Aug 19 22:51:29 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/sylpheed-claws-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2213/devel

Modified Files:
	.cvsignore sources 
Added Files:
	sylpheed-claws-plugins.spec 
Log Message:
auto-import sylpheed-claws-plugins-1.9.13-3 on branch devel from sylpheed-claws-plugins-1.9.13-3.src.rpm


--- NEW FILE sylpheed-claws-plugins.spec ---
Name:           sylpheed-claws-plugins
Version:        1.9.13
Release:        3
Summary:        Additional plugins for sylpheed-claws

Group:          Applications/Internet
License:        GPL
URL:            http://claws.sylpheed.org
Source0:        http://dl.sf.net/sylpheed-claws/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  sylpheed-claws-devel >= %{version}
BuildRequires:  glib2-devel
BuildRequires:  gtk2-devel
BuildRequires:  libetpan-devel
BuildRequires:  perl
%ifnarch x86_64
BuildRequires:  synce-devel
%endif

Requires:       %{name}-cachesaver = %{version}-%{release}
Requires:       %{name}-etpan-privacy = %{version}-%{release}
Requires:       %{name}-fetchinfo = %{version}-%{release}
Requires:       %{name}-maildir = %{version}-%{release}
Requires:       %{name}-mailmbox = %{version}-%{release}
Requires:       %{name}-perl = %{version}-%{release}
%ifnarch x86_64
Requires:       %{name}-synce = %{version}-%{release}
%endif
Requires:       %{name}-vcalendar = %{version}-%{release}

%description
Additional plugins for sylpheed-claws

%package cachesaver
Summary:        A cache saving plugin
Group:          Applications/Internet
Requires:       sylpheed-claws >= %{version}

%description cachesaver
This plugin saves the caches every 60 seconds (or user-defined
period). It helps avoiding the loss of metadata on crashes.

%package etpan-privacy
Summary:        Privacy plugin for sylpheed-claws
Group:          Applications/Internet
Requires:       sylpheed-claws >= %{version}

%description etpan-privacy
This allows to use the privacy architecture of etPan!, so that drivers 
implemented for etPan! can be immediately used in sylpheed-claws.

%package fetchinfo
Summary:        Inserts headers containing some download information
Group:          Applications/Internet
Requires:       sylpheed-claws >= %{version}

%description fetchinfo
This plugin inserts headers containing some download information:
UIDL, Sylpheeds account name, POP server, user ID and retrieval time.

%package maildir
Summary:        Provide direct access to Maildir++ Mailboxes
Group:          Applications/Internet
Requires:       sylpheed-claws >= %{version}

%description maildir
The  Maildir++ plugin for Sylpheed-Claws provides direct access
to  Maildir++ Mailboxes used by IMAP-Servers like Courier-IMAP,
BincIMAP  or  Dovecot without having all the IMAP overhead of a
connection to 'localhost'

%package mailmbox
Summary:        Support for mailboxes in mbox format
Group:          Applications/Internet
Requires:       sylpheed-claws >= %{version}

%description mailmbox
This plugin provides direct support for mailboxes in mbox format.

%package perl
Summary:        Extended filtering engine
Group:          Applications/Internet
Requires:       sylpheed-claws >= %{version}
Requires:       perl

%description perl
This plugin provides an extended filtering engine for the email client
sylpheed-claws. It allows for the use of full perl power in email filters.

%ifnarch x86_64
%package synce
Summary:        Keeping the addressbook of a Windows CE device in sync
Group:          Applications/Internet
Requires:       sylpheed-claws >= %{version}

%description synce
This plugin assists in keeping the addressbook of a Windows CE device
(Pocket PC/ iPAQ, Smartphone etc) in sync with Claws' addressbook,
with respect to email addresses.
%endif

%package vcalendar
Summary:        vCalendar message handling
Group:          Applications/Internet
Requires:       sylpheed-claws >= %{version}

%description vcalendar
This plugin enables vCalendar message handling like that produced by
Evolution or Outlook.

%prep
%setup -q -c

%build

# cachesaver
cd cachesaver-0.5
%configure --disable-static --disable-dependency-tracking
%{__make} %{?_smp_mflags}

#etpan-privacy
cd ../etpan-privacy-0.9
%configure --disable-static --disable-dependency-tracking
%{__make} %{?_smp_mflags}

#fetchinfo-plugin
cd ../fetchinfo-plugin-0.4.6
%configure --disable-static --disable-dependency-tracking
%{__make} %{?_smp_mflags}

#maildir
cd ../maildir-0.8
%configure --disable-static --disable-dependency-tracking
%{__make} %{?_smp_mflags}

#mailmbox
cd ../mailmbox-1.2
%configure --disable-static --disable-dependency-tracking
%{__make} %{?_smp_mflags}

#perl
cd ../perl_plugin-0.3
%configure --disable-static --disable-dependency-tracking
%{__make} %{?_smp_mflags}

#synce
%ifnarch x86_64
cd ../synce_plugin-0.2
%configure --disable-static --disable-dependency-tracking
%{__make} %{?_smp_mflags}
%endif

#vcalendar
cd ../vcalendar-1.6
%configure --disable-static --disable-dependency-tracking
%{__make} %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

# cachesaver
cd cachesaver-0.5
%{__make} install DESTDIR=$RPM_BUILD_ROOT

#etpan-privacy
cd ../etpan-privacy-0.9
%{__make} install DESTDIR=$RPM_BUILD_ROOT

#fetchinfo-plugin
cd ../fetchinfo-plugin-0.4.6
%{__make} install DESTDIR=$RPM_BUILD_ROOT

#maildir
cd ../maildir-0.8
%{__make} install DESTDIR=$RPM_BUILD_ROOT

#mailmbox
cd ../mailmbox-1.2
%{__make} install DESTDIR=$RPM_BUILD_ROOT

#perl
cd ../perl_plugin-0.3
%{__make} install DESTDIR=$RPM_BUILD_ROOT

#synce
%ifnarch x86_64
cd ../synce_plugin-0.2
%{__make} install DESTDIR=$RPM_BUILD_ROOT
%endif

#vcalendar
cd ../vcalendar-1.6
%{__make} install DESTDIR=$RPM_BUILD_ROOT

find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README

%files cachesaver
%defattr(-,root,root,-)
%doc cachesaver-0.5/AUTHORS
%doc cachesaver-0.5/ChangeLog
%doc cachesaver-0.5/COPYING
%{_libdir}/sylpheed-claws/plugins/cachesaver*

%files etpan-privacy
%defattr(-,root,root,-)
%doc etpan-privacy-0.9/AUTHORS
%doc etpan-privacy-0.9/ChangeLog
%doc etpan-privacy-0.9/COPYING
%doc etpan-privacy-0.9/README
%{_libdir}/sylpheed-claws/plugins/etpan-privacy.so

%files fetchinfo
%defattr(-,root,root,-)
%doc fetchinfo-plugin-0.4.6/ChangeLog
%doc fetchinfo-plugin-0.4.6/COPYING
%doc fetchinfo-plugin-0.4.6/README
%{_libdir}/sylpheed-claws/plugins/fetchinfo*

%files maildir
%defattr(-,root,root,-)
%doc maildir-0.8/AUTHORS
%doc maildir-0.8/ChangeLog
%doc maildir-0.8/COPYING
%doc maildir-0.8/README
%doc maildir-0.8/doc/README.xml
%{_libdir}/sylpheed-claws/plugins/maildir*

%files mailmbox
%defattr(-,root,root,-)
%doc mailmbox-1.2/AUTHORS
%doc mailmbox-1.2/ChangeLog
%doc mailmbox-1.2/COPYING
%doc mailmbox-1.2/README
%{_libdir}/sylpheed-claws/plugins/mailmbox*

%files perl
%defattr(-,root,root,-)
%doc perl_plugin-0.3/AUTHORS
%doc perl_plugin-0.3/ChangeLog
%doc perl_plugin-0.3/COPYING
%doc perl_plugin-0.3/README
%doc perl_plugin-0.3/sc_perl.pod
%{_libdir}/sylpheed-claws/plugins/perl_plugin.so

%ifnarch x86_64
%files synce
%defattr(-,root,root,-)
%doc synce_plugin-0.2/AUTHORS
%doc synce_plugin-0.2/ChangeLog
%doc synce_plugin-0.2/COPYING
%doc synce_plugin-0.2/README
%{_libdir}/sylpheed-claws/plugins/synce*
%endif

%files vcalendar
%defattr(-,root,root,-)
%doc vcalendar-1.6/AUTHORS
%doc vcalendar-1.6/ChangeLog
%doc vcalendar-1.6/COPYING
%doc vcalendar-1.6/README
%{_libdir}/sylpheed-claws/plugins/vcalendar.so
%exclude %{_includedir}/ical.h

%changelog
* Sat Aug 20 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.0.13-3
- exlude ical.h

* Thu Aug 18 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.9.13-2
- use setup macro (-c)
- disable synce build on x86_64 for now (#148003)

* Sun Jul 31 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.9.13-1
- Initial Release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Aug 2005 22:49:45 -0000	1.1
+++ .cvsignore	19 Aug 2005 22:51:27 -0000	1.2
@@ -0,0 +1 @@
+sylpheed-claws-plugins-1.9.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Aug 2005 22:49:45 -0000	1.1
+++ sources	19 Aug 2005 22:51:27 -0000	1.2
@@ -0,0 +1 @@
+7eaef0d7a6d8fadbee17c04b5b6d5bbb  sylpheed-claws-plugins-1.9.13.tar.gz




More information about the scm-commits mailing list