!2 Upgrade to 3.36.0
From: @weijin-deng Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
5fd310f93b
Binary file not shown.
BIN
gnome-logs-3.36.0.tar.xz
Normal file
BIN
gnome-logs-3.36.0.tar.xz
Normal file
Binary file not shown.
@ -1,13 +1,13 @@
|
||||
Name: gnome-logs
|
||||
Version: 3.30.0
|
||||
Release: 2
|
||||
Version: 3.36.0
|
||||
Release: 1
|
||||
Summary: Log viewer for the systemd journal
|
||||
License: GPLv3+
|
||||
URL: https://wiki.gnome.org/Apps/Logs
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.30/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.36/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: desktop-file-utils docbook-dtds docbook-style-xsl gnome-common intltool libxslt
|
||||
BuildRequires: pkgconfig(gtk+-3.0) pkgconfig(libsystemd) libappstream-glib itstool
|
||||
BuildRequires: desktop-file-utils docbook-dtds docbook-style-xsl gcc intltool libxslt
|
||||
BuildRequires: pkgconfig(gtk+-3.0) pkgconfig(libsystemd) libappstream-glib itstool meson
|
||||
Requires: gsettings-desktop-schemas
|
||||
|
||||
%description
|
||||
@ -24,27 +24,28 @@ User's Manual for gnome-logs
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build V=1
|
||||
%meson -Dman=true
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
|
||||
%check
|
||||
make check
|
||||
%meson_test
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/applications/org.gnome.Logs.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Logs.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Logs.*.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/%{name}-symbolic.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Logs.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Logs-symbolic.svg
|
||||
%{_datadir}/metainfo/org.gnome.Logs.appdata.xml
|
||||
|
||||
%files help
|
||||
@ -53,6 +54,10 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 22 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.36.0-1
|
||||
- Upgrade to 3.36.0
|
||||
- Use meson rebuild
|
||||
|
||||
* Wed Dec 11 2019 yangjian<yangjian79@huawei.com> - 3.30.0-2
|
||||
- Package init
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user