rpms/sylpheed-claws-plugins/FC-4 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 sylpheed-claws-plugins.spec, 1.5, 1.6

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Feb 3 09:51:34 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/sylpheed-claws-plugins/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5504/FC-4

Modified Files:
	.cvsignore sources sylpheed-claws-plugins.spec 
Log Message:
- version upgrade



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	20 Nov 2005 22:11:17 -0000	1.3
+++ .cvsignore	3 Feb 2006 09:51:34 -0000	1.4
@@ -1 +1 @@
-sylpheed-claws-external-plugins-1.9.100.tar.bz2
+sylpheed-claws-extra-plugins-2.0.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	20 Nov 2005 22:11:17 -0000	1.3
+++ sources	3 Feb 2006 09:51:34 -0000	1.4
@@ -1 +1 @@
-0a9cdd9f0fe60e7d858f3a4c8e19c34c  sylpheed-claws-external-plugins-1.9.100.tar.bz2
+77fe8e71f12c6f6ae1dfe9d55ab3d7d4  sylpheed-claws-extra-plugins-2.0.0.tar.bz2


Index: sylpheed-claws-plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-4/sylpheed-claws-plugins.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sylpheed-claws-plugins.spec	25 Dec 2005 09:29:10 -0000	1.5
+++ sylpheed-claws-plugins.spec	3 Feb 2006 09:51:34 -0000	1.6
@@ -1,12 +1,12 @@
 Name:           sylpheed-claws-plugins
-Version:        1.9.100
-Release:        2%{?dist}
+Version:        2.0.0
+Release:        1%{?dist}
 Summary:        Additional plugins for sylpheed-claws
 
 Group:          Applications/Internet
 License:        GPL
 URL:            http://claws.sylpheed.org
-Source0:        http://dl.sf.net/sylpheed-claws/sylpheed-claws-external-plugins-%{version}.tar.bz2
+Source0:        http://dl.sf.net/sylpheed-claws/sylpheed-claws-extra-plugins-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  sylpheed-claws-devel >= %{version}
@@ -17,12 +17,14 @@
 BuildRequires:  synce-devel
 
 Requires:       %{name}-acpi-notifier = %{version}-%{release}
+Requires:       %{name}-att-remover = %{version}-%{release}
 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}
+Requires:       %{name}-rssyl = %{version}-%{release}
 Requires:       %{name}-synce = %{version}-%{release}
 Requires:       %{name}-vcalendar = %{version}-%{release}
 
@@ -37,6 +39,15 @@
 %description acpi-notifier
 %{summary}
 
+%package att-remover
+Summary:        Attachments remover plugin for sylpheed-claws 
+Group:          Applications/Internet
+Requires:	sylpheed-claws >= %{version}
+
+%description att-remover
+%{summary}
+
+
 %package cachesaver
 Summary:        A cache saving plugin
 Group:          Applications/Internet
@@ -93,6 +104,14 @@
 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.
 
+%package rssyl
+Summary:        RSS plugin for sylpheed-claws
+Group:          Applications/Internet
+Requires:       sylpheed-claws >= %{version}
+
+%description rssyl
+%{summary}
+
 %package synce
 Summary:        Keeping the addressbook of a Windows CE device in sync
 Group:          Applications/Internet
@@ -113,52 +132,62 @@
 Evolution or Outlook.
 
 %prep
-%setup -q -n sylpheed-claws-external-plugins-%{version}
+%setup -q -n sylpheed-claws-extra-plugins-%{version}
 
 %build
 
 #acpi_notifier
-cd acpi_notifier-0.3
+cd acpi_notifier-0.8
+%configure --disable-static --disable-dependency-tracking
+%{__make} %{?_smp_mflags}
+
+#att_remover
+cd ../att_remover-0.4
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
 # cachesaver
-cd ../cachesaver-0.5
+cd ../cachesaver-0.7
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
 #etpan-privacy
-cd ../etpan-privacy-0.9
+cd ../etpan-privacy-0.13
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
 #fetchinfo-plugin
-cd ../fetchinfo-plugin-0.4.6
+cd ../fetchinfo-plugin-0.4.10
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
 #maildir
-cd ../maildir-0.11
+cd ../maildir-0.19
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
 #mailmbox
-cd ../mailmbox-1.4
+cd ../mailmbox-1.10
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
 #perl
-cd ../perl_plugin-0.4
+cd ../perl_plugin-0.6
+%configure --disable-static --disable-dependency-tracking
+%{__make} %{?_smp_mflags}
+
+#rssyl
+cd ../rssyl-0.4pre
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
 #synce
-cd ../synce_plugin-0.2
+cd ../synce_plugin-0.4
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
 #vcalendar
-cd ../vcalendar-1.8
+cd ../vcalendar-1.29
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
@@ -166,39 +195,47 @@
 rm -rf $RPM_BUILD_ROOT
 
 # acpi_notifier
-cd acpi_notifier-0.3
+cd acpi_notifier-0.8
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+# att_remover
+cd ../att_remover-0.4
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 # cachesaver
-cd ../cachesaver-0.5
+cd ../cachesaver-0.7
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 #etpan-privacy
-cd ../etpan-privacy-0.9
+cd ../etpan-privacy-0.13
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 #fetchinfo-plugin
-cd ../fetchinfo-plugin-0.4.6
+cd ../fetchinfo-plugin-0.4.10
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 #maildir
-cd ../maildir-0.11
+cd ../maildir-0.19
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 #mailmbox
-cd ../mailmbox-1.4
+cd ../mailmbox-1.10
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 #perl
-cd ../perl_plugin-0.4
+cd ../perl_plugin-0.6
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+#rssyl
+cd ../rssyl-0.4pre
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 #synce
-cd ../synce_plugin-0.2
+cd ../synce_plugin-0.4
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 #vcalendar
-cd ../vcalendar-1.8
+cd ../vcalendar-1.29
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
@@ -212,79 +249,129 @@
 
 %files acpi-notifier
 %defattr(-,root,root,-)
