Accepting request 443412 from home:luca_b:test_KA
KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443412 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kteatime?expand=0&rev=34
This commit is contained in:
parent
74ade907dd
commit
fadabca5cf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:66546f8bf3fb20c4c13693eb08b98be9ee6f3a54a9217d7f916d6018f96ec929
|
|
||||||
size 90308
|
|
3
kteatime-16.11.80.tar.xz
Normal file
3
kteatime-16.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3edf8d56530768520063c779ca8dd98d43f18ad2858e7ae8fae05fbeaf09f702
|
||||||
|
size 90992
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 29 12:37:12 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.11.80
|
||||||
|
* KDE Applications 16.12.0 Beta
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 9 06:23:30 UTC 2016 - lbeltrame@kde.org
|
Wed Nov 9 06:23:30 UTC 2016 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kteatime
|
# spec file for package kteatime
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,29 +17,33 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kteatime
|
Name: kteatime
|
||||||
BuildRequires: libqimageblitz-devel
|
Version: 16.11.80
|
||||||
BuildRequires: update-desktop-files
|
Release: 0
|
||||||
|
%define kf5_version 5.26.0
|
||||||
|
# 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}')}
|
||||||
|
Summary: Tea Cooker
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Amusements/Toys/Other
|
||||||
|
Url: http://www.kde.org
|
||||||
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
|
||||||
BuildRequires: pkgconfig(Qt5DBus)
|
|
||||||
BuildRequires: kconfig-devel
|
BuildRequires: kconfig-devel
|
||||||
BuildRequires: kcrash-devel
|
BuildRequires: kcrash-devel
|
||||||
BuildRequires: kdoctools-devel
|
BuildRequires: kdoctools-devel
|
||||||
BuildRequires: ki18n-devel
|
BuildRequires: ki18n-devel
|
||||||
BuildRequires: kiconthemes-devel
|
BuildRequires: kiconthemes-devel
|
||||||
BuildRequires: knotifyconfig-devel
|
|
||||||
BuildRequires: knotifications-devel
|
BuildRequires: knotifications-devel
|
||||||
BuildRequires: kwidgetsaddons-devel
|
BuildRequires: knotifyconfig-devel
|
||||||
BuildRequires: ktextwidgets-devel
|
BuildRequires: ktextwidgets-devel
|
||||||
|
BuildRequires: kwidgetsaddons-devel
|
||||||
BuildRequires: kxmlgui-devel
|
BuildRequires: kxmlgui-devel
|
||||||
Summary: Tea Cooker
|
BuildRequires: libqimageblitz-devel
|
||||||
License: GPL-2.0+
|
BuildRequires: pkgconfig
|
||||||
Group: Amusements/Toys/Other
|
BuildRequires: update-desktop-files
|
||||||
Url: http://www.kde.org
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
Version: 16.08.3
|
BuildRequires: pkgconfig(Qt5DBus)
|
||||||
Release: 0
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
Source0: %{name}-%{version}.tar.xz
|
|
||||||
Obsoletes: %{name}5 < %{version}
|
Obsoletes: %{name}5 < %{version}
|
||||||
Provides: %{name}5 = %{version}
|
Provides: %{name}5 = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -48,7 +52,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
KDE time utility for making a fine cup of tea
|
KDE time utility for making a fine cup of tea
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
@ -58,9 +62,6 @@ KDE time utility for making a fine cup of tea
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%suse_update_desktop_file -r org.kde.kteatime Applet
|
%suse_update_desktop_file -r org.kde.kteatime Applet
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.DOC
|
%doc COPYING COPYING.DOC
|
||||||
@ -68,7 +69,7 @@ KDE time utility for making a fine cup of tea
|
|||||||
%{_kf5_htmldir}/en/kteatime/
|
%{_kf5_htmldir}/en/kteatime/
|
||||||
%{_kf5_applicationsdir}/org.kde.kteatime.desktop
|
%{_kf5_applicationsdir}/org.kde.kteatime.desktop
|
||||||
%{_kf5_iconsdir}/hicolor/*/apps/kteatime.*
|
%{_kf5_iconsdir}/hicolor/*/apps/kteatime.*
|
||||||
%_datadir/appdata/
|
%{_kf5_appstreamdir}/
|
||||||
%_datadir/knotifications5/kteatime.notifyrc
|
%{_datadir}/knotifications5/kteatime.notifyrc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user