- Add metainfo (fate#319035)

- Revamp spec
- Replace GenericName with Comment
- 4.2.1

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-journal?expand=0&rev=38
This commit is contained in:
YaST Team Bot 2019-06-04 11:50:55 +00:00 committed by Git OBS Bridge
parent a25073ff33
commit 550603f7da
4 changed files with 30 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9961c847d6cdb04cf37c0f880a22b476e449b04509a4b32624b9879b768937f7
size 25187

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01950bbfe0b34f941ac53bf70453bc9d7a1e6ba8265eaa9a895b285a9edee01d
size 25227

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 31 12:32:54 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
- Add metainfo (fate#319035)
- Revamp spec
- Replace GenericName with Comment
- 4.2.1
-------------------------------------------------------------------
Tue May 7 13:11:33 UTC 2019 - Steffen Winterfeldt <snwint@suse.com>

View File

@ -17,22 +17,19 @@
Name: yast2-journal
Version: 4.2.0
Version: 4.2.1
Release: 0
BuildArch: noarch
Url: https://github.com/yast/yast-journal
Summary: YaST2 - Reading of systemd journal
License: GPL-2.0-only OR GPL-3.0-only
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
# First version with base Dialog class
Requires: yast2 >= 3.1.117
# Yast::Builtins::strftime
Requires: yast2-ruby-bindings >= 3.1.38
BuildRequires: update-desktop-files
# Yast::Builtins::strftime
BuildRequires: yast2
BuildRequires: yast2-devtools
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-ruby-bindings >= 3.1.38
#for install task
BuildRequires: rubygem(yast-rake)
@ -43,32 +40,34 @@ BuildRequires: libyui-ncurses >= 2.47.1
# libyui-terminal
BuildRequires: libyui-ncurses-tools
Url: https://github.com/yast/yast-journal
Summary: YaST2 - Reading of systemd journal
License: GPL-2.0-only OR GPL-3.0-only
Group: System/YaST
# First version with base Dialog class
Requires: yast2 >= 3.1.117
# Yast::Builtins::strftime
Requires: yast2-ruby-bindings >= 3.1.38
BuildArch: noarch
%description
A YaST2 module to read the systemd journal in a convenient and
user-friendly way.
%prep
%setup -n %{name}-%{version}
%setup -q
%check
# Enable UI tests in headless systems like Jenkins
libyui-terminal rake test:unit
%install
rake install DESTDIR="%{buildroot}"
%yast_install
%yast_metainfo
%files
%defattr(-,root,root)
%{yast_dir}/clients/*.rb
%{yast_dir}/lib
%{yast_desktopdir}/journal.desktop
%{yast_clientdir}
%{yast_libdir}
%{yast_desktopdir}
%{yast_metainfodir}
%{yast_icondir}
%doc COPYING
%doc README.md