|
|
d717d3 |
# first two digits of version
|
|
|
d717d3 |
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
|
|
d717d3 |
|
|
|
d717d3 |
Name: grilo
|
|
|
d717d3 |
Version: 0.3.6
|
|
|
d717d3 |
Release: 1%{?dist}
|
|
|
d717d3 |
Summary: Content discovery framework
|
|
|
d717d3 |
|
|
|
d717d3 |
License: LGPLv2+
|
|
|
d717d3 |
URL: https://wiki.gnome.org/Projects/Grilo
|
|
|
d717d3 |
Source0: https://download.gnome.org/sources/grilo/%{release_version}/grilo-%{version}.tar.xz
|
|
|
d717d3 |
|
|
|
d717d3 |
BuildRequires: chrpath
|
|
|
d717d3 |
BuildRequires: gnome-common
|
|
|
d717d3 |
BuildRequires: intltool
|
|
|
d717d3 |
BuildRequires: vala >= 0.27.1
|
|
|
d717d3 |
BuildRequires: gtk-doc
|
|
|
d717d3 |
BuildRequires: gobject-introspection-devel >= 0.9.0
|
|
|
d717d3 |
BuildRequires: libxml2-devel
|
|
|
d717d3 |
BuildRequires: libsoup-devel
|
|
|
d717d3 |
BuildRequires: glib2-devel
|
|
|
d717d3 |
# For the test UI
|
|
|
d717d3 |
BuildRequires: gtk3-devel
|
|
|
d717d3 |
BuildRequires: liboauth-devel
|
|
|
d717d3 |
BuildRequires: totem-pl-parser-devel
|
|
|
d717d3 |
|
|
|
d717d3 |
%description
|
|
|
d717d3 |
Grilo is a framework that provides access to different sources of
|
|
|
d717d3 |
multimedia content, using a pluggable system.
|
|
|
d717d3 |
This package contains the core library and elements.
|
|
|
d717d3 |
|
|
|
d717d3 |
%package devel
|
|
|
d717d3 |
Summary: Libraries/include files for Grilo framework
|
|
|
d717d3 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
d717d3 |
# Provide upgrade path for -vala subpackage that was merged into -devel during
|
|
|
d717d3 |
# the F23 cycle
|
|
|
d717d3 |
Obsoletes: grilo-vala < 0.2.13
|
|
|
d717d3 |
|
|
|
d717d3 |
%description devel
|
|
|
d717d3 |
Grilo is a framework that provides access to different sources of
|
|
|
d717d3 |
multimedia content, using a pluggable system.
|
|
|
d717d3 |
This package contains the core library and elements, as well as
|
|
|
d717d3 |
general and API documentation.
|
|
|
d717d3 |
|
|
|
d717d3 |
%prep
|
|
|
d717d3 |
%setup -q
|
|
|
d717d3 |
|
|
|
d717d3 |
%build
|
|
|
d717d3 |
%configure \
|
|
|
d717d3 |
--enable-vala \
|
|
|
d717d3 |
--enable-gtk-doc \
|
|
|
d717d3 |
--enable-introspection \
|
|
|
d717d3 |
--enable-grl-net \
|
|
|
d717d3 |
--disable-debug \
|
|
|
d717d3 |
--disable-tests
|
|
|
d717d3 |
|
|
|
d717d3 |
make %{?_smp_mflags}
|
|
|
d717d3 |
|
|
|
d717d3 |
%install
|
|
|
d717d3 |
%make_install
|
|
|
d717d3 |
mkdir -p $RPM_BUILD_ROOT%{_libdir}/grilo-%{release_version}/
|
|
|
d717d3 |
mkdir -p $RPM_BUILD_ROOT%{_datadir}/grilo-%{release_version}/plugins/
|
|
|
d717d3 |
|
|
|
d717d3 |
# Remove rpath
|
|
|
d717d3 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/grl-inspect-%{release_version}
|
|
|
d717d3 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/grl-launch-%{release_version}
|
|
|
d717d3 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/grilo-test-ui-%{release_version}
|
|
|
d717d3 |
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgrlnet-%{release_version}.so.*
|
|
|
d717d3 |
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgrlpls-%{release_version}.so
|
|
|
d717d3 |
|
|
|
d717d3 |
# Remove files that will not be packaged
|
|
|
d717d3 |
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
d717d3 |
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
|
d717d3 |
rm -f $RPM_BUILD_ROOT%{_bindir}/grilo-simple-playlist
|
|
|
d717d3 |
|
|
|
d717d3 |
%find_lang grilo
|
|
|
d717d3 |
|
|
|
d717d3 |
%post -p /sbin/ldconfig
|
|
|
d717d3 |
|
|
|
d717d3 |
%postun -p /sbin/ldconfig
|
|
|
d717d3 |
|
|
|
d717d3 |
%files -f grilo.lang
|
|
|
d717d3 |
%license COPYING
|
|
|
d717d3 |
%doc AUTHORS NEWS README TODO
|
|
|
d717d3 |
%{_libdir}/*.so.*
|
|
|
d717d3 |
%{_libdir}/girepository-1.0/
|
|
|
d717d3 |
%{_bindir}/grl-inspect-%{release_version}
|
|
|
d717d3 |
%{_bindir}/grl-launch-%{release_version}
|
|
|
d717d3 |
%{_bindir}/grilo-test-ui-%{release_version}
|
|
|
d717d3 |
%{_libdir}/grilo-%{release_version}/
|
|
|
d717d3 |
%{_datadir}/grilo-%{release_version}/
|
|
|
d717d3 |
%{_mandir}/man1/grilo-test-ui-%{release_version}.1*
|
|
|
d717d3 |
%{_mandir}/man1/grl-inspect-%{release_version}.1*
|
|
|
d717d3 |
%{_mandir}/man1/grl-launch-%{release_version}.1*
|
|
|
d717d3 |
|
|
|
d717d3 |
%files devel
|
|
|
d717d3 |
%{_datadir}/gtk-doc/html/%{name}
|
|
|
d717d3 |
%{_includedir}/%{name}-%{release_version}/
|
|
|
d717d3 |
%{_libdir}/*.so
|
|
|
d717d3 |
%{_libdir}/pkgconfig/*.pc
|
|
|
d717d3 |
%{_datadir}/gir-1.0/
|
|
|
d717d3 |
%{_datadir}/vala/
|
|
|
d717d3 |
|
|
|
d717d3 |
%changelog
|
|
|
d717d3 |
* Wed Aug 01 2018 Kalev Lember <klember@redhat.com> - 0.3.6-1
|
|
|
d717d3 |
- Update to 0.3.6
|
|
|
d717d3 |
- Resolves: #1569962
|
|
|
d717d3 |
|
|
|
d717d3 |
* Thu Aug 24 2017 Bastien Nocera <bnocera@redhat.com> - 0.3.4-1
|
|
|
d717d3 |
+ grilo-0.3.4-1
|
|
|
d717d3 |
- Update to 0.3.4
|
|
|
d717d3 |
- Resolves: #1569962
|
|
|
d717d3 |
|
|
|
d717d3 |
* Tue Feb 14 2017 Kalev Lember <klember@redhat.com> - 0.3.3-1
|
|
|
d717d3 |
- Update to 0.3.3
|
|
|
d717d3 |
- Resolves: #1386974
|
|
|
d717d3 |
|
|
|
d717d3 |
* Tue May 12 2015 Bastien Nocera <bnocera@redhat.com> 0.2.12-2
|
|
|
d717d3 |
- Rebuild for newer totem-pl-parser
|
|
|
d717d3 |
Related: #1174535
|
|
|
d717d3 |
|
|
|
d717d3 |
* Mon May 04 2015 Bastien Nocera <bnocera@redhat.com> 0.2.12-1
|
|
|
d717d3 |
- Update to 0.2.12
|
|
|
d717d3 |
- Remove the vala changes that require a newer Vala
|
|
|
d717d3 |
Resolves: #1174535
|
|
|
d717d3 |
|
|
|
d717d3 |
* Thu Mar 19 2015 Richard Hughes <rhughes@redhat.com> - 0.2.11-1
|
|
|
d717d3 |
- Update to 0.2.11
|
|
|
d717d3 |
- Resolves: #1174535
|
|
|
d717d3 |
|
|
|
d717d3 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.2.6-5
|
|
|
d717d3 |
- Mass rebuild 2014-01-24
|
|
|
d717d3 |
|
|
|
d717d3 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.2.6-4
|
|
|
d717d3 |
- Mass rebuild 2013-12-27
|
|
|
d717d3 |
|
|
|
d717d3 |
* Thu Nov 07 2013 Bastien Nocera <bnocera@redhat.com> 0.2.6-3
|
|
|
d717d3 |
- Work-around multi-lib differences in gtk-doc docs
|
|
|
d717d3 |
Resolves: #884020
|
|
|
d717d3 |
|
|
|
d717d3 |
* Thu Jul 17 2013 Matthias Clasen <mclasen@redhat.com> - 0.2.6-2
|
|
|
d717d3 |
- Rebuild with newer gtk-doc to fix multilib
|
|
|
d717d3 |
|
|
|
d717d3 |
* Sat May 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.6-1
|
|
|
d717d3 |
- Update to 0.2.6
|
|
|
d717d3 |
- Drop the vala sed hack, 0.2.6 now works with recent vala
|
|
|
d717d3 |
- Include man pages
|
|
|
d717d3 |
|
|
|
d717d3 |
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.5-1
|
|
|
d717d3 |
- Update to 0.2.5
|
|
|
d717d3 |
|
|
|
d717d3 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-2
|
|
|
d717d3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
d717d3 |
|
|
|
d717d3 |
* Tue Dec 04 2012 Bastien Nocera <bnocera@redhat.com> 0.2.4-1
|
|
|
d717d3 |
- Update to 0.2.4
|
|
|
d717d3 |
|
|
|
d717d3 |
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> 0.2.3-1
|
|
|
d717d3 |
- Update to 0.2.3
|
|
|
d717d3 |
|
|
|
d717d3 |
* Fri Oct 05 2012 Bastien Nocera <bnocera@redhat.com> 0.2.2-1
|
|
|
d717d3 |
- Update to 0.2.2
|
|
|
d717d3 |
|
|
|
d717d3 |
* Wed Oct 03 2012 Bastien Nocera <bnocera@redhat.com> 0.2.1-1
|
|
|
d717d3 |
- Update to 0.2.1
|
|
|
d717d3 |
|
|
|
d717d3 |
* Fri Aug 31 2012 Debarshi Ray <rishi@fedoraproject.org> 0.2.0-1
|
|
|
d717d3 |
- update to 0.2.0
|
|
|
d717d3 |
|
|
|
d717d3 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.19-2
|
|
|
d717d3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
d717d3 |
|
|
|
d717d3 |
* Fri May 25 2012 Bastien Nocera <bnocera@redhat.com> 0.1.19-1
|
|
|
d717d3 |
- Update to 0.1.19
|
|
|
d717d3 |
|
|
|
d717d3 |
* Wed Mar 7 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.1.18-3
|
|
|
d717d3 |
- fix build with vala 0.15/0.16
|
|
|
d717d3 |
|
|
|
d717d3 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.18-2
|
|
|
d717d3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
d717d3 |
|
|
|
d717d3 |
* Mon Dec 12 2011 Bastien Nocera <bnocera@redhat.com> 0.1.18-1
|
|
|
d717d3 |
- Update to 0.1.18
|
|
|
d717d3 |
|
|
|
d717d3 |
* Fri Oct 14 2011 Adam Williamson <awilliam@redhat.com> 0.1.17-1
|
|
|
d717d3 |
- update to 0.1.17
|
|
|
d717d3 |
|
|
|
d717d3 |
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 0.1.16-1
|
|
|
d717d3 |
- Update to 0.1.16
|
|
|
d717d3 |
|
|
|
d717d3 |
* Fri May 20 2011 Bastien Nocera <bnocera@redhat.com> 0.1.15-3
|
|
|
d717d3 |
- Own the grilo plugins directories
|
|
|
d717d3 |
|
|
|
d717d3 |
* Wed Apr 27 2011 Bastien Nocera <bnocera@redhat.com> 0.1.15-2
|
|
|
d717d3 |
- Update with review comments
|
|
|
d717d3 |
|
|
|
d717d3 |
* Thu Apr 21 2011 Bastien Nocera <bnocera@redhat.com> 0.1.15-1
|
|
|
d717d3 |
- Fist package, based on upstream work by Juan A.
|
|
|
d717d3 |
Suarez Romero <jasuarez@igalia.com>
|
|
|
d717d3 |
|