Update to 0.2.1
This commit is contained in:
parent
275bb5cb4b
commit
71966d74c0
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@
|
||||
/grilo-plugins-0.1.17.tar.xz
|
||||
/grilo-plugins-0.1.18.tar.xz
|
||||
/grilo-plugins-0.1.19.tar.xz
|
||||
/grilo-plugins-0.2.0.tar.xz
|
||||
/grilo-plugins-0.2.1.tar.xz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
Name: grilo-plugins
|
||||
Version: 0.2.0
|
||||
Version: 0.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Plugins for the Grilo framework
|
||||
|
||||
@ -21,6 +21,7 @@ BuildRequires: libgdata-devel
|
||||
BuildRequires: tracker-devel >= 0.9.0
|
||||
BuildRequires: libquvi-devel
|
||||
BuildRequires: gmime-devel
|
||||
BuildRequires: libdmapsharing-devel
|
||||
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: automake autoconf intltool libtool
|
||||
@ -39,6 +40,7 @@ This package contains plugins to get information from theses sources:
|
||||
- Filesystem
|
||||
- Flickr
|
||||
- Gravatar
|
||||
- iTunes Music Sharing
|
||||
- Jamendo
|
||||
- Last.fm (for album arts)
|
||||
- Local metadata (album arts and thumbnails)
|
||||
@ -65,6 +67,7 @@ autoreconf -f
|
||||
--disable-shoutcast \
|
||||
--enable-apple-trailers \
|
||||
--enable-bookmarks \
|
||||
--enable-dmap \
|
||||
--enable-filesystem \
|
||||
--enable-flickr \
|
||||
--enable-gravatar \
|
||||
@ -98,6 +101,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
|
||||
%{_libdir}/grilo-%{release_version}/*.xml
|
||||
|
||||
%changelog
|
||||
* Wed Oct 03 2012 Bastien Nocera <bnocera@redhat.com> 0.2.1-1
|
||||
- Update to 0.2.1
|
||||
|
||||
* Fri Aug 31 2012 Debarshi Ray <rishi@fedoraproject.org> 0.2.0-1
|
||||
- update to 0.2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user