forked from pool/kinfocenter5
This commit is contained in:
parent
dd5f57cd9e
commit
daf9ed2c9a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f6f37b29e9f29850389fec2708dd7733051095e0ff9b842327d73bc151e7149
|
||||
size 1269960
|
3
kinfocenter-5.9.95.tar.xz
Normal file
3
kinfocenter-5.9.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:324ae3935cd672ca12c531204b690fad55bf29f661ea79e570e7da3d95699205
|
||||
size 1272040
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 11 20:26:22 CEST 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.9.95
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.9.95.php
|
||||
- Changes since 5.9.5:
|
||||
* Add output scale to Wayland overview
|
||||
* Port away from KDELibs4Support
|
||||
* Port tooltips to KToolTipWidget
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 18:58:01 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -20,17 +20,17 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kinfocenter5
|
||||
Version: 5.9.5
|
||||
Version: 5.9.95
|
||||
Release: 0
|
||||
# Full Plasma 5 version (e.g. 5.9.4)
|
||||
# Full Plasma 5 version (e.g. 5.8.95)
|
||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.4 in KUF)
|
||||
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
|
||||
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
Summary: Utility that provides information about a computer system
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org/
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz
|
||||
Source: kinfocenter-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE plasma-session-name.patch
|
||||
Patch0: plasma-session-name.patch
|
||||
BuildRequires: extra-cmake-modules >= 1.2.0
|
||||
@ -93,6 +93,7 @@ KDE Utility that provides information about a computer system.
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%kf5_find_lang
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
|
||||
%files
|
||||
@ -115,16 +116,6 @@ KDE Utility that provides information about a computer system.
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%doc %lang(ca) %{_kf5_htmldir}/ca/
|
||||
%doc %lang(de) %{_kf5_htmldir}/de/
|
||||
%doc %lang(it) %{_kf5_htmldir}/it/
|
||||
%doc %lang(nl) %{_kf5_htmldir}/nl/
|
||||
%doc %lang(sv) %{_kf5_htmldir}/sv/
|
||||
%doc %lang(uk) %{_kf5_htmldir}/uk/
|
||||
%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR/
|
||||
%doc %lang(sr) %{_kf5_htmldir}/sr/
|
||||
%doc %lang(sr@latin) %{_kf5_htmldir}/sr@latin/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user