fix the build
This commit is contained in:
parent
bdf7aad7c7
commit
9335d26ead
@ -3,7 +3,7 @@
|
||||
|
||||
Name: grilo-plugins
|
||||
Version: 0.2.5
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Plugins for the Grilo framework
|
||||
|
||||
Group: Applications/Multimedia
|
||||
@ -11,6 +11,9 @@ 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
|
||||
@ -23,6 +26,7 @@ BuildRequires: libquvi-devel
|
||||
BuildRequires: gmime-devel
|
||||
BuildRequires: libdmapsharing-devel
|
||||
BuildRequires: json-glib-devel
|
||||
BuildRequires: automake autoconf libtool
|
||||
|
||||
Requires: grilo >= 0.2.4
|
||||
Requires: gupnp >= 0.13.0
|
||||
@ -54,6 +58,9 @@ This package contains plugins to get information from theses sources:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
autoreconf -i -f
|
||||
|
||||
|
||||
%build
|
||||
@ -101,6 +108,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
|
||||
%{_datadir}/gnome/help/grilo-plugins/C/legal.xml
|
||||
|
||||
%changelog
|
||||
* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 0.2.5-3
|
||||
- Fix build against newer tracker
|
||||
|
||||
* Sun Jan 27 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.5-2
|
||||
- Rebuild for tracker
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user