forked from pool/kinfocenter5
Accepting request 414736 from KDE:Frameworks5
Update to 5.7.2 OBS-URL: https://build.opensuse.org/request/show/414736 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kinfocenter5?expand=0&rev=32
This commit is contained in:
commit
d052e1a6f9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8e720627ea107072701905e39dda3cb0d6914240b3054422bb8d681312f543af
|
|
||||||
size 1148168
|
|
3
kinfocenter-5.7.2.tar.xz
Normal file
3
kinfocenter-5.7.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4f5ecc296415c7a381df0fd47d167da0b0f2906f3ab876428bbe3e40b88fef6
|
||||||
|
size 1154504
|
@ -1,2 +0,0 @@
|
|||||||
# we don't use find_lang macro as it doesn't searches in subdirectories
|
|
||||||
addFilter("file-not-in-%lang .*")
|
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 20 08:54:22 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.7.2
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/plasma-5.7.2.php
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 13 06:13:27 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.7.1
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/plasma-5.7.1.php
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 11:27:46 UTC 2016 - wbauer@tmo.at
|
||||||
|
|
||||||
|
- Use the new %kf5_find_lang macro to create the file list for the
|
||||||
|
lang package
|
||||||
|
- Remove rpmlintrc file, it is not needed any more now
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 30 12:02:22 UTC 2016 - hrvoje.senjan@gmail.com
|
Thu Jun 30 12:02:22 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kinfocenter5
|
Name: kinfocenter5
|
||||||
Version: 5.7.0
|
Version: 5.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility that provides information about a computer system
|
Summary: Utility that provides information about a computer system
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org/
|
Url: http://www.kde.org/
|
||||||
Source: kinfocenter-%{version}.tar.xz
|
Source: kinfocenter-%{version}.tar.xz
|
||||||
Source99: %{name}-rpmlintrc
|
|
||||||
# PATCH-FIX-OPENSUSE plasma-session-name.patch
|
# PATCH-FIX-OPENSUSE plasma-session-name.patch
|
||||||
Patch0: plasma-session-name.patch
|
Patch0: plasma-session-name.patch
|
||||||
BuildRequires: extra-cmake-modules >= 1.2.0
|
BuildRequires: extra-cmake-modules >= 1.2.0
|
||||||
@ -81,11 +80,14 @@ KDE Utility that provides information about a computer system.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
%if %{with lang}
|
||||||
|
%kf5_find_lang
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -106,10 +108,8 @@ KDE Utility that provides information about a computer system.
|
|||||||
%{_kf5_sharedir}/desktop-directories/
|
%{_kf5_sharedir}/desktop-directories/
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang
|
%files lang -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
%{_kf5_localedir}/
|
|
||||||
%doc %lang(ca) %{_kf5_htmldir}/ca/
|
%doc %lang(ca) %{_kf5_htmldir}/ca/
|
||||||
%doc %lang(de) %{_kf5_htmldir}/de/
|
%doc %lang(de) %{_kf5_htmldir}/de/
|
||||||
%doc %lang(it) %{_kf5_htmldir}/it/
|
%doc %lang(it) %{_kf5_htmldir}/it/
|
||||||
|
Loading…
Reference in New Issue
Block a user