forked from pool/kalarm
Accepting request 490367 from KDE:Applications
KDE Applications 17.04.0 final OBS-URL: https://build.opensuse.org/request/show/490367 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kalarm?expand=0&rev=5
This commit is contained in:
commit
30e5bbc884
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1f5f78697197503ae716d247b8391a19cf2ae4eb03fb4cfa0a2be2cd441170d8
|
|
||||||
size 566936
|
|
3
kalarm-17.04.0.tar.xz
Normal file
3
kalarm-17.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e7911fee91804f9e401a11ac0423f0a2fe5e04741146dcdcf08053c7cba30bff
|
||||||
|
size 1823760
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 16 10:44:49 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 17.04.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.04.0.php
|
||||||
|
- Changes since 17.03.90:
|
||||||
|
* Bug 378722: Fix option text for using default email address (kde#378722)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 12 20:25:19 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 17.03.90
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
|
||||||
|
- Changes since 17.03.80:
|
||||||
|
* None
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 25 23:10:14 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 17.03.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||||
|
- Changes since 16.12.3:
|
||||||
|
* Too many changes to list here
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 9 12:35:05 CET 2017 - lbeltrame@kde.org
|
Thu Mar 9 12:35:05 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
28
kalarm.spec
28
kalarm.spec
@ -16,11 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
|
||||||
Name: kalarm
|
Name: kalarm
|
||||||
Version: 16.12.3
|
Version: 17.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: Personal Alarm Scheduler
|
Summary: Personal Alarm Scheduler
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -73,8 +75,14 @@ BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
|||||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
||||||
|
%if 0%{?suse_version} > 1325
|
||||||
|
BuildRequires: libboost_headers-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: boost-devel
|
||||||
|
%endif
|
||||||
Provides: kalarm5 = %{version}
|
Provides: kalarm5 = %{version}
|
||||||
Obsoletes: kalarm5 < %{version}
|
Obsoletes: kalarm5 < %{version}
|
||||||
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# It can only build on the same platforms as Qt Webengine
|
# It can only build on the same platforms as Qt Webengine
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||||
@ -82,6 +90,10 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
|||||||
%description
|
%description
|
||||||
Personal alarm message, command and email scheduler for KDE
|
Personal alarm message, command and email scheduler for KDE
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -91,6 +103,10 @@ Personal alarm message, command and email scheduler for KDE
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
%if %{with lang}
|
||||||
|
%find_lang %{name} --with-man --all-name
|
||||||
|
%kf5_find_htmldocs
|
||||||
|
%endif
|
||||||
%suse_update_desktop_file org.kde.kalarm Utility TimeUtility
|
%suse_update_desktop_file org.kde.kalarm Utility TimeUtility
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -101,7 +117,8 @@ Personal alarm message, command and email scheduler for KDE
|
|||||||
%{_kf5_configdir}/autostart/kalarm.autostart.desktop
|
%{_kf5_configdir}/autostart/kalarm.autostart.desktop
|
||||||
%{_kf5_sharedir}/kalarm/
|
%{_kf5_sharedir}/kalarm/
|
||||||
%{_kf5_bindir}/kalarm*
|
%{_kf5_bindir}/kalarm*
|
||||||
%{_libdir}/libexec/kalarm_helper
|
%dir %{_libdir}/libexec/kauth/
|
||||||
|
%{_libdir}/libexec/kauth/kalarm_helper
|
||||||
%{_kf5_appstreamdir}/org.kde.kalarm.appdata.xml
|
%{_kf5_appstreamdir}/org.kde.kalarm.appdata.xml
|
||||||
%{_kf5_applicationsdir}/org.kde.kalarm.desktop
|
%{_kf5_applicationsdir}/org.kde.kalarm.desktop
|
||||||
%{_kf5_configkcfgdir}/kalarmconfig.kcfg
|
%{_kf5_configkcfgdir}/kalarmconfig.kcfg
|
||||||
@ -115,4 +132,9 @@ Personal alarm message, command and email scheduler for KDE
|
|||||||
%{_kf5_iconsdir}/hicolor/*/apps/kalarm.png
|
%{_kf5_iconsdir}/hicolor/*/apps/kalarm.png
|
||||||
%{_kf5_kxmlguidir}/kalarm/
|
%{_kf5_kxmlguidir}/kalarm/
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user