X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fipfire-3.x.git;a=blobdiff_plain;f=glib2%2Fglib2.nm;h=e6f97ec5ab5a5628a827be463e06796e02aa043f;hp=08c056af71824e8bb027f93955f2de5d0bddf285;hb=83f94cd39c7e64fac758e33dfa2c55d845d024ce;hpb=e84b24e82329d16ca18bff7966d4f02d997bc965 diff --git a/glib2/glib2.nm b/glib2/glib2.nm index 08c056af7..e6f97ec5a 100644 --- a/glib2/glib2.nm +++ b/glib2/glib2.nm @@ -3,24 +3,28 @@ # Copyright (C) - IPFire Development Team # ############################################################################### -name = glib -version = 2.29.14 +name = glib2 +ver_major = 2.39 +ver_minor = 4 +version = %{ver_major}.%{ver_minor} release = 1 +thisapp = glib-%{version} +maintainer = Erik Kapfer groups = System/Libraries url = http://www.gtk.org license = LGPLv2+ summary = A library of handy utility functions. description - GLib is the low-level core library that forms the basis \ - for projects such as GTK+ and GNOME. It provides data structure \ - handling for C, portability wrappers, and interfaces for such runtime \ - functionality as an event loop, threads, dynamic loading, and an \ + GLib is the low-level core library that forms the basis + for projects such as GTK+ and GNOME. It provides data structure + handling for C, portability wrappers, and interfaces for such runtime + functionality as an event loop, threads, dynamic loading, and an object system. end -source_dl = +source_dl = http://ftp.gnome.org/pub/gnome/sources/glib/%{ver_major}/ sources = %{thisapp}.tar.xz build @@ -38,22 +42,19 @@ build --with-pcre=system install_cmds - ./mkinstalldirs %{BUILDROOT}/lib - cd %{BUILDROOT}/usr/lib && for name in glib gobject gmodule gthread gio; do \ - mv -v lib${name}-2.0.so.* ../../lib; \ - ln -svf ../../lib/lib${name}-2.0.so.*.* lib${name}-2.0.so; \ - done - mkdir -pv %{BUILDROOT}/etc/profile.d/ cp -vf %{DIR_SOURCE}/glib2-locale.sh %{BUILDROOT}/etc/profile.d/ end end packages - package %{name}2 - end - - package %{name}2-devel + package %{name} + + package %{name}-devel template DEVEL end + + package %{name}-debuginfo + template DEBUGINFO + end end