[libgee/el6/master] - Unrequire gobject-introspection for EL-6

Michel Alexandre Salim salimma at fedoraproject.org
Sat Dec 18 21:01:16 UTC 2010


commit 4d1e21891b660631137287fc460e54774c762400
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sat Dec 18 22:01:03 2010 +0100

    - Unrequire gobject-introspection for EL-6

 libgee.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/libgee.spec b/libgee.spec
index c96dd9c..3d0b73d 100644
--- a/libgee.spec
+++ b/libgee.spec
@@ -1,6 +1,6 @@
 Name:           libgee
 Version:        0.5.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GObject collection library
 
 Group:          System Environment/Libraries
@@ -37,7 +37,6 @@ It's planned to provide bindings for further languages.
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       gobject-introspection-devel
 # The Vala API binding is only one file; seems superfluous to have a subpackage
 Requires:       vala, pkgconfig
 
@@ -84,11 +83,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/gee-1.0.pc
-%{_datadir}/gir-1.0/Gee-1.0.gir
+%exclude %{_datadir}/gir-1.0/Gee-1.0.gir
 %{_datadir}/vala/vapi/gee-1.0.vapi
 
 
 %changelog
+* Sat Dec 18 2010 Michel Salim <salimma at fedoraproject.org> - 0.5.1-2
+- Unrequire gobject-introspection for EL-6
+
 * Thu Jun 17 2010 Michel Salim <salimma at fedoraproject.org> - 0.5.1-1
 - Update to 0.5.1
 


More information about the scm-commits mailing list