commit ce7cd383aaf6e7f492e56314ef313fa515fad81c Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 10:56:09 2019 -0400 Package init diff --git a/libgdata-0.17.9.tar.xz b/libgdata-0.17.9.tar.xz new file mode 100644 index 0000000..7ce616e Binary files /dev/null and b/libgdata-0.17.9.tar.xz differ diff --git a/libgdata.spec b/libgdata.spec new file mode 100644 index 0000000..fe3e904 --- /dev/null +++ b/libgdata.spec @@ -0,0 +1,65 @@ +Name: libgdata +Version: 0.17.9 +Release: 4 +Summary: GLib-based library for accessing online service APIs using the GData protocol +License: LGPLv2+ +URL: https://live.gnome.org/%{name} +Source0: https://download.gnome.org/sources/%{name}/0.17/%{name}-%{version}.tar.xz +BuildRequires: gcr-devel glib2-devel gnome-online-accounts-devel gobject-introspection-devel +BuildRequires: gtk-doc intltool json-glib-devel liboauth-devel libsoup-devel libxml2-devel +BuildRequires: vala vala-devel + +%description +libgdata is a GLib-based library for accessing online service APIs using the +GData protocol --- most notably, Google's services. It provides APIs to access +the common Google services, and has full asynchronous support. + +%package devel +Summary: Development files for %{name} +Requires: %{name} = %{version}-%{release} + +%description devel +%{name}-devel contains the header files for developing +applications that want to make use of %{name}. + +%package_help + +%prep +%autosetup -n %{name}-%{version} -p1 + +%build +%configure --disable-always-build-tests --disable-silent-rules +make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing" + +%install +%make_install +%delete_la + +%ldconfig_scriptlets + +%files +%defattr(-,root,root) +%doc AUTHORS +%license COPYING +%{_datadir}/locale/* +%{_libdir}/libgdata.so.* +%{_libdir}/girepository-1.0/* + +%files devel +%defattr(-,root,root) +%{_includedir}/libgdata/* +%{_libdir}/libgdata.so +%{_libdir}/pkgconfig/libgdata.pc +%{_datadir}/vala/vapi/libgdata.* +%{_datadir}/gir-1.0/*.gir +%{_libdir}/*.a + +%files help +%defattr(-,root,root) +%doc NEWS README +%{_datadir}/gtk-doc/html/* + +%changelog +* Mon Sep 2 2019 openEuler Buildteam - 0.17.9-4 +- Package init +