X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=glib2%2Fglib2.nm;h=26ad2370fb291acebff86341b19770bf595f7b04;hb=eac3ee6bc4c11ee2441fc8195862b726bef5c7f7;hp=67c7fb097a1d6ba55aa90a2f61facf0c334bf336;hpb=c8a19fb4502045811be3f620e197e4e82b7e43ec;p=people%2Farne_f%2Fipfire-3.x.git diff --git a/glib2/glib2.nm b/glib2/glib2.nm index 67c7fb097..26ad2370f 100644 --- a/glib2/glib2.nm +++ b/glib2/glib2.nm @@ -4,11 +4,13 @@ ############################################################################### name = glib2 -ver_major = 2.31 -version = %{ver_major}.2 +ver_major = 2.50 +ver_minor = 1 +version = %{ver_major}.%{ver_minor} release = 1 thisapp = glib-%{version} +maintainer = Erik Kapfer groups = System/Libraries url = http://www.gtk.org license = LGPLv2+ @@ -29,23 +31,16 @@ build requires gettext libffi-devel - libselinux-devel + libmount-devel pcre-devel pkg-config zlib-devel end configure_options += \ - --sysconfdir=/etc \ --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