]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
gobject-intospection: Update to 1.35.4.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 3 Feb 2013 19:10:18 +0000 (20:10 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 12 Feb 2013 20:19:20 +0000 (21:19 +0100)
Update to the latest version.

gobject-introspection/gobject-introspection.nm

index 30add8ba8d4a3bca216e2bd94fcca7b568b43f0a..1f6bc03fe8cb5ca04111ed69ec4bc224db131e89 100644 (file)
@@ -7,8 +7,8 @@ name       = gobject-introspection
 version    = %{major_ver}.%{minor_ver}
 release    = 1
 
-major_ver  = 1.31
-minor_ver  = 22
+major_ver  = 1.35
+minor_ver  = 4
 
 groups     = Development/Libraries
 url        = http://live.gnome.org/GObjectIntrospection
@@ -16,9 +16,9 @@ license    = GPLv2+, LGPLv2+, MIT
 summary    = Introspection system for GObject-based libraries.
 
 description
-       GObject Introspection can scan C header and source files in order \
-       to generate introspection "typelib" files. It also provides an API to \
-       examine typelib files, useful for creating language bindings among \
+       GObject Introspection can scan C header and source files in order
+       to generate introspection "typelib" files. It also provides an API to
+       examine typelib files, useful for creating language bindings among
        other things.
 end
 
@@ -38,10 +38,6 @@ build
 
        configure_options += \
                --disable-static
-
-       test
-               make check
-       end
 end
 
 packages
@@ -55,6 +51,8 @@ packages
                template DEVEL
 
                requires = %{name}=%{thisver}
+
+               files += %{datadir}/gir*
        end
 
        package %{name}-debuginfo