X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fipfire-3.x.git;a=blobdiff_plain;f=glib2%2Fglib2.nm;h=e6f97ec5ab5a5628a827be463e06796e02aa043f;hp=792c03b1eff95b0bd503904c8443b84a02f40fa9;hb=83f94cd39c7e64fac758e33dfa2c55d845d024ce;hpb=2e5078c86b9e5de118823cc6fafac74b5d539894 diff --git a/glib2/glib2.nm b/glib2/glib2.nm index 792c03b1e..e6f97ec5a 100644 --- a/glib2/glib2.nm +++ b/glib2/glib2.nm @@ -4,11 +4,13 @@ ############################################################################### name = glib2 -ver_major = 2.30 -version = %{ver_major}.0 -release = 2 +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+ @@ -22,7 +24,7 @@ description object system. end -source_dl = http://ftp.gnome.org/pub/gnome/sources/glib/%{version_major}/ +source_dl = http://ftp.gnome.org/pub/gnome/sources/glib/%{ver_major}/ sources = %{thisapp}.tar.xz build @@ -40,12 +42,6 @@ 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 @@ -57,4 +53,8 @@ packages package %{name}-devel template DEVEL end + + package %{name}-debuginfo + template DEBUGINFO + end end