]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - gobject-introspection/gobject-introspection.nm
gobject-introspection: Update to 1.39.3.
[people/ms/ipfire-3.x.git] / gobject-introspection / gobject-introspection.nm
index 9c9cd1696d1508308523bd2c7c0582aff1eb9733..b04d3ae64e18660c33ac5b7f8e1690bac2b8284f 100644 (file)
@@ -4,22 +4,26 @@
 ###############################################################################
 
 name       = gobject-introspection
-version    = 0.9.12
+version    = %{major_ver}.%{minor_ver}
 release    = 1
 
+major_ver  = 1.39
+minor_ver  = 3
+
 groups     = Development/Libraries
 url        = http://live.gnome.org/GObjectIntrospection
 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
 
-source_dl  =
+source_dl  = http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_ver}/
+sources    = %{thisapp}.tar.xz
 
 build
        requires
@@ -33,17 +37,11 @@ build
        end
 
        configure_options += \
-               --sbindir=/sbin \
                --disable-static
-
-       test
-               make check
-       end
 end
 
 packages
        package %{name}
-       end
 
        package %{name}-libs
                template LIBS
@@ -53,6 +51,8 @@ packages
                template DEVEL
 
                requires = %{name}=%{thisver}
+
+               files += %{datadir}/gir*
        end
 
        package %{name}-debuginfo