Compare commits

..

No commits in common. "b48f882471f714628e0c23f66e532f01c5f2b588" and "781138bc57a8dac2597716256fc6ed1ec5a760d2" have entirely different histories.

3 changed files with 21 additions and 35 deletions

BIN
grilo-0.3.13.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,16 +1,18 @@
# first two digits of version
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Name: grilo
Version: 0.3.16
Version: 0.3.13
Release: 1
Summary: A framework for browsing and searching media content
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/Grilo
Source0: https://download.gnome.org/sources/grilo/%{release_version}/grilo-%{version}.tar.xz
BuildRequires: chrpath glib2-devel gettext gobject-introspection-devel >= 0.9.0
BuildRequires: gtk-doc gtk3-devel liboauth-devel libsoup3-devel libxml2-devel
BuildRequires: meson totem-pl-parser-devel vala >= 0.27.1 libxslt cmake
BuildRequires: gtk-doc gtk3-devel liboauth-devel libsoup-devel libxml2-devel
BuildRequires: meson totem-pl-parser-devel vala >= 0.27.1 libxslt
%description
Grilo is a framework focused on making media discovery and browsing easy for
@ -47,56 +49,40 @@ install the %{name}-devel package if you want to develop applications that use
%install
%meson_install
mkdir -p $RPM_BUILD_ROOT%{_libdir}/grilo-%{release_version}/
mkdir -p $RPM_BUILD_ROOT%{_datadir}/grilo-%{release_version}/plugins/
mkdir -p %{buildroot}%{_libdir}/grilo-%{release_version}/
mkdir -p %{buildroot}%{_datadir}/grilo-%{release_version}/plugins/
%find_lang grilo
%ldconfig_scriptlets
%files -f grilo.lang
%license COPYING
%{_bindir}/*
%{_libdir}/*.so.*
%{_libdir}/grilo-0.3/
%{_libdir}/girepository-1.0/
%{_datadir}/grilo-0.3/
%doc NEWS AUTHORS
%{_bindir}/*-0.3
%{_libdir}/*-0.3.so.*
%dir %{_libdir}/grilo-0.3/
%{_libdir}/girepository-1.0/*-0.3.typelib
%dir %{_datadir}/grilo-0.3/plugins/
%license COPYING
%files devel
%{_includedir}/grilo-0.3/
%{_includedir}/grilo-0.3/*.h
%{_includedir}/grilo-0.3/net/*.h
%{_includedir}/grilo-0.3/pls/*.h
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/
%{_datadir}/vala/
%{_datadir}/gir-1.0/*.gir
%{_datadir}/vala/vapi/*
%{_libdir}/*.so
%files help
%doc AUTHORS NEWS README.md TODO
%{_mandir}/man1/*.1*
%doc README.md TODO
%{_mandir}/man1/*.gz
%{_datadir}/gtk-doc/html/grilo/
%changelog
* Tue Jan 23 2024 zhouwenpei <zhouwenpei1@h-partners.com> - 0.3.16-1
- Update to 0.3.16
* Fri Nov 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.3.15-1
- Update to 0.3.15
* Fri May 20 2022 loong_C <loong_c@yeah.net> - 0.3.14-2
- fix spec changelog date
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.3.14-1
- Update to 0.3.14
* Mon Sep 13 2021 yangcheng<yangcheng87@huawei.com> - 0.3.13-2
- Type:CVE
- CVE:CVE-2021-39365
- SUG:NA
- DESC:fix CVE-2021-39365
* Tue Feb 2 2021 jinzhimin <jinzhimin2@huawei.com> - 0.3.13-1
- upgrade to 0.3.13
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.9-3
* Thu Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.9-3
- Type:bugfix
- Id:NA
- SUG:NA