!2 Upgrade to 0.18.1
From: @weijin-deng Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
aaa79bf0ff
Binary file not shown.
BIN
libgdata-0.18.1.tar.xz
Normal file
BIN
libgdata-0.18.1.tar.xz
Normal file
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
Name: libgdata
|
Name: libgdata
|
||||||
Version: 0.17.9
|
Version: 0.18.1
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: GLib-based library for accessing online service APIs using the GData protocol
|
Summary: GLib-based library for accessing online service APIs using the GData protocol
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://live.gnome.org/%{name}
|
URL: https://live.gnome.org/%{name}
|
||||||
Source0: https://download.gnome.org/sources/%{name}/0.17/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/0.18/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: gcr-devel glib2-devel gnome-online-accounts-devel gobject-introspection-devel
|
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: gtk-doc intltool json-glib-devel liboauth-devel libsoup-devel libxml2-devel
|
||||||
BuildRequires: vala vala-devel
|
BuildRequires: vala vala-devel meson
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libgdata is a GLib-based library for accessing online service APIs using the
|
libgdata is a GLib-based library for accessing online service APIs using the
|
||||||
@ -28,11 +28,16 @@ applications that want to make use of %{name}.
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-always-build-tests --disable-silent-rules
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
|
%meson \
|
||||||
|
-Dalways_build_tests=false \
|
||||||
|
-Dinstalled_tests=false \
|
||||||
|
-Dgtk_doc=true \
|
||||||
|
%{nil}
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
@ -52,7 +57,6 @@ make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
|
|||||||
%{_libdir}/pkgconfig/libgdata.pc
|
%{_libdir}/pkgconfig/libgdata.pc
|
||||||
%{_datadir}/vala/vapi/libgdata.*
|
%{_datadir}/vala/vapi/libgdata.*
|
||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/*.gir
|
||||||
%{_libdir}/*.a
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -60,6 +64,11 @@ make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 31 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 0.18.1-1
|
||||||
|
- Upgrade to 0.18.1
|
||||||
|
- Update Version, Release, Source0, stage 'files'
|
||||||
|
- Stage 'build' use meson build
|
||||||
|
|
||||||
* Mon Sep 2 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.17.9-4
|
* Mon Sep 2 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.17.9-4
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user