Name: gfbgraph Version: 0.2.5 Release: 1 Summary: GLib/GObject wrapper for the Facebook Graph API License: LGPLv2+ URL: https://wiki.gnome.org/Projects/GFBGraph Source0: https://download.gnome.org/sources/gfbgraph/0.2/gfbgraph-%{version}.tar.xz BuildRequires: autoconf automake make libtool glib2-devel gobject-introspection-devel gtk-doc BuildRequires: pkgconfig(goa-1.0) pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libsoup-2.4) pkgconfig(rest-0.7) Requires: gobject-introspection %description GLib/GObject wrapper for the Facebook Graph API that integrates with GNOME Online Accounts. %package devel Summary: Development files for gfbgraph Requires: gobject-introspection-devel gfbgraph%{?_isa} = %{version}-%{release} %description devel The gfbgraph-devel package contains libraries and header files for developing applications that use gfbgraph. %prep %autosetup -p1 %build gtkdocize autoreconf --install --verbose %configure \ --disable-silent-rules \ --disable-static \ --enable-gtk-doc \ --enable-introspection sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool %make_build %install %make_install find $RPM_BUILD_ROOT -name '*.la' -delete rm -rf $RPM_BUILD_ROOT%{_prefix}/doc %ldconfig_scriptlets %files %doc AUTHORS COPYING NEWS README %{_libdir}/libgfbgraph-0.2.so.* %{_libdir}/girepository-1.0/GFBGraph-0.2.typelib %files devel %{_libdir}/libgfbgraph-0.2.so %{_libdir}/pkgconfig/libgfbgraph-0.2.pc %{_datadir}/gir-1.0/GFBGraph-0.2.gir %doc %{_datadir}/gtk-doc/html/gfbgraph-0.2 %{_includedir}/gfbgraph-0.2/gfbgraph %changelog * Mon Mar 28 2022 lin zhang - 0.2.5-1 - Update to 0.2.5 * Mon Nov 15 2021 liwu - 0.2.4-2 - Fix CVE-2021-39358 * Thu Jun 17 2021 weijin deng - 0.2.4-1 - Upgrade to 0.2.4 * Mon Jul 20 2020 yaokai - 0.2.3-1 - package init