Blame SPECS/grilo.spec

94154b
# first two digits of version
94154b
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
94154b
94154b
Name:           grilo
94154b
Version:        0.3.13
94154b
Release:        7%{?dist}
94154b
Summary:        Content discovery framework
94154b
94154b
License:        LGPLv2+
94154b
URL:            https://wiki.gnome.org/Projects/Grilo
94154b
Source0:        https://download.gnome.org/sources/grilo/%{release_version}/grilo-%{version}.tar.xz
94154b
94154b
BuildRequires:  meson
94154b
BuildRequires:  git
94154b
BuildRequires:  chrpath
94154b
BuildRequires:  gettext
94154b
BuildRequires:  vala >= 0.27.1
94154b
BuildRequires:  gtk-doc
94154b
BuildRequires:  gobject-introspection-devel >= 0.9.0
94154b
BuildRequires:  libxml2-devel
94154b
BuildRequires:  libsoup-devel
94154b
BuildRequires:  glib2-devel
94154b
# For the test UI
94154b
BuildRequires:  gtk3-devel
94154b
BuildRequires:  totem-pl-parser-devel
94154b
94154b
# https://gitlab.gnome.org/GNOME/grilo/-/merge_requests/77
94154b
Patch0: 0001-build-Clarify-LGPLv2.1-or-later-license.patch
94154b
# https://gitlab.gnome.org/GNOME/grilo/-/merge_requests/78
94154b
Patch1: 0002-net-Fix-TLS-cert-validation-not-being-done-for-any-n.patch
94154b
94154b
%description
94154b
Grilo is a framework that provides access to different sources of
94154b
multimedia content, using a pluggable system.
94154b
This package contains the core library and elements.
94154b
94154b
%package devel
94154b
Summary:        Libraries/include files for Grilo framework
94154b
Requires:       %{name}%{?_isa} = %{version}-%{release}
94154b
94154b
%description devel
94154b
Grilo is a framework that provides access to different sources of
94154b
multimedia content, using a pluggable system.
94154b
This package contains the core library and elements, as well as
94154b
general and API documentation.
94154b
94154b
%prep
94154b
%autosetup -p1 -S git
94154b
94154b
%build
94154b
%meson -Denable-gtk-doc=true
94154b
94154b
%meson_build
94154b
94154b
%install
94154b
%meson_install
94154b
94154b
mkdir -p $RPM_BUILD_ROOT%{_libdir}/grilo-%{release_version}/
94154b
mkdir -p $RPM_BUILD_ROOT%{_datadir}/grilo-%{release_version}/plugins/
94154b
94154b
%find_lang grilo
94154b
94154b
%ldconfig_scriptlets
94154b
94154b
%files -f grilo.lang
94154b
%license COPYING
94154b
%doc AUTHORS NEWS README.md TODO
94154b
%{_libdir}/*.so.*
94154b
%{_libdir}/girepository-1.0/
94154b
%{_bindir}/grl-inspect-%{release_version}
94154b
%{_bindir}/grl-launch-%{release_version}
94154b
%{_bindir}/grilo-test-ui-%{release_version}
94154b
%{_libdir}/grilo-%{release_version}/
94154b
%{_datadir}/grilo-%{release_version}/
94154b
%{_mandir}/man1/grilo-test-ui-%{release_version}.1*
94154b
%{_mandir}/man1/grl-inspect-%{release_version}.1*
94154b
%{_mandir}/man1/grl-launch-%{release_version}.1*
94154b
94154b
%files devel
94154b
%{_datadir}/gtk-doc/html/%{name}
94154b
%{_includedir}/%{name}-%{release_version}/
94154b
%{_libdir}/*.so
94154b
%{_libdir}/pkgconfig/*.pc
94154b
%{_datadir}/gir-1.0/
94154b
%{_datadir}/vala/
94154b
94154b
%changelog
94154b
* Mon Aug 23 2021 Debarshi Ray <rishi@fedoraproject.org> - 0.3.13-7
94154b
- Drop the BuildRequires on liboauth
94154b
Resolves: #1996880
94154b
94154b
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.13-6
94154b
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
94154b
  Related: rhbz#1991688
94154b
94154b
* Mon Jun 28 2021 Bastien Nocera <bnocera@redhat.com> - 0.3.13-5
94154b
+ grilo-0.3.13-5
94154b
- Clarify license
94154b
- Fix TLS not being validated correctly
94154b
- Resolves: rhbz#1976719
94154b
94154b
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.13-4
94154b
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
94154b
94154b
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-3
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
94154b
94154b
* Wed Sep 09 2020 Kalev Lember <klember@redhat.com> - 0.3.13-2
94154b
- Rebuild to include in GNOME megaupdate
94154b
94154b
* Thu Sep  3 2020 Victor Toso <victortoso@redhat.com> - 0.3.13-1
94154b
- Update to 0.3.13
94154b
94154b
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-2
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
94154b
94154b
* Fri Feb 14 2020 Victor Toso <victortoso@redhat.com> - 0.3.12-1
94154b
- Update to 0.3.12
94154b
94154b
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-2
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
94154b
94154b
* Fri Jan 10 2020 Kalev Lember <klember@redhat.com> - 0.3.11-1
94154b
- Update to 0.3.11
94154b
94154b
* Thu Nov 28 2019 Kalev Lember <klember@redhat.com> - 0.3.10-2
94154b
- Fix the build with totem-pl-parser 3.26.4
94154b
94154b
* Thu Sep 12 2019 Victor Toso <victortoso@redhat.com> - 0.3.10-1
94154b
- Update to 0.3.10
94154b
94154b
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-3
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
94154b
94154b
* Thu Jul 18 2019 Kalev Lember <klember@redhat.com> - 0.3.9-2
94154b
- BR gettext, instead of intltool
94154b
94154b
* Wed Jul 17 2019 Victor Toso <victortoso@redhat.com> - 0.3.9-1
94154b
- Update to 0.3.9, fixes introspection regression
94154b
94154b
* Mon Jul 15 2019 Kalev Lember <klember@redhat.com> - 0.3.8-1
94154b
- Update to 0.3.8
94154b
94154b
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-2
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
94154b
94154b
* Mon Nov 19 2018 Victor Toso <victortoso@redhat.com> - 0.3.7-1
94154b
- Update to 0.3.7
94154b
94154b
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 0.3.6-4
94154b
- Rebuild with fixed binutils
94154b
94154b
* Fri Jul 27 2018 Victor Toso <victortoso@redhat.com> - 0.3.6-3
94154b
- Switch to meson build system
94154b
94154b
* Fri Jul 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.6-2
94154b
- Rebuild for new binutils
94154b
94154b
* Fri Jul 27 2018 Victor Toso <victortoso@redhat.com> - 0.3.6-1
94154b
- Update to 0.3.6
94154b
94154b
* Tue Jul 17 2018 Victor Toso <victortoso@redhat.com> - 0.3.5-1
94154b
- Update to 0.3.5
94154b
94154b
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-4
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
94154b
94154b
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-3
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
94154b
94154b
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.4-2
94154b
- Switch to %%ldconfig_scriptlets
94154b
94154b
* Thu Aug 24 2017 Bastien Nocera <bnocera@redhat.com> - 0.3.4-1
94154b
+ grilo-0.3.4-1
94154b
- Update to 0.3.4
94154b
94154b
* Thu Aug 10 2017 Kalev Lember <klember@redhat.com> - 0.3.3-4
94154b
- Rebuilt for libtotem-plparser soname bump
94154b
94154b
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 0.3.3-3
94154b
- Rebuilt for libtotem-plparser soname bump
94154b
94154b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-2
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
94154b
94154b
* Tue Feb 14 2017 Kalev Lember <klember@redhat.com> - 0.3.3-1
94154b
- Update to 0.3.3
94154b
94154b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-5
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
94154b
94154b
* Mon Oct 17 2016 Kalev Lember <klember@redhat.com> - 0.3.2-4
94154b
- Stop providing grilo 0.2 ABI compatibility
94154b
94154b
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.3.2-3
94154b
- BR vala instead of obsolete vala-tools subpackage
94154b
94154b
* Wed Sep 21 2016 Bastien Nocera <bnocera@redhat.com> - 0.3.2-2
94154b
+ grilo-0.3.2-1
94154b
- Take ownership of /usr/share/grilo-0.3 not just its plugins subdir
94154b
94154b
* Mon Sep 12 2016 Kalev Lember <klember@redhat.com> - 0.3.2-1
94154b
- Update to 0.3.2
94154b
- Don't set group tags
94154b
- Avoid requiring gobject-introspection for directory ownership
94154b
- Use make_install macro
94154b
94154b
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 0.3.1-1
94154b
- Update to 0.3.1
94154b
94154b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
94154b
94154b
* Fri Dec 18 2015 Kalev Lember <klember@redhat.com> - 0.3.0-1
94154b
- Update to 0.3.0
94154b
- Update project URL
94154b
- Include previous ABI version for temporary binary compatibility
94154b
94154b
* Wed Sep 09 2015 Kalev Lember <klember@redhat.com> - 0.2.15-1
94154b
- Update to 0.2.15
94154b
94154b
* Tue Sep 08 2015 Kalev Lember <klember@redhat.com> - 0.2.13-1
94154b
- Update to 0.2.13
94154b
- Merge -vala subpackage into -devel
94154b
- Tighten -devel subpackage deps with the _isa macro
94154b
- Don't duplicate %%doc-marked files in -devel
94154b
- Mark COPYING as %%license
94154b
94154b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.12-2
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
94154b
94154b
* Thu Feb 19 2015 Richard Hughes <rhughes@redhat.com> - 0.2.12-1
94154b
- Update to 0.2.12
94154b
94154b
* Sun Aug 24 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.11-1
94154b
- Update to 0.2.11
94154b
94154b
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.10-4
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
94154b
94154b
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.10-3
94154b
- Rebuilt for gobject-introspection 1.41.4
94154b
94154b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.10-2
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
94154b
94154b
* Wed Mar 19 2014 Richard Hughes <rhughes@redhat.com> - 0.2.10-1
94154b
- Update to 0.2.10
94154b
94154b
* Wed Feb 19 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.9-2
94154b
- Build with totem-pl-parser and oauth support
94154b
94154b
* Wed Feb 19 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.9-1
94154b
- Update to 0.2.9
94154b
94154b
* Wed Feb 05 2014 Adam Williamson <awilliam@redhat.com> - 0.2.7-2
94154b
- backport some patches from upstream that are needed for totem
94154b
94154b
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.7-1
94154b
- Update to 0.2.7
94154b
94154b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.6-2
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
94154b
94154b
* Sat May 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.6-1
94154b
- Update to 0.2.6
94154b
- Drop the vala sed hack, 0.2.6 now works with recent vala
94154b
- Include man pages
94154b
94154b
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.5-1
94154b
- Update to 0.2.5
94154b
94154b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-2
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
94154b
94154b
* Tue Dec 04 2012 Bastien Nocera <bnocera@redhat.com> 0.2.4-1
94154b
- Update to 0.2.4
94154b
94154b
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> 0.2.3-1
94154b
- Update to 0.2.3
94154b
94154b
* Fri Oct 05 2012 Bastien Nocera <bnocera@redhat.com> 0.2.2-1
94154b
- Update to 0.2.2
94154b
94154b
* Wed Oct 03 2012 Bastien Nocera <bnocera@redhat.com> 0.2.1-1
94154b
- Update to 0.2.1
94154b
94154b
* Fri Aug 31 2012 Debarshi Ray <rishi@fedoraproject.org> 0.2.0-1
94154b
- update to 0.2.0
94154b
94154b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.19-2
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
94154b
94154b
* Fri May 25 2012 Bastien Nocera <bnocera@redhat.com> 0.1.19-1
94154b
- Update to 0.1.19
94154b
94154b
* Wed Mar  7 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.1.18-3
94154b
- fix build with vala 0.15/0.16
94154b
94154b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.18-2
94154b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
94154b
94154b
* Mon Dec 12 2011 Bastien Nocera <bnocera@redhat.com> 0.1.18-1
94154b
- Update to 0.1.18
94154b
94154b
* Fri Oct 14 2011 Adam Williamson <awilliam@redhat.com> 0.1.17-1
94154b
- update to 0.1.17
94154b
94154b
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 0.1.16-1
94154b
- Update to 0.1.16
94154b
94154b
* Fri May 20 2011 Bastien Nocera <bnocera@redhat.com> 0.1.15-3
94154b
- Own the grilo plugins directories
94154b
94154b
* Wed Apr 27 2011 Bastien Nocera <bnocera@redhat.com> 0.1.15-2
94154b
- Update with review comments
94154b
94154b
* Thu Apr 21 2011 Bastien Nocera <bnocera@redhat.com> 0.1.15-1
94154b
- Fist package, based on upstream work by Juan A.
94154b
  Suarez Romero <jasuarez@igalia.com>
94154b