rpms/epiphany/devel epiphany.spec,1.182,1.183

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Tue Feb 26 20:34:48 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/epiphany/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2029

Modified Files:
	epiphany.spec 
Log Message:
* Tue Feb 26 2008 Christopher Aillon <caillon at redhat.com> - 2.21.92-2
- Stop shipping LowContrastLargePrint icons



Index: epiphany.spec
===================================================================
RCS file: /cvs/extras/rpms/epiphany/devel/epiphany.spec,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- epiphany.spec	26 Feb 2008 18:06:35 -0000	1.182
+++ epiphany.spec	26 Feb 2008 20:34:14 -0000	1.183
@@ -8,7 +8,7 @@
 Summary: GNOME web browser based on the Mozilla rendering engine
 Name: epiphany
 Version: 2.21.92
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Internet
 URL: http://www.gnome.org/projects/epiphany/
@@ -137,7 +137,9 @@
 rm -f $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/icon-theme.cache
 rm -f $RPM_BUILD_ROOT/%{_datadir}/icons/HighContrastLargePrint/icon-theme.cache
 rm -f $RPM_BUILD_ROOT/%{_datadir}/icons/HighContrastLargePrintInverse/icon-theme.cache
-rm -f $RPM_BUILD_ROOT/%{_datadir}/icons/LowContrastLargePrint/icon-theme.cache
+
+# LowContrastLargePrint seems to be obsolete, so remove it until further notice
+rm -rf $RPM_BUILD_ROOT/%{_datadir}/icons/LowContrastLargePrint
 
 %post
 update-desktop-database -q %{_datadir}/applications
@@ -153,7 +155,6 @@
   /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
   /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/HighContrastLargePrint
   /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/HighContrastLargePrintInverse
-  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/LowContrastLargePrint
 fi
 
 %pre
@@ -180,7 +181,6 @@
   /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
   /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/HighContrastLargePrint
   /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/HighContrastLargePrintInverse
-  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/LowContrastLargePrint
 fi
 
 %clean
@@ -203,7 +203,6 @@
 %{_datadir}/icons/hicolor/48x48/apps/epiphany-bookmarks.png
 %{_datadir}/icons/HighContrastLargePrint/48x48/apps/gnome-web-browser.png
 %{_datadir}/icons/HighContrastLargePrintInverse/48x48/apps/gnome-web-browser.png
-%{_datadir}/icons/LowContrastLargePrint/48x48/apps/gnome-web-browser.png
 %{_datadir}/dbus-1/services/org.gnome.Epiphany.service
 
 %files devel
@@ -215,6 +214,9 @@
 %{_datadir}/pygtk/2.0/defs/epiphany.defs
 
 %changelog
+* Tue Feb 26 2008 Christopher Aillon <caillon at redhat.com> - 2.21.92-2
+- Stop shipping LowContrastLargePrint icons
+
 * Tue Feb 26 2008 Christopher Aillon <caillon at redhat.com> - 2.21.92-1
 - Update to 2.21.92
 - Update the xulrunner patch




More information about the fedora-extras-commits mailing list