Update to 0.2.13
This commit is contained in:
parent
77bf91fa0e
commit
8341383a55
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/grilo-plugins-0.2.9.tar.xz
|
||||
/grilo-plugins-0.2.11.tar.xz
|
||||
/grilo-plugins-0.2.12.tar.xz
|
||||
/grilo-plugins-0.2.13.tar.xz
|
||||
|
@ -1,13 +1,11 @@
|
||||
# first two digits of version
|
||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
%global grilo_version 0.2.10
|
||||
%global gupnp_version 0.13.0
|
||||
%global gupnp_av_version 0.5.0
|
||||
%global grilo_version 0.2.11
|
||||
|
||||
Name: grilo-plugins
|
||||
Version: 0.2.12
|
||||
Release: 6%{?dist}
|
||||
Version: 0.2.13
|
||||
Release: 1%{?dist}
|
||||
Summary: Plugins for the Grilo framework
|
||||
|
||||
Group: Applications/Multimedia
|
||||
@ -18,12 +16,12 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/%{release_version}
|
||||
BuildRequires: avahi-gobject-devel
|
||||
BuildRequires: grilo-devel >= %{grilo_version}
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gom-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: gupnp-devel >= %{gupnp_version}
|
||||
BuildRequires: gupnp-av-devel >= %{gupnp_av_version}
|
||||
BuildRequires: intltool
|
||||
BuildRequires: itstool
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libmediaart-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: lua-devel
|
||||
@ -37,8 +35,6 @@ BuildRequires: libdmapsharing-devel
|
||||
BuildRequires: json-glib-devel
|
||||
|
||||
Requires: grilo >= %{grilo_version}
|
||||
Requires: gupnp >= %{gupnp_version}
|
||||
Requires: gupnp-av >= %{gupnp_av_version}
|
||||
|
||||
%description
|
||||
Grilo is a framework that provides access to different sources of
|
||||
@ -62,7 +58,6 @@ This package contains plugins to get information from theses sources:
|
||||
- Shoutcast
|
||||
- The Guardian Videos
|
||||
- Tracker
|
||||
- UPnP
|
||||
- Vimeo
|
||||
- Youtube
|
||||
|
||||
@ -89,7 +84,6 @@ This package contains plugins to get information from theses sources:
|
||||
--enable-podcasts \
|
||||
--enable-tmdb \
|
||||
--enable-tracker \
|
||||
--enable-upnp \
|
||||
--enable-vimeo \
|
||||
--enable-youtube \
|
||||
--enable-tracker
|
||||
@ -117,6 +111,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
|
||||
%{_libdir}/grilo-%{release_version}/*.xml
|
||||
|
||||
%changelog
|
||||
* Tue Aug 26 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.13-1
|
||||
- Update to 0.2.13
|
||||
|
||||
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.12-6
|
||||
- Rebuilt with libmediaart 0.6.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user