Browse Source

grilo-plugins-0.3.9-1

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

+ 10 - 3
g/grilo-plugins/grilo-plugins-vl.spec

@@ -2,7 +2,7 @@
 %define _unpackaged_files_terminate_build 1
 
 Name:           grilo-plugins
-Version:        0.3.8
+Version:        0.3.9
 Release:        1%{?_dist_release}
 Summary:        A collection of plugins for the Grilo framework
 Summary(ja):    Grilo フレームワーク用のプラグイン集
@@ -10,7 +10,9 @@ Summary(ja):    Grilo フレームワーク用のプラグイン集
 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
@@ -42,7 +44,9 @@ Distribution:	Vine Linux
 %setup -q
 
 %build
-%meson
+%meson \
+ -Denable-lua-factory=no
+
 %meson_build
 
 %install
@@ -88,6 +92,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.8-1
 - new upstream release.