forked from pool/kalarm
KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kalarm?expand=0&rev=68
This commit is contained in:
parent
125f1835b5
commit
58ed94200d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a21cdf119aa1b188e6c4f15e469d186fd2562e6d53104088e4432b8ae8ec9cc7
|
||||
size 1814008
|
3
kalarm-18.11.80.tar.xz
Normal file
3
kalarm-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21dbd7cc078ddce79f6cebf286c291d7b2478f544ff3f44c62f49130cd221e6c
|
||||
size 1811944
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 06:21:59 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 05:56:43 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.11.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.11.80.php
|
||||
- Changes since 18.08.3:
|
||||
* Fix email address
|
||||
* QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51
|
||||
* Fix minor typos
|
||||
* Make appstreamtest happy
|
||||
* Formatting
|
||||
* Make it compile with KDEFrameworkCompilerSettings
|
||||
* Fix minor EBN issues
|
||||
* Use new syntax
|
||||
* Remove version suffix
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 08 20:43:30 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
30
kalarm.spec
30
kalarm.spec
@ -16,18 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kalarm
|
||||
Version: 18.08.3
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kalarm
|
||||
Version: 18.11.80
|
||||
Release: 0
|
||||
Summary: Personal Alarm Scheduler
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Other
|
||||
Url: http://www.kde.org
|
||||
URL: http://www.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: gettext-devel
|
||||
@ -77,17 +76,16 @@ BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
||||
Recommends: %{name}-lang
|
||||
Provides: kalarm5 = %{version}
|
||||
Obsoletes: kalarm5 < %{version}
|
||||
# It can only build on the same platforms as Qt Webengine
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_headers-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
Provides: kalarm5 = %{version}
|
||||
Obsoletes: kalarm5 < %{version}
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# It can only build on the same platforms as Qt Webengine
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
|
||||
%description
|
||||
Personal alarm message, command and email scheduler for KDE
|
||||
@ -105,13 +103,13 @@ Personal alarm message, command and email scheduler for KDE
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
%suse_update_desktop_file org.kde.kalarm Utility TimeUtility
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.LIB COPYING.DOC README
|
||||
%license COPYING COPYING.LIB COPYING.DOC
|
||||
%doc README
|
||||
%config %{_kf5_configdir}/kalarm.categories
|
||||
%config %{_kf5_configdir}/kalarm.renamecategories
|
||||
%config %{_sysconfdir}/dbus-1/system.d/org.kde.kalarm.rtcwake.conf
|
||||
@ -134,7 +132,7 @@ Personal alarm message, command and email scheduler for KDE
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user