Accepting request 446039 from KDE:Applications

Update to KDE Applicatons 16.12.0

OBS-URL: https://build.opensuse.org/request/show/446039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kde-dev-utils?expand=0&rev=46
This commit is contained in:
2016-12-17 09:37:16 +00:00
committed by Git OBS Bridge
4 changed files with 64 additions and 42 deletions
+24
View File
@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Dec 13 19:37:01 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.12.0
* KDE Applications 16.12.0
* https://www.kde.org/announcements/announce-applications-16.12.0.php
-------------------------------------------------------------------
Sat Dec 3 16:17:43 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.90
* KDE Applications 16.12.0 RC
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
-------------------------------------------------------------------
Tue Nov 29 12:26:43 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:15:28 UTC 2016 - lbeltrame@kde.org
+37 -39
View File
@@ -1,7 +1,7 @@
#
# spec file for package kde-dev-utils
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,127 +17,125 @@
Name: kde-dev-utils
BuildRequires: libkde4-devel
Version: 16.12.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: KDE SDK Package
License: GPL-2.0 and GFDL-1.2 and LGPL-2.0
Group: System/GUI/KDE
Url: http://www.kde.org/
Version: 16.08.3
Release: 0
Source0: %{name}-%{version}.tar.xz
BuildRequires: libkde4-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%{kde4_runtime_requires}
%description
This package suggests the packages, built from the kde-dev-utils module.
%prep
%setup -q -n %{name}-%{version}
%setup -q
%build
%ifarch ppc64
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%endif
export CXXFLAGS="$RPM_OPT_FLAGS -fPIC"
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
%cmake_kde4 -d build -- -DCMAKE_CXXFLAGS="$RPM_OPT_FLAGS" -DCMAKE_CFLAGS="$RPM_OPT_FLAGS"
%make_jobs
make
export CXXFLAGS="%{optflags} -fPIC"
export CFLAGS="%{optflags} -fPIC"
%cmake_kde4 -d build -- -DCMAKE_CXXFLAGS="%{optflags}" -DCMAKE_CFLAGS="%{optflags}"
%make_jobs
%install
cd build
%makeinstall
%create_subdir_filelist -d kmtrace
%create_subdir_filelist -d kuiviewer
%create_subdir_filelist -d kpartloader
%create_subdir_filelist -d kstartperf
%create_exclude_filelist
%kde4_makeinstall -C build
%suse_update_desktop_file kuiviewer Development GUIDesigner
%kde_post_install
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf filelists
%package -n kuiviewer
Summary: UI Files Viewer
Group: Development/Tools/Other
%kde4_runtime_requires
Provides: kde4-kuiviewer = 4.3.0
Obsoletes: kde4-kuiviewer < 4.3.0
%{kde4_runtime_requires}
%description -n kuiviewer
Displays Qt Designer UI files
%post -n kuiviewer -p /sbin/ldconfig
%postun -n kuiviewer -p /sbin/ldconfig
%files -n kuiviewer -f filelists/kuiviewer
%files -n kuiviewer
%defattr(-,root,root)
%doc COPYING COPYING.DOC COPYING.LIB
%dir %_kde4_appsdir/kuiviewerpart
%{_bindir}/kuiviewer
%{_kde4_modulesdir}/kuiviewerpart.so
%{_kde4_modulesdir}/quithumbnail.so
%{_kde4_applicationsdir}/kuiviewer.desktop
%{_kde4_iconsdir}/hicolor/*/apps/kuiviewer.png
%{_kde4_appsdir}/kuiviewer/
%{_kde4_appsdir}/kuiviewerpart/
%{_kde4_servicesdir}/designerthumbnail.desktop
%{_kde4_servicesdir}/kuiviewer_part.desktop
%package -n kmtrace
Summary: Memory Allocation Debugging Tool
Group: Development/Tools/Other
%kde4_runtime_requires
Provides: kde4-kmtrace = 4.3.0
Obsoletes: kde4-kmtrace < 4.3.0
%{kde4_runtime_requires}
%description -n kmtrace
This is a KDE tool to assist with malloc debugging using glibc's
"mtrace" functionality.
%post -n kmtrace -p /sbin/ldconfig
%postun -n kmtrace -p /sbin/ldconfig
%files -n kmtrace -f filelists/kmtrace
%files -n kmtrace
%defattr(-,root,root)
%doc COPYING COPYING.DOC COPYING.LIB
%package -n kpartloader
Summary: KDE SDK Package
Group: System/GUI/KDE
%kde4_runtime_requires
Provides: kde4-kpartloader = 4.3.0
Obsoletes: kde4-kpartloader < 4.3.0
%{kde4_runtime_requires}
%description -n kpartloader
This package suggests the packages, built from the kdesdk module.
%post -n kpartloader -p /sbin/ldconfig
%postun -n kpartloader -p /sbin/ldconfig
%files -n kpartloader -f filelists/kpartloader
%files -n kpartloader
%defattr(-,root,root)
%doc COPYING COPYING.DOC COPYING.LIB
%{_bindir}/kpartloader
%{_kde4_appsdir}/kpartloader/
%package -n kstartperf
Summary: Startup time measurement tool for KDE applications
Group: System/GUI/KDE
%kde4_runtime_requires
%{kde4_runtime_requires}
%description -n kstartperf
kstartperf measures startup time for KDE applications.
kstartperf measures startup time for KDE applications.
The startup time is taken as the amount of time from starting the application to the first window
The startup time is taken as the amount of time from starting the application to the first window
created by that application appearing on screen.
%post -n kstartperf -p /sbin/ldconfig
%postun -n kstartperf -p /sbin/ldconfig
%files -n kstartperf -f filelists/kstartperf
%files -n kstartperf
%defattr(-,root,root)
%doc COPYING COPYING.DOC COPYING.LIB
%package -n kprofilemethod
Summary: Macros to help profiling using QTime
Group: System/GUI/KDE
%kde4_runtime_requires
%{kde4_runtime_requires}
%description -n kprofilemethod
These macros help profiling using QTime. They allow to sum up the time taken by a given bit of code
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e7f08c10777e3b487e0babcf741e3fd91edf57b8d54e8b3c2f241a26880f7ff
size 51660
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39fc5d3e2ab040473e803599ce2c65fd8dbe82276eae159837705098fc1a310d
size 51744