Accepting request 147040 from KDE:Distro:Factory
Update KDE to KDE 4.10 RC2 OBS-URL: https://build.opensuse.org/request/show/147040 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ktouch?expand=0&rev=21
This commit is contained in:
parent
6f0072c8f6
commit
41f3385d7c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:415d339830e450e8d4af76b86243beef97d81d081701c1efd68fcd4fdafb296b
|
||||
size 2616204
|
3
ktouch-4.9.97.tar.xz
Normal file
3
ktouch-4.9.97.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8af55b7598213f398bc49c44bdb11007154c79f3641cf1b7651e564d955e25c3
|
||||
size 2617688
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 21:15:26 UTC 2013 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.9.97
|
||||
* This is the second RC release for 4.10. Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 2 21:59:49 UTC 2013 - asterios.dramis@gmail.com
|
||||
|
||||
- Updated build requirements.
|
||||
- Removed unneeded runtime requirement for libkeduvocdocument4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 19 18:42:19 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
|
51
ktouch.spec
51
ktouch.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ktouch
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,46 +17,15 @@
|
||||
|
||||
|
||||
Name: ktouch
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: freeglut-devel
|
||||
BuildRequires: gsl-devel
|
||||
BuildRequires: kdebase4-workspace-devel
|
||||
BuildRequires: libcfitsio-devel
|
||||
BuildRequires: libeigen2-devel
|
||||
BuildRequires: libgmm++-devel
|
||||
BuildRequires: libindi-devel
|
||||
BuildRequires: libkdeedu4-devel
|
||||
BuildRequires: libopenbabel-devel
|
||||
BuildRequires: libqalculate-devel
|
||||
BuildRequires: libspectre-devel
|
||||
BuildRequires: python-qt4-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: xz
|
||||
%if 0%{?sles_version} == 0
|
||||
BuildRequires: glew-devel
|
||||
BuildRequires: python
|
||||
BuildRequires: python-devel
|
||||
%if 0%{?suse_version} > 1120
|
||||
BuildRequires: avogadro-devel
|
||||
%endif
|
||||
%py_requires
|
||||
%endif
|
||||
|
||||
# currently in DOESNOTBUILD (2008-07-03)
|
||||
%ifnarch ppc ppc64 s390 s390x
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-facile
|
||||
%endif
|
||||
Version: 4.9.95
|
||||
Version: 4.9.97
|
||||
Release: 0
|
||||
Summary: Touch Typing Tutor
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Teaching/Other
|
||||
Url: http://edu.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
Requires: libkeduvocdocument4
|
||||
Suggests: libkeduvocdocument4
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: xz
|
||||
Provides: kde4-ktouch = 4.3.0
|
||||
Obsoletes: kde4-ktouch < 4.3.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,7 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
A KDE program that helps you to learn and practice touch typing.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%ifarch ppc ppc64
|
||||
@ -76,17 +45,9 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
cd build
|
||||
%kde4_makeinstall
|
||||
%kde4_makeinstall -C build
|
||||
%suse_update_desktop_file %{name} Education X-KDE-Edu-Teaching
|
||||
%kde_post_install
|
||||
%if 0%{?suse_version} > 1020
|
||||
%fdupes -s %{buildroot}
|
||||
%endif
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user