[eog/f14/master] fix file lists

Matthias Clasen mclasen at fedoraproject.org
Tue Aug 17 18:17:22 UTC 2010


commit 46ed7b9d5903a380b0a641ba1cdba84ce498f4da
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Aug 17 14:01:51 2010 -0400

    fix file lists

 eog.spec |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/eog.spec b/eog.spec
index 2968cc2..20b6b76 100644
--- a/eog.spec
+++ b/eog.spec
@@ -130,12 +130,10 @@ update-desktop-database -q
 if [ $1 -eq 0 ]; then
   touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
   gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
-  glib-compile-schemas %{_datadir}/glib-2.0/schemas
 fi
 
 %posttrans
 gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
-glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
 %files -f %{name}.lang
 %defattr(-,root,root)
@@ -147,7 +145,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %{_bindir}/*
 %{_sysconfdir}/gconf/schemas/*.schemas
 %{_libdir}/eog
-%{_datadir}/glib-2.0/schemas/org.gnome.eog.gschema.xml
 
 %files devel
 %defattr(-,root,root)


More information about the scm-commits mailing list