[exo] EL6 does not have gio-querymodules

Orion Poplawski orion at fedoraproject.org
Thu May 19 19:35:15 UTC 2011


commit dbf14f458d70d00603df8780d36d62e3273eab72
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu May 19 13:35:05 2011 -0600

    EL6 does not have gio-querymodules

 exo.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/exo.spec b/exo.spec
index 76717f3..5359d6f 100644
--- a/exo.spec
+++ b/exo.spec
@@ -6,7 +6,7 @@
 
 Name:           exo
 Version:        0.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Application library for the Xfce desktop environment
 
 Group:          System Environment/Libraries
@@ -103,7 +103,7 @@ touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 %postun
 /sbin/ldconfig
-%if 0%{?fc13}%{?fc14}%{?el6}
+%if 0%{?fc13}%{?fc14}
     gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules &> /dev/null || :
 %endif
 if [ $1 -eq 0 ] ; then
@@ -153,6 +153,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitearch}/pyexo.*
 
 %changelog
+* Thu May 19 2011 Orion Poplawski <orion at cora.nwra.com> - 0.6.1-2
+- EL6 does not have gio-querymodules
+
 * Mon May 09 2011 Kevin Fenzi <kevin at scrye.com> - 0.6.1-1
 - Update to 0.6.1
 


More information about the scm-commits mailing list