66 lines
1.7 KiB
RPMSpec
66 lines
1.7 KiB
RPMSpec
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 <buildteam@openeuler.org> - 0.17.9-4
|
|
- Package init
|
|
|