rpms/claws-mail-plugins/F-12 .cvsignore, 1.22, 1.23 claws-mail-plugins.spec, 1.46, 1.47 sources, 1.22, 1.23

Andreas Bierfert awjb at fedoraproject.org
Tue Jan 12 20:59:46 UTC 2010


Author: awjb

Update of /cvs/pkgs/rpms/claws-mail-plugins/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13062/F-12

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-12/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- .cvsignore	13 Oct 2009 17:29:04 -0000	1.22
+++ .cvsignore	12 Jan 2010 20:59:46 -0000	1.23
@@ -1 +1 @@
-claws-mail-extra-plugins-3.7.3.tar.bz2
+claws-mail-extra-plugins-3.7.4.tar.bz2


Index: claws-mail-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-12/claws-mail-plugins.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- claws-mail-plugins.spec	13 Oct 2009 19:25:44 -0000	1.46
+++ claws-mail-plugins.spec	12 Jan 2010 20:59:46 -0000	1.47
@@ -1,27 +1,28 @@
 # define plugin version
-%define acpinotifier	1.0.21
-%define archive		0.6.5
-%define attachwarner    0.2.17
-%define attremover	1.0.10
-%define bsfilter        1.0.2
+%define acpinotifier	1.0.22
+%define archive		0.6.6
+%define attachwarner    0.2.18
+%define attremover	1.0.11
+%define bsfilter        1.0.3
 %define cachesaver	0.10.9
-%define fancy           0.9.8
+%define fancy           0.9.9
 %define fetchinfo	0.4.24
-%define gtkhtml2viewer  0.25
+%define geolocation     0.0.2
+%define gtkhtml2viewer  0.26
 %define mailmbox	1.14.3
 %define newmail		0.0.15
-%define notification	0.23
-%define perl		0.9.16
-%define python          0.2
-%define rssyl		0.25
-%define spamreport      0.3.9
+%define notification	0.24
+%define perl		0.9.17
+%define python          0.3
+%define rssyl		0.26
+%define spamreport      0.3.10
 %define synce		0.7.5
-%define tnef            0.3.6
-%define vcalendar	2.0.6
+%define tnef            0.3.7
+%define vcalendar	2.0.7
 
 Name:           claws-mail-plugins
-Version:        3.7.3
-Release:        1%{?dist}
+Version:        3.7.4
+Release:        2%{?dist}
 Summary:        Additional plugins for claws-mail
 
 Group:          Applications/Internet
@@ -51,6 +52,7 @@ BuildRequires:  webkitgtk-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  python python-devel pygtk2-devel
 BuildRequires:  libcanberra-devel
+BuildRequires:  libchamplain-gtk-devel
 
 Requires:       %{name}-acpi-notifier = %{version}-%{release}
 Requires:       %{name}-archive = %{version}-%{release}
@@ -61,6 +63,7 @@ Requires:       %{name}-cachesaver = %{v
 Obsoletes:      %{name}-etpan-privacy < %{version}-%{release}
 Requires:       %{name}-fancy = %{version}-%{release}
 Requires:       %{name}-fetchinfo = %{version}-%{release}
+Requires:       %{name}-geolocation = %{version}-%{release}
 Requires:       %{name}-gtkhtml2-viewer = %{version}-%{release}
 Obsoletes:      %{name}-maildir < %{version}-%{release}
 Requires:       %{name}-mailmbox = %{version}-%{release}
@@ -169,6 +172,14 @@ Obsoletes:      sylpheed-claws-plugins-f
 This plugin inserts headers containing some download information:
 UIDL, Sylpheeds account name, POP server, user ID and retrieval time.
 
+%package geolocation
+Summary:        provides GeoLocation functionality
+Group:          Applications/Internet
+Requires:       claws-mail >= %{version}
+
+%description geolocation
+This plugin provides GeoLocation functionality
+
 %package gtkhtml2-viewer
 Summary:        GTK Html Viewer
 Group:          Applications/Internet
@@ -333,6 +344,11 @@ cd ../fetchinfo-plugin-%{fetchinfo}
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
+#geolocation-plugin
+cd ../geolocation_plugin-%{geolocation}
+%configure --disable-static --disable-dependency-tracking
+%{__make} %{?_smp_mflags}
+
 #gtkhtml2-viewer
 cd ../gtkhtml2_viewer-%{gtkhtml2viewer}
 %configure --disable-static --disable-dependency-tracking --disable-rpath
@@ -438,6 +454,12 @@ cd fetchinfo-plugin-%{fetchinfo}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
 cd -
 
+#geolocation-plugin
+cd geolocation_plugin-%{geolocation}
+%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
+cd -
+%find_lang geolocation_plugin
+
 #gtkhtml2-viewer
 cd gtkhtml2_viewer-%{gtkhtml2viewer}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
@@ -469,6 +491,7 @@ cd -
 cd python_plugin-%{python}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
 cd -
+%find_lang python_plugin
 
 #rssyl
 cd rssyl-%{rssyl}
@@ -581,6 +604,13 @@ rm -rf $RPM_BUILD_ROOT
 %doc fetchinfo-plugin-%{fetchinfo}/README
 %{_libdir}/claws-mail/plugins/fetchinfo*
 
+%files geolocation -f geolocation_plugin.lang
+%defattr(-,root,root,-)
+%doc geolocation_plugin-%{geolocation}/ChangeLog
+%doc geolocation_plugin-%{geolocation}/COPYING
+%doc geolocation_plugin-%{geolocation}/README
+%{_libdir}/claws-mail/plugins/geolocation*
+
 %files gtkhtml2-viewer -f gtkhtml2_viewer.lang
 %defattr(-,root,root,-)
 %doc gtkhtml2_viewer-%{gtkhtml2viewer}/AUTHORS
@@ -611,6 +641,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc notification_plugin-%{notification}/COPYING
 %doc notification_plugin-%{notification}/README
 %{_libdir}/claws-mail/plugins/notification_plugin.so
+%{_includedir}/notification_plugin
 
 %files perl
 %defattr(-,root,root,-)
@@ -620,7 +651,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc perl_plugin-%{perl}/README
 %{_libdir}/claws-mail/plugins/perl_plugin.so
 
-%files python
+%files python -f python_plugin.lang
 %defattr(-,root,root,-)
 %doc python_plugin-%{python}/AUTHORS
 %doc python_plugin-%{python}/ChangeLog
@@ -668,6 +699,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/claws-mail/plugins/vcalendar/
 
 %changelog
+* Tue Jan 12 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 3.7.4-2
+- change Provides/Obsoletes of the geolocation plugin
+
+* Fri Jan 08 2010 Kevin Fenzi <kevin at tummy.com> 
+- 3.7.4-1
+
 * Mon Oct 12 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 3.7.3-1
 - version upgrade


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-12/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- sources	13 Oct 2009 17:29:04 -0000	1.22
+++ sources	12 Jan 2010 20:59:46 -0000	1.23
@@ -1 +1 @@
-aa397973a01893c0ce1b96402020ab62  claws-mail-extra-plugins-3.7.3.tar.bz2
+04bac65d15b2fb19a4535a552a27f612  claws-mail-extra-plugins-3.7.4.tar.bz2



More information about the scm-commits mailing list