]> git.pld-linux.org Git - packages/claws-mail-extra-plugins.git/commitdiff
- added temporary [..]-others package
authorluzik <luzik@pld-linux.org>
Wed, 7 Jun 2006 07:27:43 +0000 (07:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new TODO

Changed files:
    claws-mail-extra-plugins.spec -> 1.2

claws-mail-extra-plugins.spec

index 23bef22dd86de5facd905fbaf1714bd6d595e92b..887974d963575921e4e05bdbfa63231de3af3eab 100644 (file)
@@ -1,5 +1,9 @@
-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
@@ -9,8 +13,14 @@ 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
+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
@@ -19,6 +29,17 @@ Plugins for sylpheed-claws
 %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
@@ -50,16 +71,13 @@ Ta wtyczka obs
 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
 
@@ -67,38 +85,23 @@ Wy
 %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
@@ -110,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT
 %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)
@@ -120,3 +126,50 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %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
This page took 0.041648 seconds and 4 git commands to generate.