upgrade to 0.3.13

This commit is contained in:
jzm369 2021-02-02 19:04:37 +08:00
parent e73de0b844
commit 524221469b
4 changed files with 15 additions and 10 deletions

BIN
grilo-0.3.13.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,14 @@
# first two digits of version
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Name: grilo
Version: 0.3.9
Release: 3
Version: 0.3.13
Release: 1
Summary: A framework for browsing and searching media content
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/Grilo
Source0: https://github.com/grilofw/grilo/archive/%{name}-%{version}.tar.gz
Source0: https://download.gnome.org/sources/grilo/%{release_version}/grilo-%{version}.tar.xz
BuildRequires: chrpath glib2-devel gettext gobject-introspection-devel >= 0.9.0
BuildRequires: gtk-doc gtk3-devel liboauth-devel libsoup-devel libxml2-devel
@ -28,7 +31,6 @@ A flexible API that allows plugin developers to write plugins of various kinds.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
Obsoletes: grilo-vala < 0.2.13
%description devel
Libraries and header files are contained in %{name}-devel package. You need to
@ -38,7 +40,7 @@ install the %{name}-devel package if you want to develop applications that use
%package_help
%prep
%autosetup -n %{name}-%{name}-%{version} -p1
%autosetup -p1
%build
%meson -Denable-gtk-doc=true
@ -47,8 +49,8 @@ install the %{name}-devel package if you want to develop applications that use
%install
%meson_install
mkdir -p %{buildroot}%{_libdir}/grilo-0.3
mkdir -p %{buildroot}%{_datadir}/grilo-0.3/plugins
mkdir -p %{buildroot}%{_libdir}/grilo-%{release_version}/
mkdir -p %{buildroot}%{_datadir}/grilo-%{release_version}/plugins/
%find_lang grilo
%ldconfig_scriptlets
@ -77,6 +79,9 @@ mkdir -p %{buildroot}%{_datadir}/grilo-0.3/plugins
%{_datadir}/gtk-doc/html/grilo/
%changelog
* Tue Feb 2 2021 jinzhimin <jinzhimin2@huawei.com> - 0.3.13-1
- upgrade to 0.3.13
* Thu Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.9-3
- Type:bugfix
- Id:NA

View File

@ -1,4 +1,4 @@
version_control: github
src_repo: grilofw/grilo
tag_prefix: ^v
version_control: gitlab.gnome
src_repo: grilo
tag_prefix: ^grilo-
seperator: .