Browse Source

grilo-0.3.9-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12162 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 4 years ago
parent
commit
042a8442be
1 changed files with 9 additions and 3 deletions
  1. 9 3
      g/grilo/grilo-vl.spec

+ 9 - 3
g/grilo/grilo-vl.spec

@@ -2,7 +2,7 @@
 %define _unpackaged_files_terminate_build 1
 
 Name:           grilo
-Version:        0.3.7
+Version:        0.3.9
 Release:        1%{?_dist_release}
 Summary:        Framework for multimedia developers
 Summary(ja):    マルチメディア開発者用のフレームワーク
@@ -10,7 +10,9 @@ Summary(ja):    マルチメディア開発者用のフレームワーク
 Group:          System Environment/Libraries
 License:        LGPLv2
 URL:            https://live.gnome.org/Grilo
-Source0:        http://download.gnome.org/sources/%{name}/0.3/%{name}-%{version}.tar.xz
+
+%define major_minor %(echo %{version} | sed -e 's/\.[0-9]*$//')
+Source0:        http://download.gnome.org/sources/%{name}/%{major_minor}/%{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  meson
@@ -19,6 +21,7 @@ BuildRequires:  gtk3-devel
 BuildRequires:  libsoup-devel 
 BuildRequires:  libxml2-devel 
 BuildRequires:  gobject-introspection-devel 
+BuildRequires:  python3-devel
 BuildRequires:  totem-pl-parser-devel >= 3.4.1
 BuildRequires:  vala-devel
 
@@ -46,7 +49,7 @@ developing applications that use %{name}.
 %setup -q
 
 %build
-%meson
+%meson -Denable-gtk-doc=false
 
 %meson_build
 
@@ -105,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.3.9-1
+- new upstream release.
+
 * Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.3.7-1
 - new upstream release.