rpms/xfce4-weather-plugin/F-10 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xfce4-weather-plugin.spec, 1.13, 1.14

Christoph Wickert cwickert at fedoraproject.org
Sun Jun 14 12:28:45 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-weather-plugin/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28410/F-10

Modified Files:
	.cvsignore sources xfce4-weather-plugin.spec 
Log Message:
* Sat Jun 13 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.3-1
- Update to 0.6.3



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-weather-plugin/F-10/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	19 Nov 2007 20:17:12 -0000	1.5
+++ .cvsignore	14 Jun 2009 12:28:14 -0000	1.6
@@ -1 +1 @@
-xfce4-weather-plugin-0.6.2.tar.bz2
+xfce4-weather-plugin-0.6.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-weather-plugin/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	19 Nov 2007 20:17:12 -0000	1.5
+++ sources	14 Jun 2009 12:28:14 -0000	1.6
@@ -1 +1 @@
-ba89c4f384d3a32afd0b33acad021af0  xfce4-weather-plugin-0.6.2.tar.bz2
+635d939de81ef7c30ea9b726b9ab6741  xfce4-weather-plugin-0.6.3.tar.gz


Index: xfce4-weather-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-weather-plugin/F-10/xfce4-weather-plugin.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- xfce4-weather-plugin.spec	19 Feb 2008 00:06:49 -0000	1.13
+++ xfce4-weather-plugin.spec	14 Jun 2009 12:28:14 -0000	1.14
@@ -1,44 +1,55 @@
 Name:		xfce4-weather-plugin
-Version:	0.6.2
-Release:	3%{?dist}
+Version:	0.6.3
+Release:	1%{?dist}
 Summary:	Weather plugin for the Xfce panel
 
 Group:		User Interface/Desktops
 License:	BSD
 URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
-Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
+Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.3.99.1, libxfcegui4-devel >= 4.3.90.2, libxml2-devel
-BuildRequires:	gettext, perl(XML::Parser)
+BuildRequires:	gettext, intltool
 Requires:	xfce4-panel >= 4.4.1
 
 %description
 A weather plugin for the Xfce panel. It shows the current temperature and 
 weather condition, using weather data provided by xoap.weather.com.
 
+
 %prep
 %setup -q
 
+
 %build
 %configure --disable-static
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
 
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
 %post
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
-%clean
-rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -48,37 +59,47 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/48x48/apps/xfce4-weather.png
 %{_datadir}/xfce4/weather
 
+
 %changelog
+* Sat Jun 13 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.3-1
+- Update to 0.6.3
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.2-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Jan 18 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.2-4
+- Rebuild for Xfce 4.6 (Beta 3)
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.6.2-3
 - Autorebuild for GCC 4.3
 
-* Fri Dec 07 2007 Christoph Wickert <fedora christoph-wickert de> - 0.6.2-2
+* Fri Dec 07 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.2-2
 - Rebuild for Xfce 4.4.2
 
-* Mon Nov 19 2007 Christoph Wickert <fedora christoph-wickert de> - 0.6.2-1
+* Mon Nov 19 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.2-1
 - Update to 0.6.0 on Xfce 4.4.1
 
-* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 0.6.0-1
+* Mon Jan 22 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.0-1
 - Update to 0.6.0 on Xfce 4.4.
 - Update gtk-icon-cache scriptlets.
 
-* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.5.99.1-3
+* Thu Oct 05 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.99.1-3
 - Bump release for devel checkin.
 
-* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 0.5.99.1-2
+* Wed Sep 13 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.99.1-2
 - Rebuild for XFCE 4.3.99.1.
 - BR perl(XML::Parser).
 
-* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 0.5.99.1-1
+* Wed Sep 13 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.99.1-1
 - Update to 0.5.99.1.
 
-* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.5.90.2-1
+* Mon Sep 04 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.90.2-1
 - Update to 0.5.90.2 on XFCE 4.3.90.2.
 
-* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.9-7
+* Mon Sep 04 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.9-7
 - Mass rebuild for Fedora Core 6.
 
-* Sat Jul 29 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.9-6
+* Sat Jul 29 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.9-6
 - BuildRequire gettext (#193444)
 - Require xfce4-panel.
 




More information about the fedora-extras-commits mailing list