forked from pool/kiten
Accepting request 147036 from KDE:Distro:Factory
Update KDE to KDE 4.10 RC2 OBS-URL: https://build.opensuse.org/request/show/147036 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kiten?expand=0&rev=25
This commit is contained in:
parent
4be872e445
commit
f035c32ea7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c664d2c65f3441958e0dcbcc6d9e4f00dafe631feba0a9de59e456828f6afd2
|
|
||||||
size 11746556
|
|
3
kiten-4.9.97.tar.xz
Normal file
3
kiten-4.9.97.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:93e9588d1d32d715e666a491dcc95efd4fdace8e2cdc80f993a04070425397d1
|
||||||
|
size 11747000
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 3 21:13:36 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:27:25 UTC 2013 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- Updated build requirements.
|
||||||
|
- Removed unneeded runtime requirement for libkeduvocdocument4.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 19 18:40:47 UTC 2012 - tittiatcoke@gmail.com
|
Wed Dec 19 18:40:47 UTC 2012 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
41
kiten.spec
41
kiten.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kiten
|
# spec file for package kiten
|
||||||
#
|
#
|
||||||
# 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,35 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kiten
|
Name: kiten
|
||||||
BuildRequires: boost-devel
|
Version: 4.9.97
|
||||||
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: python-qt4-devel
|
|
||||||
BuildRequires: readline-devel
|
|
||||||
BuildRequires: xz
|
|
||||||
|
|
||||||
# currently in DOESNOTBUILD (2008-07-03)
|
|
||||||
%ifnarch ppc ppc64 s390 s390x
|
|
||||||
BuildRequires: ocaml
|
|
||||||
BuildRequires: ocaml-facile
|
|
||||||
%endif
|
|
||||||
Version: 4.9.95
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Japanese Reference/Study Tool
|
Summary: Japanese Reference/Study Tool
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Amusements/Teaching/Language
|
Group: Amusements/Teaching/Language
|
||||||
Url: http://edu.kde.org
|
Url: http://edu.kde.org
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: libkde4-devel
|
||||||
|
BuildRequires: xz
|
||||||
Requires: fonts-KanjiStrokeOrders
|
Requires: fonts-KanjiStrokeOrders
|
||||||
Requires: libkeduvocdocument4 >= %version
|
|
||||||
Provides: kde4-kiten = 4.3.0
|
Provides: kde4-kiten = 4.3.0
|
||||||
Obsoletes: kde4-kiten < 4.3.0
|
Obsoletes: kde4-kiten < 4.3.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -86,9 +67,8 @@ also hope it will help teachers of Japanese in the preparation of
|
|||||||
classroom material. Beware that Japanese stroke order can differ from the
|
classroom material. Beware that Japanese stroke order can differ from the
|
||||||
stroke order used in other languages that use Chinese characters.
|
stroke order used in other languages that use Chinese characters.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
@ -98,14 +78,11 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
%kde4_makeinstall -C build
|
||||||
%kde4_makeinstall
|
|
||||||
%suse_update_desktop_file %{name} Education Languages
|
%suse_update_desktop_file %{name} Education Languages
|
||||||
%suse_update_desktop_file %{name}kanjibrowser Education Languages
|
%suse_update_desktop_file %{name}kanjibrowser Education Languages
|
||||||
%suse_update_desktop_file %{name}radselect Education Languages
|
%suse_update_desktop_file %{name}radselect Education Languages
|
||||||
|
|
||||||
%kde_post_install
|
%kde_post_install
|
||||||
%fdupes -s %{buildroot}
|
|
||||||
|
|
||||||
%if %suse_version > 1220
|
%if %suse_version > 1220
|
||||||
%reconfigure_fonts_scriptlets -n fonts-KanjiStrokeOrders
|
%reconfigure_fonts_scriptlets -n fonts-KanjiStrokeOrders
|
||||||
@ -124,8 +101,6 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %_kde4_appsdir/kitenkanjibrowser
|
|
||||||
%dir %{_prefix}/share/fonts/kanjistrokeorders
|
|
||||||
%{_kde4_applicationsdir}/kitenkanjibrowser.desktop
|
%{_kde4_applicationsdir}/kitenkanjibrowser.desktop
|
||||||
%{_kde4_applicationsdir}/kitenradselect.desktop
|
%{_kde4_applicationsdir}/kitenradselect.desktop
|
||||||
%_kde4_bindir/kiten
|
%_kde4_bindir/kiten
|
||||||
@ -134,7 +109,7 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|||||||
%_kde4_bindir/kitenradselect
|
%_kde4_bindir/kitenradselect
|
||||||
%_kde4_libdir/libkiten.so.*
|
%_kde4_libdir/libkiten.so.*
|
||||||
%_kde4_applicationsdir/kiten.desktop
|
%_kde4_applicationsdir/kiten.desktop
|
||||||
%_kde4_appsdir/kitenkanjibrowser/kanjibrowserui.rc
|
%_kde4_appsdir/kitenkanjibrowser/
|
||||||
%_kde4_htmldir/en/kiten/
|
%_kde4_htmldir/en/kiten/
|
||||||
%_kde4_iconsdir/hicolor/*/apps/kiten.*
|
%_kde4_iconsdir/hicolor/*/apps/kiten.*
|
||||||
%_kde4_appsdir/kiten/
|
%_kde4_appsdir/kiten/
|
||||||
@ -144,7 +119,7 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_kde4_libdir/libkiten.so
|
%_kde4_libdir/libkiten.so
|
||||||
%{_includedir}/libkiten/
|
%{_kde4_includedir}/libkiten/
|
||||||
|
|
||||||
%files -n fonts-KanjiStrokeOrders
|
%files -n fonts-KanjiStrokeOrders
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user