forked from pool/kolourpaint
Accepting request 446093 from KDE:Applications
Update to KDE Applicatons 16.12.0 OBS-URL: https://build.opensuse.org/request/show/446093 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kolourpaint?expand=0&rev=74
This commit is contained in:
commit
1e6ebbc70c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:db2fb22b4620519d733019e5c18c7dec2e71fd7695647beaa61e72982d0afb45
|
|
||||||
size 1175964
|
|
3
kolourpaint-16.12.0.tar.xz
Normal file
3
kolourpaint-16.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e5644951d3327329b45cec28519796a8866e2276d046278a523ce00456f5775
|
||||||
|
size 879252
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 19:49:17 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:35:06 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:34:07 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:21:01 UTC 2016 - lbeltrame@kde.org
|
Wed Nov 9 06:21:01 UTC 2016 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kolourpaint
|
# spec file for package kolourpaint
|
||||||
#
|
#
|
||||||
# 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,8 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kolourpaint
|
Name: kolourpaint
|
||||||
Version: 16.08.3
|
Version: 16.12.0
|
||||||
Release: 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}')}
|
||||||
# See bnc#717722 for license details
|
# See bnc#717722 for license details
|
||||||
Summary: Paint Program
|
Summary: Paint Program
|
||||||
License: BSD-2-Clause and LGPL-2.1+ and GFDL-1.2+
|
License: BSD-2-Clause and LGPL-2.1+ and GFDL-1.2+
|
||||||
@ -29,16 +32,19 @@ BuildRequires: extra-cmake-modules
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kdelibs4support-devel
|
BuildRequires: kdelibs4support-devel
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
|
BuildRequires: libkexiv2-devel
|
||||||
BuildRequires: libksane-devel
|
BuildRequires: libksane-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
Provides: kolourpaint5 = %{version}
|
||||||
|
Obsoletes: kolourpaint5 < %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Paint program for KDE
|
Paint program for KDE
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
@ -50,12 +56,8 @@ Paint program for KDE
|
|||||||
%fdupes -s %{buildroot}%{_datadir}
|
%fdupes -s %{buildroot}%{_datadir}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
|
Loading…
Reference in New Issue
Block a user