diff --git a/gfbgraph-0.2.3.tar.xz b/gfbgraph-0.2.3.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..1662dcde56e283ffe35eee95d55576c095bb4b2f Binary files /dev/null and b/gfbgraph-0.2.3.tar.xz differ diff --git a/gfbgraph.spec b/gfbgraph.spec new file mode 100644 index 0000000000000000000000000000000000000000..d710fdc6605a896a7480aac49ff88d0442b32317 --- /dev/null +++ b/gfbgraph.spec @@ -0,0 +1,63 @@ +Name: gfbgraph +Version: 0.2.3 +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: pkgconfig(gio-2.0) pkgconfig(glib-2.0) pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(goa-1.0) gobject-introspection-devel gtk-doc 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 +%setup -q + +%build +%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 +%doc COPYING +%doc NEWS +%doc README +%{_libdir}/libgfbgraph-0.2.so.* +%dir %{_libdir}/girepository-1.0 +%{_libdir}/girepository-1.0/GFBGraph-0.2.typelib + +%files devel +%{_libdir}/libgfbgraph-0.2.so +%{_libdir}/pkgconfig/libgfbgraph-0.2.pc +%dir %{_datadir}/gir-1.0 +%{_datadir}/gir-1.0/GFBGraph-0.2.gir +%dir %{_datadir}/gtk-doc +%dir %{_datadir}/gtk-doc/html +%doc %{_datadir}/gtk-doc/html/gfbgraph-0.2 +%dir %{_includedir}/gfbgraph-0.2 +%{_includedir}/gfbgraph-0.2/gfbgraph + +%changelog +* Mon Jul 20 2020 yaokai - 0.2.3-1 +- package init diff --git a/gfbgraph.yaml b/gfbgraph.yaml new file mode 100644 index 0000000000000000000000000000000000000000..86279c22c3d8992f926db6e1a6c63b244f653e1c --- /dev/null +++ b/gfbgraph.yaml @@ -0,0 +1,5 @@ +git_url: https://gitlab.gnome.org/GNOME/libgfbgraph.git +version_control: gitlab.gnome +src_repo: libgfbgraph +tag_prefix: "^v_" +seperator: "_"