diff --git a/glibmm-2.58.0.tar.xz b/glibmm-2.58.0.tar.xz deleted file mode 100644 index 71e3442..0000000 Binary files a/glibmm-2.58.0.tar.xz and /dev/null differ diff --git a/glibmm-2.64.5.tar.xz b/glibmm-2.64.5.tar.xz new file mode 100644 index 0000000..158dc42 Binary files /dev/null and b/glibmm-2.64.5.tar.xz differ diff --git a/glibmm24.spec b/glibmm24.spec index 7b46b1a..62c3ea6 100644 --- a/glibmm24.spec +++ b/glibmm24.spec @@ -1,14 +1,16 @@ Name: glibmm24 -Version: 2.58.0 -Release: 2 +Version: 2.64.5 +Release: 1 Summary: C++ interface for the GLib library License: LGPLv2+ URL: http://www.gtkmm.org/ -Source0: http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.58/glibmm-2.58.0.tar.xz +Source0: http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.64/glibmm-%{version}.tar.xz -BuildRequires: gcc-c++ glib2-devel >= 2.55.1 libsigc++20-devel >= 2.9.1 +BuildRequires: gcc-c++ glib2-devel >= 2.61.2 libsigc++20-devel >= 2.9.1 BuildRequires: m4 perl-generators perl-interpreter perl-Getopt-Long -Requires: glib2 >= 2.55.1 libsigc++20 >= 2.9.1 +BuildRequires: meson doxygen libxslt mm-common graphviz + +Requires: glib2 >= 2.61.2 libsigc++20 >= 2.9.1 %description The glibmm package is a set of C++ bindings for Glib. @@ -40,14 +42,11 @@ The glibmm24-help package contains the full API documentation for glibmm24. %build -%configure -sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool -sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool -%make_build - +%meson -Dbuild-documentation=true +%meson_build %install -%make_install +%meson_install %delete_la @@ -67,5 +66,9 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %changelog +* Fri Jun 18 2021 weijin deng - 2.64.5-1 +- Upgrade to 2.64.5 +- Use meson rebuild + * Thu Dec 12 2019 zoushuangshuang - 2.58.0-2 - Package init