-%doc acpi_notifier-0.3/ChangeLog
-%doc acpi_notifier-0.3/COPYING
-%doc acpi_notifier-0.3/NEWS
-%doc acpi_notifier-0.3/AUTHORS
-%doc acpi_notifier-0.3/README
+%doc acpi_notifier-0.8/ChangeLog
+%doc acpi_notifier-0.8/COPYING
+%doc acpi_notifier-0.8/NEWS
+%doc acpi_notifier-0.8/AUTHORS
+%doc acpi_notifier-0.8/README
 %{_libdir}/sylpheed-claws/plugins/acpi_notifier*
+%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
+
+%files att-remover
+%defattr(-,root,root,-)
+%doc att_remover-0.4/AUTHORS
+%doc att_remover-0.4/ChangeLog
+%doc att_remover-0.4/COPYING
+%doc att_remover-0.4/NEWS
+%doc att_remover-0.4/README
+%{_libdir}/sylpheed-claws/plugins/att_remover*
 
 %files cachesaver
 %defattr(-,root,root,-)
-%doc cachesaver-0.5/AUTHORS
-%doc cachesaver-0.5/ChangeLog
-%doc cachesaver-0.5/COPYING
+%doc cachesaver-0.7/AUTHORS
+%doc cachesaver-0.7/ChangeLog
+%doc cachesaver-0.7/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
+%doc etpan-privacy-0.13/AUTHORS
+%doc etpan-privacy-0.13/ChangeLog
+%doc etpan-privacy-0.13/COPYING
+%doc etpan-privacy-0.13/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
+%doc fetchinfo-plugin-0.4.10/ChangeLog
+%doc fetchinfo-plugin-0.4.10/COPYING
+%doc fetchinfo-plugin-0.4.10/README
 %{_libdir}/sylpheed-claws/plugins/fetchinfo*
 
 %files maildir
 %defattr(-,root,root,-)
-%doc maildir-0.11/AUTHORS
-%doc maildir-0.11/ChangeLog
-%doc maildir-0.11/COPYING
-%doc maildir-0.11/README
-%doc maildir-0.11/doc/README.xml
+%doc maildir-0.19/AUTHORS
+%doc maildir-0.19/ChangeLog
+%doc maildir-0.19/COPYING
+%doc maildir-0.19/README
+%doc maildir-0.19/doc/README.xml
 %{_libdir}/sylpheed-claws/plugins/maildir*
 
 %files mailmbox
 %defattr(-,root,root,-)
-%doc mailmbox-1.4/AUTHORS
-%doc mailmbox-1.4/ChangeLog
-%doc mailmbox-1.4/COPYING
-%doc mailmbox-1.4/README
+%doc mailmbox-1.10/AUTHORS
+%doc mailmbox-1.10/ChangeLog
+%doc mailmbox-1.10/COPYING
+%doc mailmbox-1.10/README
 %{_libdir}/sylpheed-claws/plugins/mailmbox*
 
 %files perl
 %defattr(-,root,root,-)
-%doc perl_plugin-0.4/AUTHORS
-%doc perl_plugin-0.4/ChangeLog
-%doc perl_plugin-0.4/COPYING
-%doc perl_plugin-0.4/README
-%doc perl_plugin-0.4/sc_perl.pod
+%doc perl_plugin-0.6/AUTHORS
+%doc perl_plugin-0.6/ChangeLog
+%doc perl_plugin-0.6/COPYING
+%doc perl_plugin-0.6/README
+%doc perl_plugin-0.6/sc_perl.pod
 %{_libdir}/sylpheed-claws/plugins/perl_plugin.so
 
+%files rssyl
+%defattr(-,root,root,-)
+%doc rssyl-0.4pre/AUTHORS
+%doc rssyl-0.4pre/ChangeLog
+%doc rssyl-0.4pre/COPYING
+%doc rssyl-0.4pre/TODO
+%{_libdir}/sylpheed-claws/plugins/rssyl*
+%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(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
+
 %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
+%doc synce_plugin-0.4/AUTHORS
+%doc synce_plugin-0.4/ChangeLog
+%doc synce_plugin-0.4/COPYING
+%doc synce_plugin-0.4/README
 %{_libdir}/sylpheed-claws/plugins/synce*
 
 %files vcalendar
 %defattr(-,root,root,-)
-%doc vcalendar-1.8/AUTHORS
-%doc vcalendar-1.8/ChangeLog
-%doc vcalendar-1.8/COPYING
-%doc vcalendar-1.8/README
+%doc vcalendar-1.29/AUTHORS
+%doc vcalendar-1.29/ChangeLog
+%doc vcalendar-1.29/COPYING
+%doc vcalendar-1.29/README
 %{_libdir}/sylpheed-claws/plugins/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(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
 %exclude %{_includedir}/ical.h
 
 %changelog
+* Fri Feb 03 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+2.0.0-1
+- version upgrade
+
 * Sun Dec 25 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 1.9.100-2
 - rebuild




More information about the scm-commits mailing list