| 1 | %define ver 0.3 |
|---|
| 2 | %define _unpackaged_files_terminate_build 1 |
|---|
| 3 | |
|---|
| 4 | Name: grilo-plugins |
|---|
| 5 | Version: 0.3.11 |
|---|
| 6 | Release: 1%{?_dist_release} |
|---|
| 7 | Summary: A collection of plugins for the Grilo framework |
|---|
| 8 | Summary(ja): Grilo フレームワーク用のプラグイン集 |
|---|
| 9 | Vendor: Project Vine |
|---|
| 10 | Distribution: Vine Linux |
|---|
| 11 | |
|---|
| 12 | License: LGPLv2 |
|---|
| 13 | URL: https://live.gnome.org/Grilo |
|---|
| 14 | %define major_minor %(echo %{version} | sed -e 's/\.[0-9]*$//') |
|---|
| 15 | Source0: https://download.gnome.org/sources/%{name}/%{major_minor}/%{name}-%{version}.tar.xz |
|---|
| 16 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 17 | |
|---|
| 18 | BuildRequires: meson |
|---|
| 19 | BuildRequires: grilo-devel >= 0.3 |
|---|
| 20 | BuildRequires: libdmapsharing-devel >= 2.9.12 |
|---|
| 21 | BuildRequires: avahi-gobject-devel |
|---|
| 22 | BuildRequires: sqlite3-devel |
|---|
| 23 | BuildRequires: libgdata-devel |
|---|
| 24 | BuildRequires: libsoup-devel |
|---|
| 25 | BuildRequires: libgdata-devel |
|---|
| 26 | BuildRequires: libgcrypt-devel |
|---|
| 27 | BuildRequires: json-glib-devel |
|---|
| 28 | BuildRequires: rest-devel |
|---|
| 29 | BuildRequires: totem-pl-parser-devel >= 3.4.1 |
|---|
| 30 | BuildRequires: gmime-devel |
|---|
| 31 | BuildRequires: tracker-devel |
|---|
| 32 | BuildRequires: libmediaart-devel |
|---|
| 33 | BuildRequires: gom-devel |
|---|
| 34 | BuildRequires: liboauth-devel |
|---|
| 35 | BuildRequires: libxml2-devel |
|---|
| 36 | BuildRequires: gnome-online-accounts-devel |
|---|
| 37 | BuildRequires: yelp-tools |
|---|
| 38 | |
|---|
| 39 | %description |
|---|
| 40 | %{summary} |
|---|
| 41 | |
|---|
| 42 | |
|---|
| 43 | %prep |
|---|
| 44 | %setup -q |
|---|
| 45 | |
|---|
| 46 | |
|---|
| 47 | %build |
|---|
| 48 | %meson \ |
|---|
| 49 | -Denable-lua-factory=no |
|---|
| 50 | %meson_build |
|---|
| 51 | |
|---|
| 52 | |
|---|
| 53 | %install |
|---|
| 54 | rm -rf $RPM_BUILD_ROOT |
|---|
| 55 | %meson_install |
|---|
| 56 | rm -f $RPM_BUILD_ROOT%{_datadir}/help/*/examples/example-tmdb.c |
|---|
| 57 | |
|---|
| 58 | %find_lang %{name} --with-gnome |
|---|
| 59 | |
|---|
| 60 | |
|---|
| 61 | %clean |
|---|
| 62 | rm -rf $RPM_BUILD_ROOT |
|---|
| 63 | |
|---|
| 64 | |
|---|
| 65 | %files -f %{name}.lang |
|---|
| 66 | %defattr(-,root,root,-) |
|---|
| 67 | %license COPYING |
|---|
| 68 | %doc AUTHORS NEWS README |
|---|
| 69 | %{_libdir}/grilo-%{ver}/libgrlbookmarks.so |
|---|
| 70 | %{_libdir}/grilo-%{ver}/libgrlchromaprint.so |
|---|
| 71 | %{_libdir}/grilo-%{ver}/libgrldaap.so |
|---|
| 72 | %{_libdir}/grilo-%{ver}/libgrldleyna.so |
|---|
| 73 | %{_libdir}/grilo-%{ver}/libgrldpap.so |
|---|
| 74 | %{_libdir}/grilo-%{ver}/libgrlfilesystem.so |
|---|
| 75 | %{_libdir}/grilo-%{ver}/libgrlflickr.so |
|---|
| 76 | %{_libdir}/grilo-%{ver}/libgrlfreebox.so |
|---|
| 77 | %{_libdir}/grilo-%{ver}/libgrlgravatar.so |
|---|
| 78 | %{_libdir}/grilo-%{ver}/libgrljamendo.so |
|---|
| 79 | %{_libdir}/grilo-%{ver}/libgrllocalmetadata.so |
|---|
| 80 | %{_libdir}/grilo-%{ver}/libgrlmagnatune.so |
|---|
| 81 | %{_libdir}/grilo-%{ver}/libgrlmetadatastore.so |
|---|
| 82 | %{_libdir}/grilo-%{ver}/libgrlopensubtitles.so |
|---|
| 83 | %{_libdir}/grilo-%{ver}/libgrlopticalmedia.so |
|---|
| 84 | %{_libdir}/grilo-%{ver}/libgrlpodcasts.so |
|---|
| 85 | %{_libdir}/grilo-%{ver}/libgrlraitv.so |
|---|
| 86 | %{_libdir}/grilo-%{ver}/libgrlshoutcast.so |
|---|
| 87 | %{_libdir}/grilo-%{ver}/libgrlthetvdb.so |
|---|
| 88 | %{_libdir}/grilo-%{ver}/libgrltmdb.so |
|---|
| 89 | %{_libdir}/grilo-%{ver}/libgrltracker.so |
|---|
| 90 | %{_libdir}/grilo-%{ver}/libgrlvimeo.so |
|---|
| 91 | %{_libdir}/grilo-%{ver}/libgrlyoutube.so |
|---|
| 92 | %{_libdir}/pkgconfig/grilo-plugins-0.3.pc |
|---|
| 93 | |
|---|
| 94 | |
|---|
| 95 | %changelog |
|---|
| 96 | * Mon Aug 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.3.11-1 |
|---|
| 97 | - new upstream release. |
|---|
| 98 | |
|---|
| 99 | * Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.3.9-1 |
|---|
| 100 | - new upstream release. |
|---|
| 101 | |
|---|
| 102 | * Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.3.8-1 |
|---|
| 103 | - new upstream release. |
|---|
| 104 | |
|---|
| 105 | * Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.2-1 |
|---|
| 106 | - new upstream release |
|---|
| 107 | |
|---|
| 108 | * Sun Dec 27 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.17-1 |
|---|
| 109 | - new upstream release |
|---|
| 110 | |
|---|
| 111 | * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.16-1 |
|---|
| 112 | - new upstream release |
|---|
| 113 | |
|---|
| 114 | * Wed Jul 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.14-2 |
|---|
| 115 | - add BuildRequires: gom-devel |
|---|
| 116 | |
|---|
| 117 | * Sun Mar 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.14-1 |
|---|
| 118 | - new upstream release |
|---|
| 119 | |
|---|
| 120 | * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.13-2 |
|---|
| 121 | - rebuild with libgdata-0.16.0 |
|---|
| 122 | |
|---|
| 123 | * Sun Aug 31 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.13-1 |
|---|
| 124 | - new upstream release |
|---|
| 125 | |
|---|
| 126 | * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.12-1 |
|---|
| 127 | - new upstream release |
|---|
| 128 | - add BuildRequires: yelp-tools, avahi-gobject-devel, libmediaart-devel |
|---|
| 129 | - remove BuildRequires: libquvi-devel |
|---|
| 130 | |
|---|
| 131 | * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.9-2 |
|---|
| 132 | - rebuild with VineSeed environment |
|---|
| 133 | |
|---|
| 134 | * Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.9-1 |
|---|
| 135 | - new upstream release |
|---|
| 136 | |
|---|
| 137 | * Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.8-1 |
|---|
| 138 | - new upstream release |
|---|
| 139 | |
|---|
| 140 | * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.7-1 |
|---|
| 141 | - new upstream release |
|---|
| 142 | |
|---|
| 143 | * Sat Nov 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-1 |
|---|
| 144 | - new upstream release |
|---|
| 145 | |
|---|
| 146 | * Sat Oct 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.2-1 |
|---|
| 147 | - initial build |
|---|