forked from pool/kolourpaint
Accepting request 82415 from KDE:Distro:Factory
- Set license to BSD-2-Clause and LGPL-2.1+ and FDL-1.2+ bnc#717722 - add %fdupes macro for files duplicated(fix for RPMLINT warning) - update to 4.7.1 * Bugfixes over KDE 4.7.0 * see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for details OBS-URL: https://build.opensuse.org/request/show/82415 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kolourpaint?expand=0&rev=4
This commit is contained in:
parent
b4629911c3
commit
4768ff99db
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a999b549d75ce252a66d16e100625976fd99c15eca0dad5a42261551dfa7832
|
|
||||||
size 1238484
|
|
3
kolourpaint-4.7.1.tar.bz2
Normal file
3
kolourpaint-4.7.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:48ff7fdf5ced34738ea8d8bad3f2499cd764e62928eed4f7afb2d0bbf7388c06
|
||||||
|
size 1244164
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 16 12:14:10 UTC 2011 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Set license to BSD-2-Clause and LGPL-2.1+ and FDL-1.2+ bnc#717722
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 5 06:15:37 UTC 2011 - mlin@suse.com
|
||||||
|
|
||||||
|
- add %fdupes macro for files duplicated(fix for RPMLINT warning)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 1 23:23:27 CEST 2011 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to 4.7.1
|
||||||
|
* Bugfixes over KDE 4.7.0
|
||||||
|
* see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for details
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 26 10:14:10 UTC 2011 - cdenicolo@novell.com
|
Tue Jul 26 10:14:10 UTC 2011 - cdenicolo@novell.com
|
||||||
|
|
||||||
|
@ -18,13 +18,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kolourpaint
|
Name: kolourpaint
|
||||||
Version: 4.7.0
|
Version: 4.7.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD2c
|
# See bnc#717722 for license details
|
||||||
|
License: BSD-2-Clause and LGPL-2.1+ and FDL-1.2+
|
||||||
Summary: Paint Program
|
Summary: Paint Program
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Group: Productivity/Graphics/Bitmap Editors
|
Group: Productivity/Graphics/Bitmap Editors
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: libkde4-devel
|
BuildRequires: libkde4-devel
|
||||||
BuildRequires: libqimageblitz-devel
|
BuildRequires: libqimageblitz-devel
|
||||||
BuildRequires: oxygen-icon-theme-large
|
BuildRequires: oxygen-icon-theme-large
|
||||||
@ -45,8 +47,9 @@ Paint program for KDE
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
cd build
|
||||||
%make_install
|
%make_install
|
||||||
%suse_update_desktop_file kolourpaint RasterGraphics
|
%suse_update_desktop_file kolourpaint RasterGraphics
|
||||||
|
%fdupes -s %{buildroot}%{_datadir}
|
||||||
%kde_post_install
|
%kde_post_install
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user