SPECS: sylpheed-claws-extra-plugins.spec - added temporary [..]-ot...

luzik luzik at pld-linux.org
Wed Jun 7 09:27:48 CEST 2006


Author: luzik                        Date: Wed Jun  7 07:27:48 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added temporary [..]-others package
- new TODO

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

---- Diffs:

================================================================
Index: SPECS/sylpheed-claws-extra-plugins.spec
diff -u SPECS/sylpheed-claws-extra-plugins.spec:1.1 SPECS/sylpheed-claws-extra-plugins.spec:1.2
--- SPECS/sylpheed-claws-extra-plugins.spec:1.1	Tue Jun  6 14:20:28 2006
+++ SPECS/sylpheed-claws-extra-plugins.spec	Wed Jun  7 09:27:43 2006
@@ -1,6 +1,10 @@
 # $Revision$, $Date$
-Summary:	Plugins for sylpheed-claws
-Summary(pl):	Wtyczki dla sylpheed-claws
+
+#TODO		-split plugins in to packages
+#		-remove *others package
+
+Summary:	Plugins for sylpheed-claws (Metapackage)
+Summary(pl):	Wtyczki dla sylpheed-claws (Metapaczka)
 Name:		sylpheed-claws-extra-plugins
 Version:	2.2.0
 Release:	1
@@ -10,8 +14,14 @@
 # Source0-md5:	0e305f70bdfcb7968846d20f42da561f
 URL:		http://claws.sylpheed.org/plugins.php
 BuildRequires:	sylpheed-claws-devel >= 2.1.0
+BuildRequires:	libgtkhtml-devel
+BuildRequires:	synce-libsynce-devel
+BuildRequires:	synce-librapi2-devel
 Requires:	sylpheed-claws >= 2.1.0
 Requires:	sylpheed-claws-plugin-maildir >= %{version}
+Requires:	sylpheed-claws-plugin-gtkhtml2_viewer >= %{version}
+Requires:	sylpheed-claws-plugin-smime >= %{version}
+Requires:	sylpheed-claws-plugin-others >= %{version}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,6 +30,17 @@
 %description -l pl
 Wtyczki dla sylpheed-claws
 
+%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.
+
 %package -n sylpheed-claws-plugin-maildir
 Summary:	Maildir++ Plugin for Sylpheed-Claws
 Summary(pl):	Wtyczka Maildir++ dla Sylpheed-Claws
@@ -51,16 +72,13 @@
 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
+%package -n sylpheed-claws-plugin-others
+Summary:	Few plugins for sylpheed-claws
+Summary(pl):	Kilka dodatkowych wtyczek 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.
+%description -n sylpheed-claws-plugin-others
+Few plugins for sylpheed-claws.
 
 %define	_plugins_dir	%{_libdir}/sylpheed-claws/plugins
 
@@ -68,38 +86,23 @@
 %setup -q
 
 %build
-cd maildir-*
-%configure
-%{__make}
-cd ../
-
-cd smime-*
-%configure
-%{__make}
-cd ../
-
-cd gtkhtml2_viewer-*
-%configure
-%{__make}
-cd ../
+for i in `find * -maxdepth 0 -type d -print`; do
+	cd "$i"
+	%configure
+	%{__make}
+	cd ../
+done
 
 %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 ../
+
+for i in `find * -maxdepth 0 -type d -print`; do
+	cd "$i"
+	%{__make} install \
+		DESTDIR=$RPM_BUILD_ROOT
+	cd ../
+done
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -111,6 +114,9 @@
 %defattr(644,root,root,755)
 %doc maildir-*/ChangeLog maildir-*/README
 %attr(755,root,root) %{_plugins_dir}/gtkhtml2_viewer.so
+%lang(es) %{_datadir}/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo
+%lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo
+%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/gtkhtml2_viewer.mo
 
 %files -n sylpheed-claws-plugin-maildir
 %defattr(644,root,root,755)
@@ -122,12 +128,64 @@
 %doc smime-*/ChangeLog smime-*/README
 %attr(755,root,root) %{_plugins_dir}/smime.so
 
+%files -n sylpheed-claws-plugin-others
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_plugins_dir}/acpi_notifier.so
+%lang(de) %{_datadir}/locale/de/LC_MESSAGES/acpi_notifier.mo
+%lang(es) %{_datadir}/locale/es/LC_MESSAGES/acpi_notifier.mo
+%lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/acpi_notifier.mo
+%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/acpi_notifier.mo
+%lang(it) %{_datadir}/locale/it/LC_MESSAGES/acpi_notifier.mo
+%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/acpi_notifier.mo
+%lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/acpi_notifier.mo
+%lang(sr) %{_datadir}/locale/sr/LC_MESSAGES/acpi_notifier.mo
+%lang(sv) %{_datadir}/locale/sv/LC_MESSAGES/acpi_notifier.mo
+%lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/acpi_notifier.mo
+%attr(755,root,root) %{_plugins_dir}/att_remover.so
+%attr(755,root,root) %{_plugins_dir}/cachesaver.so
+%attr(755,root,root) %{_plugins_dir}/etpan-privacy.so
+%attr(755,root,root) %{_plugins_dir}/fetchinfo_plugin.so
+%attr(755,root,root) %{_plugins_dir}/fetchinfo_plugin_gtk.so
+%attr(755,root,root) %{_plugins_dir}/mailmbox.so
+%attr(755,root,root) %{_plugins_dir}/newmail.so
+%attr(755,root,root) %{_plugins_dir}/notification_plugin.so
+%attr(755,root,root) %{_plugins_dir}/perl_plugin.so
+%attr(755,root,root) %{_plugins_dir}/rssyl.so
+%lang(de) %{_datadir}/locale/de/LC_MESSAGES/rssyl.mo
+%lang(es) %{_datadir}/locale/es/LC_MESSAGES/rssyl.mo
+%lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/rssyl.mo
+%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/rssyl.mo
+%lang(it) %{_datadir}/locale/it/LC_MESSAGES/rssyl.mo
+%lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/rssyl.mo
+%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/rssyl.mo
+%lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/rssyl.mo
+%lang(sr) %{_datadir}/locale/sr/LC_MESSAGES/rssyl.mo
+%lang(sv) %{_datadir}/locale/sv/LC_MESSAGES/rssyl.mo
+%lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/rssyl.mo
+%attr(755,root,root) %{_plugins_dir}/synce_plugin.so
+%attr(755,root,root) %{_plugins_dir}/vcalendar.so
+%lang(de) %{_datadir}/locale/de/LC_MESSAGES/vcalendar.mo
+%lang(es) %{_datadir}/locale/es/LC_MESSAGES/vcalendar.mo
+%lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/vcalendar.mo
+%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/vcalendar.mo
+%lang(it) %{_datadir}/locale/it/LC_MESSAGES/vcalendar.mo
+%lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/vcalendar.mo
+%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/vcalendar.mo
+%lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/vcalendar.mo
+%lang(sr) %{_datadir}/locale/sr/LC_MESSAGES/vcalendar.mo
+%lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/vcalendar.mo
+
+
 %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.2  2006/06/07 07:27:43  luzik
+- added temporary [..]-others package
+- new TODO
+
 Revision 1.1  2006/06/06 12:20:28  luzik
 - initial release
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sylpheed-claws-extra-plugins.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list