Update to 0.2.6
This commit is contained in:
parent
224e8ffdba
commit
0388411e37
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/grilo-plugins-0.2.3.tar.xz
|
||||
/grilo-plugins-0.2.4.tar.xz
|
||||
/grilo-plugins-0.2.5.tar.xz
|
||||
/grilo-plugins-0.2.6.tar.xz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
Name: grilo-plugins
|
||||
Version: 0.2.5
|
||||
Release: 3%{?dist}
|
||||
Version: 0.2.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Plugins for the Grilo framework
|
||||
|
||||
Group: Applications/Multimedia
|
||||
@ -11,9 +11,6 @@ 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
|
||||
|
||||
# fix build with tracker 0.16
|
||||
Patch0: tracker-0.16.patch
|
||||
|
||||
BuildRequires: grilo-devel >= 0.2.4
|
||||
BuildRequires: glib2-devel >= 2.26.0
|
||||
BuildRequires: libxml2-devel
|
||||
@ -26,8 +23,6 @@ BuildRequires: libquvi-devel
|
||||
BuildRequires: gmime-devel
|
||||
BuildRequires: libdmapsharing-devel
|
||||
BuildRequires: json-glib-devel
|
||||
BuildRequires: automake autoconf libtool
|
||||
BuildRequires: gnome-common
|
||||
|
||||
Requires: grilo >= 0.2.4
|
||||
Requires: gupnp >= 0.13.0
|
||||
@ -59,9 +54,6 @@ This package contains plugins to get information from theses sources:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
autoreconf -i -f
|
||||
|
||||
|
||||
%build
|
||||
@ -109,6 +101,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
|
||||
%{_datadir}/gnome/help/grilo-plugins/C/legal.xml
|
||||
|
||||
%changelog
|
||||
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.6-1
|
||||
- Update to 0.2.6
|
||||
|
||||
* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 0.2.5-3
|
||||
- Fix build against newer tracker
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
a73f0f022c0a2d1f6c7f44de98df38dc grilo-plugins-0.2.5.tar.xz
|
||||
9504b53f6e35276b05ffb18a30d8ce39 grilo-plugins-0.2.6.tar.xz
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -up grilo-plugins-0.2.5/configure.ac.tracker grilo-plugins-0.2.5/configure.ac
|
||||
--- grilo-plugins-0.2.5/configure.ac.tracker 2013-01-28 18:32:02.940645549 -0500
|
||||
+++ grilo-plugins-0.2.5/configure.ac 2013-01-28 18:32:16.703645057 -0500
|
||||
@@ -140,7 +140,7 @@ PKG_CHECK_MODULES(GMIME, gmime-2.6,
|
||||
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]],
|
||||
+m4_foreach([VERSION], [[0.10], [0.11], [0.12], [0.14], [0.15], [0.16]],
|
||||
[PKG_CHECK_EXISTS([tracker-sparql-VERSION >= 0.10.5],
|
||||
[ trackerpkg="tracker-sparql-VERSION" ])
|
||||
])
|
Loading…
Reference in New Issue
Block a user