rpms/hotwire/F-7 hotwire.spec,1.3,1.4

Colin Walters (walters) fedora-extras-commits at redhat.com
Sat Jun 30 19:14:38 UTC 2007


Author: walters

Update of /cvs/extras/rpms/hotwire/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13359

Modified Files:
	hotwire.spec 
Log Message:
merge from devel


Index: hotwire.spec
===================================================================
RCS file: /cvs/extras/rpms/hotwire/F-7/hotwire.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hotwire.spec	7 Jun 2007 14:59:49 -0000	1.3
+++ hotwire.spec	30 Jun 2007 19:14:02 -0000	1.4
@@ -3,17 +3,18 @@
 
 Summary: Hotwire Shell
 Name: hotwire
-Version: 0.556
+Version: 0.575
 Release: 1%{?dist}
-Source0: http://submind.verbum.org/download/hotwire-%{version}.zip
+Source0: http://hotwire-shell.org/download/hotwire-%{version}.zip
 License: GPL
 Group: User Interface/Desktops
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
-Url: http://submind.verbum.org/hotwire
+Url: http://hotwire-shell.org
 BuildRequires: python-devel
 Requires: pygtk2
 Requires: gnome-python2-desktop
+Requires: dbus-python
 Requires: gnome-python2-gnomevfs
 Requires: desktop-file-utils
 
@@ -43,11 +44,27 @@
 %dir %{python_sitelib}/hotwire_ui
 %{python_sitelib}/hotwire_ui/*
 %{_datadir}/applications/hotwire.desktop
+%{_datadir}/icons/hicolor/24x24/apps/*.png
 
 %post
 desktop-file-install --vendor='hotwire' %{_datadir}/applications/hotwire.desktop 
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
+%postun
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 %changelog
+* Sat Jun 30 2007 Colin Walters <walters at redhat.com> - 0.575-1
+- new upstream
+- add icon goo
+- update url
+
+* Wed Jun 20 2007 Colin Walters <walters at redhat.com> - 0.567-1
+- update
+- R dbus-python
+
 * Thu Jun  7 2007 Colin Walters <walters at redhat.com> - 0.556-1
 - update
 - kill off pygtk br




More information about the fedora-extras-commits mailing list