Update to 0.2.11

This commit is contained in:
Kalev Lember 2014-02-19 10:22:08 +01:00
parent 45034a3562
commit edcde065df
4 changed files with 10 additions and 25 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/grilo-plugins-0.2.7.tar.xz
/grilo-plugins-0.2.8.tar.xz
/grilo-plugins-0.2.9.tar.xz
/grilo-plugins-0.2.11.tar.xz

View File

@ -1,11 +0,0 @@
--- grilo-plugins-0.2.9/configure.ac 2013-08-25 14:20:34.000000000 -0700
+++ grilo-plugins-0.2.9/configure.ac.new 2013-12-27 18:01:21.297513044 -0800
@@ -144,7 +144,7 @@
HAVE_GMIME=no)])
# Search available Tracker version
trackerpkg="tracker-sparql-0.10"
-m4_foreach([VERSION], [[0.10], [0.11], [0.12], [0.14], [0.15], [0.16]],
+m4_foreach([VERSION], [[0.10], [0.11], [0.12], [0.14], [0.15], [0.16], [0.17], [0.18]],
[PKG_CHECK_EXISTS([tracker-sparql-VERSION >= 0.10.5],
[ trackerpkg="tracker-sparql-VERSION" ])
])

View File

@ -2,19 +2,16 @@
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Name: grilo-plugins
Version: 0.2.9
Release: 3%{?dist}
Version: 0.2.11
Release: 1%{?dist}
Summary: Plugins for the Grilo framework
Group: Applications/Multimedia
License: LGPLv2+
Url: https://live.gnome.org/Grilo
Source0: http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/%{release_version}/grilo-plugins-%{version}.tar.xz
# Trivial patch to support newer tracker, equivalent commits in
# git.gnome are dd5b447bf20 and 5145299309
Patch0: grilo-plugins-0.2.9-tracker_version.patch
BuildRequires: grilo-devel >= 0.2.6
BuildRequires: grilo-devel >= 0.2.8
BuildRequires: glib2-devel >= 2.26.0
BuildRequires: libgcrypt-devel
BuildRequires: libxml2-devel
@ -29,10 +26,8 @@ BuildRequires: tracker-devel >= 0.9.0
BuildRequires: gmime-devel
BuildRequires: libdmapsharing-devel
BuildRequires: json-glib-devel
# Needed when running autoreconf for patch0, drop if not autoreconfing
BuildRequires: gnome-common
Requires: grilo >= 0.2.6
Requires: grilo >= 0.2.8
Requires: gupnp >= 0.13.0
Requires: gupnp-av >= 0.5.0
@ -59,12 +54,8 @@ This package contains plugins to get information from theses sources:
%prep
%setup -q
%patch0 -p1
%build
# needed for patch0
autoreconf -i
%configure \
--disable-static \
--disable-fakemetadata \
@ -104,10 +95,14 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
%files -f grilo-plugins.lang
%doc AUTHORS COPYING NEWS README
%doc %{_datadir}/help/C/examples/example-tmdb.c
%{_libdir}/grilo-%{release_version}/*.so*
%{_libdir}/grilo-%{release_version}/*.xml
%changelog
* Wed Feb 19 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.11-1
- Update to 0.2.11
* Thu Dec 19 2013 Adam Williamson <awilliam@redhat.com> - 0.2.9-3
- patch to build against newer tracker, rebuild for tracker bump

View File

@ -1 +1 @@
cdf6d3d410526bcd2abdec28830175c4 grilo-plugins-0.2.9.tar.xz
57100a2b682c3e45ba14ca19f207b419 grilo-plugins-0.2.11.tar.xz