Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
67587a84cd
!20 fix spec changelog date
From: @loong-C 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-05-25 01:49:07 +00:00
loong_C
18dd7c83bd fix spec changelog date 2022-05-20 14:32:38 +08:00
openeuler-ci-bot
781138bc57 !3 upgrade to 0.3.13
From: @jinzhimin369
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-02-02 20:45:59 +08:00
jzm369
524221469b upgrade to 0.3.13 2021-02-02 19:04:37 +08:00
openeuler-ci-bot
e73de0b844 !2 add yaml file in package
Merge pull request !2 from 桐小哥/master
2020-07-21 11:48:32 +08:00
tong_1001
403f106149 add yaml file in package 2020-06-12 20:53:43 +08:00
openeuler-ci-bot
79795036ca !1 optimization the spec
Merge pull request !1 from openeuler-basic/master
2019-12-31 19:10:11 +08:00
songnannan
dc9c091a62 master 2019-12-31 18:17:18 +08:00
songnannan
564cf2bc3a master 2019-12-31 18:07:39 +08:00
songnannan
941aae2c82 master 2019-12-31 17:35:56 +08:00
4 changed files with 24 additions and 6 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
Version: 0.3.13
Release: 2
Summary: A framework for browsing and searching media content
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/Grilo
Source0: https://github.com/GNOME/grilo/archive/%{name}-%{version}.tar.xz
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}-%{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,18 @@ mkdir -p %{buildroot}%{_datadir}/grilo-0.3/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

4
grilo.yaml Normal file
View File

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