Compare commits
14 Commits
0.3.2-1mam
...
0.3.15-1ma
Author | SHA1 | Date | |
---|---|---|---|
0afe014258 | |||
f6b3a4c97a | |||
4bfe0a6342 | |||
7b8c558484 | |||
35146320bd | |||
b129447079 | |||
417460f354 | |||
e41e91965d | |||
359349a2b7 | |||
7fa4c15330 | |||
181e60c64c | |||
0b15928d8b | |||
4ef1f65a16 | |||
51823edfb1 |
@@ -1,41 +1,38 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: grilo-plugins
|
||||
Version: 0.3.2
|
||||
Version: 0.3.15
|
||||
Release: 1mamba
|
||||
Summary: A collection of plugins for Grilo implementing Grilo's API for various multimedia content providers
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://live.gnome.org
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/grilo-plugins/%{majver}/grilo-plugins-%{version}.tar.xz
|
||||
URL: https://wiki.gnome.org/
|
||||
Source: https://download.gnome.org/sources/grilo-plugins/%{majver}/grilo-plugins-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gnome-online-accounts-devel
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libavahi-devel
|
||||
BuildRequires: libavahi-glib-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgdata-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgmime-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgrilo-devel
|
||||
BuildRequires: libgstreamer-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: liblua-devel
|
||||
BuildRequires: liboauth-devel
|
||||
BuildRequires: libreadline-devel
|
||||
BuildRequires: librest-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libsoup2-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libtotem-pl-parser-devel
|
||||
BuildRequires: libtracker-devel
|
||||
BuildRequires: libxml2-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libtracker-devel >= 1.0.0
|
||||
BuildRequires: libtracker-devel >= 2.1.2
|
||||
BuildRequires: libtotem-pl-parser-devel >= 3.10
|
||||
BuildRequires: gnome-online-accounts-devel >= 3.12
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: libgdata-devel >= 0.17.9
|
||||
|
||||
%description
|
||||
A collection of plugins for Grilo implementing Grilo's API for various multimedia content providers.
|
||||
@@ -54,12 +51,13 @@ Grilo plugin for Tracker.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@@ -70,7 +68,6 @@ Grilo plugin for Tracker.
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/grilo-*
|
||||
#%{_libdir}/grilo-*/*.xml
|
||||
%{_libdir}/grilo-*/lib*.la
|
||||
%{_libdir}/grilo-*/lib*.so
|
||||
%{_datadir}/help/C/examples/example-tmdb.c
|
||||
%{_datadir}/help/C/grilo-plugins/grilo-plugins.xml
|
||||
@@ -79,18 +76,71 @@ Grilo plugin for Tracker.
|
||||
%dir %{_datadir}/grilo-plugins/grl-lua-factory
|
||||
%{_datadir}/grilo-plugins/grl-lua-factory/*
|
||||
#%exclude %{_libdir}/grilo-*/grl-tracker.xml
|
||||
%exclude %{_libdir}/grilo-*/libgrltracker.la
|
||||
%exclude %{_libdir}/grilo-*/libgrltracker.so
|
||||
%lang(ca) %{_datadir}/help/ca
|
||||
%lang(cs) %{_datadir}/help/cs
|
||||
%lang(da) %{_datadir}/help/da
|
||||
%lang(de) %{_datadir}/help/de
|
||||
%lang(es) %{_datadir}/help/es
|
||||
%lang(eu) %{_datadir}/help/eu
|
||||
%lang(gl) %{_datadir}/help/gl
|
||||
%lang(hu) %{_datadir}/help/hu
|
||||
%lang(nl) %{_datadir}/help/nl
|
||||
%lang(pl) %{_datadir}/help/pl
|
||||
%lang(pt_BR) %{_datadir}/help/pt_BR
|
||||
%lang(sv) %{_datadir}/help/sv
|
||||
%lang(uk) %{_datadir}/help/uk
|
||||
%{_libdir}/pkgconfig/grilo-plugins-0.3.pc
|
||||
%doc AUTHORS COPYING
|
||||
#%doc ChangeLog NEWS README
|
||||
|
||||
%files tracker
|
||||
%defattr(-,root,root)
|
||||
#%files tracker
|
||||
#%defattr(-,root,root)
|
||||
#%{_libdir}/grilo-*/grl-tracker.xml
|
||||
%{_libdir}/grilo-*/libgrltracker.la
|
||||
%{_libdir}/grilo-*/libgrltracker.so
|
||||
#%{_libdir}/grilo-*/libgrltracker.so
|
||||
|
||||
%changelog
|
||||
* Thu Aug 18 2022 Automatic Build System <autodist@mambasoft.it> 0.3.15-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 14 2021 Automatic Build System <autodist@mambasoft.it> 0.3.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 13 2021 Automatic Build System <autodist@mambasoft.it> 0.3.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 06 2020 Automatic Build System <autodist@mambasoft.it> 0.3.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 14 2020 Automatic Build System <autodist@mambasoft.it> 0.3.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 16 2019 Automatic Build System <autodist@mambasoft.it> 0.3.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 20 2019 Automatic Build System <autodist@mambasoft.it> 0.3.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 30 2018 Automatic Build System <autodist@mambasoft.it> 0.3.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 19 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.7-3mamba
|
||||
- rebuilt with libtracker 2.1.2
|
||||
|
||||
* Wed Sep 05 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.7-2mamba
|
||||
- rebuilt with libgdata 0.17.9
|
||||
|
||||
* Sun Jul 29 2018 Automatic Build System <autodist@mambasoft.it> 0.3.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 06 2017 Automatic Build System <autodist@mambasoft.it> 0.3.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 0.3.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 10 2016 Automatic Build System <autodist@mambasoft.it> 0.3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 23 2016 Automatic Build System <autodist@mambasoft.it> 0.3.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user