rpms/claws-mail-plugins/F-11 .cvsignore, 1.23, 1.24 claws-mail-plugins.spec, 1.47, 1.48 sources, 1.23, 1.24

Andreas Bierfert awjb at fedoraproject.org
Tue Feb 9 12:38:30 UTC 2010


Author: awjb

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-11/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- .cvsignore	12 Jan 2010 20:59:45 -0000	1.23
+++ .cvsignore	9 Feb 2010 12:38:30 -0000	1.24
@@ -1 +1 @@
-claws-mail-extra-plugins-3.7.4.tar.bz2
+claws-mail-extra-plugins-3.7.5.tar.bz2


Index: claws-mail-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-11/claws-mail-plugins.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- claws-mail-plugins.spec	13 Jan 2010 07:28:09 -0000	1.47
+++ claws-mail-plugins.spec	9 Feb 2010 12:38:30 -0000	1.48
@@ -7,6 +7,7 @@
 %define cachesaver	0.10.9
 %define fancy           0.9.9
 %define fetchinfo	0.4.24
+%define geolocation     0.0.2
 %define gtkhtml2viewer  0.26
 %define mailmbox	1.14.3
 %define newmail		0.0.15
@@ -20,8 +21,8 @@
 %define vcalendar	2.0.7
 
 Name:           claws-mail-plugins
-Version:        3.7.4
-Release:        2%{?dist}
+Version:        3.7.5
+Release:        1%{?dist}
 Summary:        Additional plugins for claws-mail
 
 Group:          Applications/Internet
@@ -51,7 +52,9 @@ BuildRequires:  webkitgtk-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  python python-devel pygtk2-devel
 BuildRequires:  libcanberra-devel
-
+%if 0%{?fedora} >= 12
+BuildRequires:  libchamplain-gtk-devel
+%endif
 Requires:       %{name}-acpi-notifier = %{version}-%{release}
 Requires:       %{name}-archive = %{version}-%{release}
 Requires:       %{name}-att-remover = %{version}-%{release}
@@ -61,6 +64,9 @@ Requires:       %{name}-cachesaver = %{v
 Obsoletes:      %{name}-etpan-privacy < %{version}-%{release}
 Requires:       %{name}-fancy = %{version}-%{release}
 Requires:       %{name}-fetchinfo = %{version}-%{release}
+%if 0%{?fedora} >= 12
+Requires:       %{name}-geolocation = %{version}-%{release}
+%endif
 Requires:       %{name}-gtkhtml2-viewer = %{version}-%{release}
 Obsoletes:      %{name}-maildir < %{version}-%{release}
 Requires:       %{name}-mailmbox = %{version}-%{release}
@@ -169,6 +175,16 @@ Obsoletes:      sylpheed-claws-plugins-f
 This plugin inserts headers containing some download information:
 UIDL, Sylpheeds account name, POP server, user ID and retrieval time.
 
+%if 0%{?fedora} >= 12
+%package geolocation
+Summary:        provides GeoLocation functionality
+Group:          Applications/Internet
+Requires:       claws-mail >= %{version}
+
+%description geolocation
+This plugin provides GeoLocation functionality
+%endif
+
 %package gtkhtml2-viewer
 Summary:        GTK Html Viewer
 Group:          Applications/Internet
@@ -333,6 +349,13 @@ cd ../fetchinfo-plugin-%{fetchinfo}
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
+%if 0%{?fedora} >= 12
+#geolocation-plugin
+cd ../geolocation_plugin-%{geolocation}
+%configure --disable-static --disable-dependency-tracking
+%{__make} %{?_smp_mflags}
+%endif
+
 #gtkhtml2-viewer
 cd ../gtkhtml2_viewer-%{gtkhtml2viewer}
 %configure --disable-static --disable-dependency-tracking --disable-rpath
@@ -438,6 +461,14 @@ cd fetchinfo-plugin-%{fetchinfo}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
 cd -
 
+%if 0%{?fedora} >= 12
+#geolocation-plugin
+cd geolocation_plugin-%{geolocation}
+%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
+cd -
+%find_lang geolocation_plugin
+%endif
+
 #gtkhtml2-viewer
 cd gtkhtml2_viewer-%{gtkhtml2viewer}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
@@ -582,6 +613,15 @@ rm -rf $RPM_BUILD_ROOT
 %doc fetchinfo-plugin-%{fetchinfo}/README
 %{_libdir}/claws-mail/plugins/fetchinfo*
 
+%if 0%{?fedora} >= 12
+%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*
+%endif
+
 %files gtkhtml2-viewer -f gtkhtml2_viewer.lang
 %defattr(-,root,root,-)
 %doc gtkhtml2_viewer-%{gtkhtml2viewer}/AUTHORS
@@ -670,9 +710,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/claws-mail/plugins/vcalendar/
 
 %changelog
-* Wed Jan 13 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+* Tue Feb 09 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 3.7.5-1
+- version upgrade
+- unify specs
+
+* Tue Jan 12 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 3.7.4-2
-- no geo plugin on f11 due to old libchamplain
+- change Provides/Obsoletes of the geolocation plugin
 
 * Fri Jan 08 2010 Kevin Fenzi <kevin at tummy.com> 
 - 3.7.4-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-11/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- sources	12 Jan 2010 20:59:45 -0000	1.23
+++ sources	9 Feb 2010 12:38:30 -0000	1.24
@@ -1 +1 @@
-04bac65d15b2fb19a4535a552a27f612  claws-mail-extra-plugins-3.7.4.tar.bz2
+ff3fe3e242edcb8cb9a98d98285121e3  claws-mail-extra-plugins-3.7.5.tar.bz2



More information about the scm-commits mailing list