|
@@ -2,7 +2,7 @@
|
|
%define _unpackaged_files_terminate_build 1
|
|
%define _unpackaged_files_terminate_build 1
|
|
|
|
|
|
Name: grilo-plugins
|
|
Name: grilo-plugins
|
|
-Version: 0.3.8
|
|
|
|
|
|
+Version: 0.3.9
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: A collection of plugins for the Grilo framework
|
|
Summary: A collection of plugins for the Grilo framework
|
|
Summary(ja): Grilo フレームワーク用のプラグイン集
|
|
Summary(ja): Grilo フレームワーク用のプラグイン集
|
|
@@ -10,7 +10,9 @@ Summary(ja): Grilo フレームワーク用のプラグイン集
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2
|
|
License: LGPLv2
|
|
URL: https://live.gnome.org/Grilo
|
|
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
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: meson
|
|
BuildRequires: meson
|
|
@@ -42,7 +44,9 @@ Distribution: Vine Linux
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-%meson
|
|
|
|
|
|
+%meson \
|
|
|
|
+ -Denable-lua-factory=no
|
|
|
|
+
|
|
%meson_build
|
|
%meson_build
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -88,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.3.8-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|