Accepting request 147041 from KDE:Distro:Factory
Update KDE to KDE 4.10 RC2 OBS-URL: https://build.opensuse.org/request/show/147041 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kturtle?expand=0&rev=21
This commit is contained in:
parent
5c68e8adf6
commit
4839b5707f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bda3693a26855ff982e210f9cd9e799eeb014fcba29a4f991b2816f1f140f87d
|
|
||||||
size 213084
|
|
3
kturtle-4.9.97.tar.xz
Normal file
3
kturtle-4.9.97.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1adbcb7f529cecb4ea385f081c9dbee026ad88b30443890d11fa1b316c5a011c
|
||||||
|
size 213084
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 3 21:15:39 UTC 2013 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to 4.9.97
|
||||||
|
* This is the second RC release for 4.10. Contains bugfixes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 2 22:08:20 UTC 2013 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- Updated build requirements.
|
||||||
|
- Removed unneeded runtime requirement for libkeduvocdocument4.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 19 18:42:30 UTC 2012 - tittiatcoke@gmail.com
|
Wed Dec 19 18:42:30 UTC 2012 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
44
kturtle.spec
44
kturtle.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kturtle
|
# spec file for package kturtle
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products 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,45 +17,25 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kturtle
|
Name: kturtle
|
||||||
BuildRequires: boost-devel
|
|
||||||
BuildRequires: freeglut-devel
|
|
||||||
BuildRequires: gsl-devel
|
|
||||||
BuildRequires: kdebase4-workspace-devel
|
|
||||||
BuildRequires: libeigen2-devel
|
|
||||||
BuildRequires: libgmm++-devel
|
|
||||||
BuildRequires: libkdeedu4-devel
|
|
||||||
BuildRequires: libopenbabel-devel
|
|
||||||
BuildRequires: libqalculate-devel
|
|
||||||
BuildRequires: libspectre-devel
|
|
||||||
BuildRequires: readline-devel
|
|
||||||
BuildRequires: xz
|
|
||||||
|
|
||||||
# currently in DOESNOTBUILD (2008-07-03)
|
|
||||||
%ifnarch ppc ppc64 s390 s390x
|
|
||||||
BuildRequires: ocaml
|
|
||||||
BuildRequires: ocaml-facile
|
|
||||||
%endif
|
|
||||||
BuildRequires: fdupes
|
|
||||||
Summary: Logo Programming Environment
|
Summary: Logo Programming Environment
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Amusements/Teaching/Mathematics
|
Group: Amusements/Teaching/Mathematics
|
||||||
Url: http://edu.kde.org
|
Url: http://edu.kde.org
|
||||||
Version: 4.9.95
|
Version: 4.9.97
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRequires: libkde4-devel
|
||||||
%kde4_runtime_requires
|
BuildRequires: xz
|
||||||
Requires: libkeduvocdocument4
|
|
||||||
Suggests: libkeduvocdocument4
|
|
||||||
Provides: kde4-kturtle = 4.3.0
|
Provides: kde4-kturtle = 4.3.0
|
||||||
Obsoletes: kde4-kturtle < 4.3.0
|
Obsoletes: kde4-kturtle < 4.3.0
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%kde4_runtime_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KTurtle is an educational Logo programming environment.
|
KTurtle is an educational Logo programming environment.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%version
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
@ -65,17 +45,9 @@ export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
|
|||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
%kde4_makeinstall -C build
|
||||||
%kde4_makeinstall
|
|
||||||
%suse_update_desktop_file %{name} Education Math
|
%suse_update_desktop_file %{name} Education Math
|
||||||
%kde_post_install
|
%kde_post_install
|
||||||
%if %suse_version > 1020
|
|
||||||
%fdupes -s %{buildroot}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user