forked from pool/kturtle
Accepting request 303080 from KDE:Applications
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/303080 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kturtle?expand=0&rev=56
This commit is contained in:
parent
aaa795f326
commit
d1e88b2c11
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:643cca97cc1194eabad220b9f8a692060bb7099da454afa42dda65ec2862b643
|
||||
size 193288
|
3
kturtle-15.04.0.tar.xz
Normal file
3
kturtle-15.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9074f71470e644f2ee3e5afe3aa8c69e71fcf064aa4e243c635f69a0f0a72303
|
||||
size 193864
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 11 13:23:23 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.04.0
|
||||
* KDE Applications 15.04.0
|
||||
* https://www.kde.org/announcements/announce-applications-15.04.0.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 21 18:20:18 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.03.95
|
||||
* KDE Applications 15.04 RC
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 8 12:50:05 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.03.80
|
||||
* KDE Applications 15.04 Beta
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 3 10:44:07 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
|
43
kturtle.spec
43
kturtle.spec
@ -21,15 +21,22 @@ Summary: Logo Programming Environment
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Teaching/Mathematics
|
||||
Url: http://edu.kde.org
|
||||
Version: 14.12.3
|
||||
Version: 15.04.0
|
||||
Release: 0
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: xz
|
||||
Provides: kde4-kturtle = 4.3.0
|
||||
Obsoletes: kde4-kturtle < 4.3.0
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kdelibs4support-devel
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
KTurtle is an educational Logo programming environment.
|
||||
@ -41,24 +48,24 @@ KTurtle is an educational Logo programming environment.
|
||||
%ifarch ppc ppc64
|
||||
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
|
||||
%endif
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kde4_makeinstall -C build
|
||||
%suse_update_desktop_file %{name} Education Math
|
||||
%kde_post_install
|
||||
%kf5_makeinstall -C build
|
||||
%suse_update_desktop_file org.kde.%{name} Education Math
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_kde4_datadir}/appdata
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/kturtle/
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/kturtle/
|
||||
%doc AUTHORS COPYING* README
|
||||
%{_kde4_applicationsdir}/kturtle.desktop
|
||||
%{_kde4_appsdir}/kturtle/
|
||||
%{_kde4_bindir}/kturtle
|
||||
%{_kde4_configdir}/kturtle.knsrc
|
||||
%{_kde4_datadir}/appdata/kturtle.appdata.xml
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/kturtle.*
|
||||
%{_kf5_applicationsdir}/org.kde.kturtle.desktop
|
||||
%{_kf5_bindir}/kturtle
|
||||
%{_kf5_configdir}/kturtle.knsrc
|
||||
%{_datadir}/appdata/kturtle.appdata.xml
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/kturtle.*
|
||||
%_kf5_configdir/*.knsrc
|
||||
%_datadir/kxmlgui5/kturtle/
|
||||
%_kf5_htmldir/en/kturtle/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user