SPECS: sylpheed-claws-extra-plugins.spec (NEW) - initial release

luzik luzik at pld-linux.org
Tue Jun 6 14:20:34 CEST 2006


Author: luzik                        Date: Tue Jun  6 12:20:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

---- Files affected:
SPECS:
   sylpheed-claws-extra-plugins.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/sylpheed-claws-extra-plugins.spec
diff -u /dev/null SPECS/sylpheed-claws-extra-plugins.spec:1.1
--- /dev/null	Tue Jun  6 14:20:34 2006
+++ SPECS/sylpheed-claws-extra-plugins.spec	Tue Jun  6 14:20:28 2006
@@ -0,0 +1,133 @@
+# $Revision$, $Date$
+Summary:	Plugins for sylpheed-claws
+Summary(pl):	Wtyczki dla sylpheed-claws
+Name:		sylpheed-claws-extra-plugins
+Version:	2.2.0
+Release:	1
+License:	GPL
+Group:		Applications
+Source0:	http://dl.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.gz
+# Source0-md5:	0e305f70bdfcb7968846d20f42da561f
+URL:		http://claws.sylpheed.org/plugins.php
+BuildRequires:	sylpheed-claws-devel >= 2.1.0
+Requires:	sylpheed-claws >= 2.1.0
+Requires:	sylpheed-claws-plugin-maildir >= %{version}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Plugins for sylpheed-claws
+
+%description -l pl
+Wtyczki dla sylpheed-claws
+
+%package -n sylpheed-claws-plugin-maildir
+Summary:	Maildir++ Plugin for Sylpheed-Claws
+Summary(pl):	Wtyczka Maildir++ dla Sylpheed-Claws
+Group:		X11/Applications/Networking
+
+%description -n sylpheed-claws-plugin-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'.
+
+%description -n sylpheed-claws-plugin-maildir -l pl
+Wtyczka obsługi Maildir++ dla Sylpheed-Claws umożliwia bezpośredni
+dostęp do skrzynek formatu Maildir++ używanych przez serwery IMAP, jak
+np. Courier-IMAP, BincIMAP czy Dovecot bez narzutu związanego z
+obsługą protokołu IMAP przy połączeniu z "localhostem".
+
+%package -n sylpheed-claws-plugin-smime
+Summary:	S/MIME plugin for sylpheed-claws
+Summary(pl):	Wtyczka S/MIME dla sylpheed-claws
+Group:		X11/Applications/Networking
+
+%description -n sylpheed-claws-plugin-smime
+This plugin handles S/MIME signed and/or encrypted mails. You can
+decrypt mails, verify signatures or sign and encrypt your own mails.
+
+%description -n sylpheed-claws-plugin-smime -l pl
+Ta wtyczka obsługuje podpisaną i/lub zaszyfrowaną pocztę S/MIME.
+Możesz rozszyfrowywać, weryfikować lub podpisywać i szyfrować własną
+pocztę.
+
+%package -n sylpheed-claws-plugin-gtkhtml2_viewer
+Summary:	gtkhtml2_viewer plugin for sylpheed-claws
+Summary(pl):	Wtyczka gtkhtml2_viewer dla sylpheed-claws
+Group:		X11/Applications/Networking
+
+%description -n sylpheed-claws-plugin-gtkhtml2_viewer
+Renders HTML mail using the gtkhtml2 rendering widget.
+
+%description -n sylpheed-claws-plugin-gtkhtml2_viewer -l pl
+Wyświetla maile HTML używając widgetia gtkhtml2.
+
+%define	_plugins_dir	%{_libdir}/sylpheed-claws/plugins
+
+%prep
+%setup -q
+
+%build
+cd maildir-*
+%configure
+%{__make}
+cd ../
+
+cd smime-*
+%configure
+%{__make}
+cd ../
+
+cd gtkhtml2_viewer-*
+%configure
+%{__make}
+cd ../
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+cd maildir-*
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+cd ../
+
+cd smime-*
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+cd ../
+
+cd gtkhtml2_viewer*
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+cd ../
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%files -n sylpheed-claws-plugin-gtkhtml2_viewer
+%defattr(644,root,root,755)
+%doc maildir-*/ChangeLog maildir-*/README
+%attr(755,root,root) %{_plugins_dir}/gtkhtml2_viewer.so
+
+%files -n sylpheed-claws-plugin-maildir
+%defattr(644,root,root,755)
+%doc maildir-*/ChangeLog maildir-*/README
+%attr(755,root,root) %{_plugins_dir}/maildir.so
+
+%files -n sylpheed-claws-plugin-smime
+%defattr(644,root,root,755)
+%doc smime-*/ChangeLog smime-*/README
+%attr(755,root,root) %{_plugins_dir}/smime.so
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/06/06 12:20:28  luzik
+- initial release
+
================================================================


More information about the pld-cvs-commit mailing list