Update to 0.2.2
This commit is contained in:
parent
71966d74c0
commit
e8bdc80244
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/grilo-plugins-0.1.19.tar.xz
|
||||
/grilo-plugins-0.2.0.tar.xz
|
||||
/grilo-plugins-0.2.1.tar.xz
|
||||
/grilo-plugins-0.2.2.tar.xz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
Name: grilo-plugins
|
||||
Version: 0.2.1
|
||||
Version: 0.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Plugins for the Grilo framework
|
||||
|
||||
@ -22,6 +22,7 @@ BuildRequires: tracker-devel >= 0.9.0
|
||||
BuildRequires: libquvi-devel
|
||||
BuildRequires: gmime-devel
|
||||
BuildRequires: libdmapsharing-devel
|
||||
BuildRequires: json-glib-devel
|
||||
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: automake autoconf intltool libtool
|
||||
@ -76,6 +77,7 @@ autoreconf -f
|
||||
--enable-localmetadata \
|
||||
--enable-metadata-store \
|
||||
--enable-podcasts \
|
||||
--enable-tmdb \
|
||||
--enable-tracker \
|
||||
--enable-upnp \
|
||||
--enable-vimeo \
|
||||
@ -101,6 +103,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
|
||||
%{_libdir}/grilo-%{release_version}/*.xml
|
||||
|
||||
%changelog
|
||||
* Fri Oct 05 2012 Bastien Nocera <bnocera@redhat.com> 0.2.2-1
|
||||
- Update to 0.2.2
|
||||
|
||||
* Wed Oct 03 2012 Bastien Nocera <bnocera@redhat.com> 0.2.1-1
|
||||
- Update to 0.2.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user