Compare commits

..

No commits in common. "67587a84cd87fdf8d94bf778b1f434cc65df7325" and "3ba24d985cdd6d3f0805072dced6c5b7e8a9d30f" have entirely different histories.

4 changed files with 6 additions and 24 deletions

Binary file not shown.

BIN
grilo-0.3.9.tar.xz Normal file

Binary file not shown.

View File

@ -1,14 +1,11 @@
# first two digits of version
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Name: grilo
Version: 0.3.13
Version: 0.3.9
Release: 2
Summary: A framework for browsing and searching media content
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/Grilo
Source0: https://download.gnome.org/sources/grilo/%{release_version}/grilo-%{version}.tar.xz
Source0: https://github.com/GNOME/grilo/archive/%{name}-%{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
@ -31,6 +28,7 @@ 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
@ -40,7 +38,7 @@ install the %{name}-devel package if you want to develop applications that use
%package_help
%prep
%autosetup -p1
%autosetup -n %{name}-%{version} -p1
%build
%meson -Denable-gtk-doc=true
@ -49,8 +47,8 @@ install the %{name}-devel package if you want to develop applications that use
%install
%meson_install
mkdir -p %{buildroot}%{_libdir}/grilo-%{release_version}/
mkdir -p %{buildroot}%{_datadir}/grilo-%{release_version}/plugins/
mkdir -p %{buildroot}%{_libdir}/grilo-0.3
mkdir -p %{buildroot}%{_datadir}/grilo-0.3/plugins
%find_lang grilo
%ldconfig_scriptlets
@ -79,18 +77,6 @@ mkdir -p %{buildroot}%{_datadir}/grilo-%{release_version}/plugins/
%{_datadir}/gtk-doc/html/grilo/
%changelog
* Fri May 20 2022 loong_C <loong_c@yeah.net> - 0.3.13-2
- fix spec changelog date
* Tue Feb 2 2021 jinzhimin <jinzhimin2@huawei.com> - 0.3.13-1
- upgrade to 0.3.13
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.9-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:optimization the spec
* Sat Nov 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.9-2
- Type:bugfix
- Id:NA

View File

@ -1,4 +0,0 @@
version_control: gitlab.gnome
src_repo: grilo
tag_prefix: ^grilo-
seperator: .