rpms/epiphany/F-8 epiphany.spec,1.176,1.177

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Sun Apr 27 05:12:39 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/epiphany/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8109

Modified Files:
	epiphany.spec 
Log Message:
* Sun Apr 27 2008 Christopher Aillon <caillon at redhat.com> - 2.20.3-4
- Stop shipping LowContrastLargePrint icons
- Resolves #444322



Index: epiphany.spec
===================================================================
RCS file: /cvs/extras/rpms/epiphany/F-8/epiphany.spec,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- epiphany.spec	16 Apr 2008 18:39:14 -0000	1.176
+++ epiphany.spec	27 Apr 2008 05:12:01 -0000	1.177
@@ -8,7 +8,7 @@
 Summary: GNOME web browser based on the Mozilla rendering engine
 Name: epiphany
 Version: 2.20.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Internet
 URL: http://www.gnome.org/projects/epiphany/
@@ -120,7 +120,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
@@ -136,7 +138,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
@@ -163,7 +164,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
@@ -187,7 +187,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
@@ -199,6 +198,9 @@
 %{_datadir}/pygtk/2.0/defs/epiphany.defs
 
 %changelog
+* Sun Apr 27 2008 Christopher Aillon <caillon at redhat.com> - 2.20.3-4
+- Stop shipping LowContrastLargePrint icons
+
 * Wed Apr 16 2008 Christopher Aillon <caillon at redhat.com> - 2.20.3-3
 - Rebuild against newer gecko
 




More information about the fedora-extras-commits mailing list