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