Update to 0.2.3
And drop the tracker-sparql-0.14 configure.ac sed hack, which is no longer needed with this version.
This commit is contained in:
parent
e8bdc80244
commit
7c1b9865cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/grilo-plugins-0.2.0.tar.xz
|
||||
/grilo-plugins-0.2.1.tar.xz
|
||||
/grilo-plugins-0.2.2.tar.xz
|
||||
/grilo-plugins-0.2.3.tar.xz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
Name: grilo-plugins
|
||||
Version: 0.2.2
|
||||
Version: 0.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Plugins for the Grilo framework
|
||||
|
||||
@ -24,9 +24,6 @@ BuildRequires: gmime-devel
|
||||
BuildRequires: libdmapsharing-devel
|
||||
BuildRequires: json-glib-devel
|
||||
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: automake autoconf intltool libtool
|
||||
|
||||
Requires: grilo >= %{version}
|
||||
Requires: gupnp >= 0.13.0
|
||||
Requires: gupnp-av >= 0.5.0
|
||||
@ -56,10 +53,6 @@ This package contains plugins to get information from theses sources:
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=658448
|
||||
sed -i -e 's,tracker-sparql-0.11,tracker-sparql-0.14,g' configure.ac
|
||||
|
||||
autoreconf -f
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -103,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
|
||||
%{_libdir}/grilo-%{release_version}/*.xml
|
||||
|
||||
%changelog
|
||||
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> 0.2.3-1
|
||||
- Update to 0.2.3
|
||||
|
||||
* Fri Oct 05 2012 Bastien Nocera <bnocera@redhat.com> 0.2.2-1
|
||||
- Update to 0.2.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user