|
|
|
@ -2,18 +2,22 @@
|
|
|
|
|
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
|
|
|
|
|
|
|
|
|
Name: grilo
|
|
|
|
|
Version: 0.3.13
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Version: 0.3.6
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Content discovery framework
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://wiki.gnome.org/Projects/Grilo
|
|
|
|
|
Source0: https://download.gnome.org/sources/grilo/%{release_version}/grilo-%{version}.tar.xz
|
|
|
|
|
Patch0001: 0001-Include-file-to-build-docs-with-meson.patch
|
|
|
|
|
# https://gitlab.gnome.org/GNOME/grilo/-/merge_requests/78
|
|
|
|
|
Patch0002: 0002-net-Fix-TLS-cert-validation-not-being-done-for-any-n.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: git
|
|
|
|
|
BuildRequires: chrpath
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: gnome-common
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: vala >= 0.27.1
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
BuildRequires: gobject-introspection-devel >= 0.9.0
|
|
|
|
@ -22,13 +26,9 @@ BuildRequires: libsoup-devel
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
# For the test UI
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
BuildRequires: liboauth-devel
|
|
|
|
|
BuildRequires: totem-pl-parser-devel
|
|
|
|
|
|
|
|
|
|
# https://gitlab.gnome.org/GNOME/grilo/-/merge_requests/77
|
|
|
|
|
Patch0: 0001-build-Clarify-LGPLv2.1-or-later-license.patch
|
|
|
|
|
# https://gitlab.gnome.org/GNOME/grilo/-/merge_requests/78
|
|
|
|
|
Patch1: 0002-net-Fix-TLS-cert-validation-not-being-done-for-any-n.patch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Grilo is a framework that provides access to different sources of
|
|
|
|
|
multimedia content, using a pluggable system.
|
|
|
|
@ -37,6 +37,9 @@ This package contains the core library and elements.
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Libraries/include files for Grilo framework
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
# Provide upgrade path for -vala subpackage that was merged into -devel during
|
|
|
|
|
# the F23 cycle
|
|
|
|
|
Obsoletes: grilo-vala < 0.2.13
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Grilo is a framework that provides access to different sources of
|
|
|
|
@ -58,13 +61,25 @@ general and API documentation.
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/grilo-%{release_version}/
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/grilo-%{release_version}/plugins/
|
|
|
|
|
|
|
|
|
|
# Remove rpath
|
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/grl-inspect-%{release_version}
|
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/grl-launch-%{release_version}
|
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/grilo-test-ui-%{release_version}
|
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgrlnet-%{release_version}.so.*
|
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgrlpls-%{release_version}.so
|
|
|
|
|
|
|
|
|
|
# Remove files that will not be packaged
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/grilo-simple-playlist
|
|
|
|
|
|
|
|
|
|
%find_lang grilo
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files -f grilo.lang
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc AUTHORS NEWS README.md TODO
|
|
|
|
|
%doc AUTHORS NEWS README TODO
|
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
%{_libdir}/girepository-1.0/
|
|
|
|
|
%{_bindir}/grl-inspect-%{release_version}
|
|
|
|
@ -85,86 +100,23 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/grilo-%{release_version}/plugins/
|
|
|
|
|
%{_datadir}/vala/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 23 2021 Debarshi Ray <rishi@fedoraproject.org> - 0.3.13-7
|
|
|
|
|
- Drop the BuildRequires on liboauth
|
|
|
|
|
Resolves: #1996880
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.13-6
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.3.6-3
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Mon Jun 28 2021 Bastien Nocera <bnocera@redhat.com> - 0.3.13-5
|
|
|
|
|
+ grilo-0.3.13-5
|
|
|
|
|
- Clarify license
|
|
|
|
|
* Wed Aug 25 2021 Bastien Nocera <bnocera@redhat.com> - 0.3.6-3
|
|
|
|
|
+ grilo-0.3.6-3
|
|
|
|
|
- Fix TLS not being validated correctly
|
|
|
|
|
- Resolves: rhbz#1976719
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.13-4
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Sep 09 2020 Kalev Lember <klember@redhat.com> - 0.3.13-2
|
|
|
|
|
- Rebuild to include in GNOME megaupdate
|
|
|
|
|
|
|
|
|
|
* Thu Sep 3 2020 Victor Toso <victortoso@redhat.com> - 0.3.13-1
|
|
|
|
|
- Update to 0.3.13
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 14 2020 Victor Toso <victortoso@redhat.com> - 0.3.12-1
|
|
|
|
|
- Update to 0.3.12
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
- Resolves: rhbz#1997234
|
|
|
|
|
|
|
|
|
|
* Fri Jan 10 2020 Kalev Lember <klember@redhat.com> - 0.3.11-1
|
|
|
|
|
- Update to 0.3.11
|
|
|
|
|
|
|
|
|
|
* Thu Nov 28 2019 Kalev Lember <klember@redhat.com> - 0.3.10-2
|
|
|
|
|
- Fix the build with totem-pl-parser 3.26.4
|
|
|
|
|
|
|
|
|
|
* Thu Sep 12 2019 Victor Toso <victortoso@redhat.com> - 0.3.10-1
|
|
|
|
|
- Update to 0.3.10
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2019 Kalev Lember <klember@redhat.com> - 0.3.9-2
|
|
|
|
|
- BR gettext, instead of intltool
|
|
|
|
|
|
|
|
|
|
* Wed Jul 17 2019 Victor Toso <victortoso@redhat.com> - 0.3.9-1
|
|
|
|
|
- Update to 0.3.9, fixes introspection regression
|
|
|
|
|
|
|
|
|
|
* Mon Jul 15 2019 Kalev Lember <klember@redhat.com> - 0.3.8-1
|
|
|
|
|
- Update to 0.3.8
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Nov 19 2018 Victor Toso <victortoso@redhat.com> - 0.3.7-1
|
|
|
|
|
- Update to 0.3.7
|
|
|
|
|
|
|
|
|
|
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 0.3.6-4
|
|
|
|
|
- Rebuild with fixed binutils
|
|
|
|
|
|
|
|
|
|
* Fri Jul 27 2018 Victor Toso <victortoso@redhat.com> - 0.3.6-3
|
|
|
|
|
* Sat Jul 28 2018 Victor Toso <victortoso@redhat.com> - 0.3.6-2
|
|
|
|
|
- Switch to meson build system
|
|
|
|
|
|
|
|
|
|
* Fri Jul 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.6-2
|
|
|
|
|
- Rebuild for new binutils
|
|
|
|
|
|
|
|
|
|
* Fri Jul 27 2018 Victor Toso <victortoso@redhat.com> - 0.3.6-1
|
|
|
|
|
- Update to 0.3.6
|
|
|
|
|
|
|
|
|
|
* Tue Jul 17 2018 Victor Toso <victortoso@redhat.com> - 0.3.5-1
|
|
|
|
|
* Wed Jul 18 2018 Victor Toso <victortoso@redhat.com> - 0.3.5-1
|
|
|
|
|
- Update to 0.3.5
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|