grilo-plugins/grilo-plugins.spec

235 lines
6.7 KiB
RPMSpec
Raw Normal View History

2011-05-22 02:03:30 +00:00
# first two digits of version
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
2014-04-02 11:12:05 +00:00
%global grilo_version 0.2.10
%global gupnp_version 0.13.0
%global gupnp_av_version 0.5.0
2011-05-22 02:03:30 +00:00
Name: grilo-plugins
2014-03-19 15:18:29 +00:00
Version: 0.2.12
Release: 5%{?dist}
2011-05-22 02:03:30 +00:00
Summary: Plugins for the Grilo framework
Group: Applications/Multimedia
License: LGPLv2+
Url: https://live.gnome.org/Grilo
2011-07-04 09:58:46 +00:00
Source0: http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/%{release_version}/grilo-plugins-%{version}.tar.xz
2011-05-22 02:03:30 +00:00
BuildRequires: avahi-gobject-devel
BuildRequires: grilo-devel >= %{grilo_version}
BuildRequires: glib2-devel
2013-08-04 10:25:35 +00:00
BuildRequires: libgcrypt-devel
2011-05-22 02:03:30 +00:00
BuildRequires: libxml2-devel
BuildRequires: gupnp-devel >= %{gupnp_version}
BuildRequires: gupnp-av-devel >= %{gupnp_av_version}
2013-05-18 13:08:45 +00:00
BuildRequires: intltool
2014-02-19 10:38:32 +00:00
BuildRequires: itstool
2013-08-25 19:01:15 +00:00
BuildRequires: libsoup-devel
BuildRequires: lua-devel
BuildRequires: rest-devel
2011-05-22 02:03:30 +00:00
BuildRequires: sqlite-devel
BuildRequires: libgdata-devel
2013-08-25 19:01:15 +00:00
BuildRequires: totem-pl-parser-devel
BuildRequires: tracker-devel
2011-07-04 10:51:21 +00:00
BuildRequires: gmime-devel
2012-10-03 09:56:03 +00:00
BuildRequires: libdmapsharing-devel
2012-10-05 08:23:21 +00:00
BuildRequires: json-glib-devel
2011-05-22 02:03:30 +00:00
Requires: grilo >= %{grilo_version}
Requires: gupnp >= %{gupnp_version}
Requires: gupnp-av >= %{gupnp_av_version}
2011-05-22 02:03:30 +00:00
%description
Grilo is a framework that provides access to different sources of
multimedia content, using a pluggable system.
This package contains plugins to get information from theses sources:
- Apple Trailers
- Bookmarks
- Euronews
2011-05-22 02:03:30 +00:00
- Filesystem
- Flickr
- Freebox
2011-05-22 02:03:30 +00:00
- Gravatar
2012-10-03 09:56:03 +00:00
- iTunes Music Sharing
2011-05-22 02:03:30 +00:00
- Jamendo
- Last.fm (for album arts)
- Local metadata (album arts and thumbnails)
- Metadata Store
- Pocket
2011-05-22 02:03:30 +00:00
- Podcasts
- Radio France
2011-05-22 02:03:30 +00:00
- Shoutcast
- The Guardian Videos
2011-05-22 02:03:30 +00:00
- Tracker
- UPnP
- Vimeo
- Youtube
%prep
%setup -q
2011-07-04 11:07:06 +00:00
2011-05-22 02:03:30 +00:00
%build
%configure \
--disable-static \
--disable-shoutcast \
--enable-apple-trailers \
--enable-bookmarks \
2012-10-03 09:56:03 +00:00
--enable-dmap \
2011-05-22 02:03:30 +00:00
--enable-filesystem \
--enable-flickr \
--enable-freebox \
2011-05-22 02:03:30 +00:00
--enable-gravatar \
--enable-jamendo \
--enable-lastfm-albumart \
--enable-localmetadata \
--enable-lua-factory \
2011-05-22 02:03:30 +00:00
--enable-metadata-store \
--enable-pocket \
2011-05-22 02:03:30 +00:00
--enable-podcasts \
2012-10-05 08:23:21 +00:00
--enable-tmdb \
2011-05-22 02:03:30 +00:00
--enable-tracker \
--enable-upnp \
--enable-vimeo \
2011-10-17 09:46:25 +00:00
--enable-youtube \
--enable-tracker
2011-05-22 02:03:30 +00:00
2012-08-31 19:14:30 +00:00
# Silence unused-direct-shlib-dependency
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
2011-05-22 02:03:30 +00:00
make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
# Remove files that will not be packaged
rm -f $RPM_BUILD_ROOT%{_libdir}/grilo-%{release_version}/*.la
rm -f $RPM_BUILD_ROOT%{_bindir}/*
%find_lang grilo-plugins --with-gnome
%files -f grilo-plugins.lang
2011-05-22 02:03:30 +00:00
%doc AUTHORS COPYING NEWS README
2014-02-19 09:22:08 +00:00
%doc %{_datadir}/help/C/examples/example-tmdb.c
%{_datadir}/grilo-plugins/
2011-05-22 02:03:30 +00:00
%{_libdir}/grilo-%{release_version}/*.so*
2011-10-17 10:04:05 +00:00
%{_libdir}/grilo-%{release_version}/*.xml
2011-05-22 02:03:30 +00:00
%changelog
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-04-16 19:13:58 +00:00
* Wed Apr 16 2014 Adam Williamson <awilliam@redhat.com> - 0.2.12-3
- rebuild for new libgdata
* Wed Apr 02 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.12-2
- Build additional freebox, lua-factory and pocket plugins
2014-03-19 15:18:29 +00:00
* Wed Mar 19 2014 Richard Hughes <rhughes@redhat.com> - 0.2.12-1
- Update to 0.2.12
2014-02-19 09:22:08 +00:00
* Wed Feb 19 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.11-1
- Update to 0.2.11
* Thu Dec 19 2013 Adam Williamson <awilliam@redhat.com> - 0.2.9-3
- patch to build against newer tracker, rebuild for tracker bump
* Thu Sep 19 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.9-2
- Rebuilt for totem-pl-parser soname bump
2013-08-25 19:01:15 +00:00
* Sun Aug 25 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.9-1
- Update to 0.2.9
2013-08-04 10:25:35 +00:00
* Sun Aug 4 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.8-4
- Fix FTBFS
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Jun 06 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.8-2
- Backport a patch to avoid DNS delays at plugin init (#969123)
2013-05-25 11:18:41 +00:00
* Sat May 25 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.8-1
- Update to 0.2.8
2013-05-18 12:32:08 +00:00
* Sat May 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.7-1
- Update to 0.2.7
* Sat May 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.6-2
- Use the find_lang --with-gnome macro for help files
- Drop the dep on yelp (#964421)
2013-03-20 19:07:22 +00:00
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.6-1
- Update to 0.2.6
2013-01-28 23:33:52 +00:00
* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 0.2.5-3
- Fix build against newer tracker
2013-01-27 20:58:49 +00:00
* Sun Jan 27 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.5-2
- Rebuild for tracker
2012-12-20 07:38:03 +00:00
* Thu Dec 20 2012 Bastien Nocera <bnocera@redhat.com> 0.2.5-1
- Update to 0.2.5
2012-12-04 09:28:53 +00:00
* Tue Dec 04 2012 Bastien Nocera <bnocera@redhat.com> 0.2.4-1
- Update to 0.2.4
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> 0.2.3-1
- Update to 0.2.3
2012-10-05 08:23:21 +00:00
* Fri Oct 05 2012 Bastien Nocera <bnocera@redhat.com> 0.2.2-1
- Update to 0.2.2
2012-10-03 09:56:03 +00:00
* Wed Oct 03 2012 Bastien Nocera <bnocera@redhat.com> 0.2.1-1
- Update to 0.2.1
2012-08-31 19:14:30 +00:00
* Fri Aug 31 2012 Debarshi Ray <rishi@fedoraproject.org> 0.2.0-1
- update to 0.2.0
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.19-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-05-25 14:03:27 +00:00
* Fri May 25 2012 Bastien Nocera <bnocera@redhat.com> 0.1.19-1
- Update to 0.1.19
2012-03-16 20:14:45 +00:00
* Fri Mar 16 2012 Adam Williamson <awilliam@redhat.com> - 0.1.18-4
- Rebuild for new tracker again
2012-02-28 21:40:50 +00:00
* Tue Feb 28 2012 Matthias Clasen <mclasen@redhat.com> - 0.1.18-3
- Rebuild for new tracker
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-12-12 15:35:24 +00:00
* Mon Dec 12 2011 Bastien Nocera <bnocera@redhat.com> 0.1.18-1
- Update to 0.1.18
2011-11-17 17:48:06 +00:00
* Thu Nov 17 2011 Daniel Drake <dsd@laptop.org> 0.1.17-2
- rebuild for libquvi.so.7
2011-10-17 09:46:25 +00:00
* Mon Oct 17 2011 Bastien Nocera <bnocera@redhat.com> 0.1.17-1
- Update to 0.1.17
2011-07-04 09:58:46 +00:00
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 0.1.16-1
- Update to 0.1.16
2011-06-17 11:35:22 +00:00
* Fri Jun 17 2011 Peter Robinson <pbrobinson@gmail.com> 0.1.15-5
- rebuild for new gupnp/gssdp
* Fri May 20 2011 Bastien Nocera <bnocera@redhat.com> 0.1.15-4
- Update with more comments from Kalev Lember <kalev@smartlink.ee>
2011-05-22 02:03:30 +00:00
* Fri May 20 2011 Bastien Nocera <bnocera@redhat.com> 0.1.15-3
- Update with comments from Kalev Lember <kalev@smartlink.ee>
* Fri May 20 2011 Bastien Nocera <bnocera@redhat.com> 0.1.15-2
- Fix a few rpmlint warnings
* Thu Apr 21 2011 Bastien Nocera <bnocera@redhat.com> 0.1.15-1
- Fist package, based on upstream work by Juan A.
Suarez Romero <jasuarez@igalia.com>