Accepting request 147035 from KDE:Distro:Factory
Update KDE to KDE 4.10 RC2 OBS-URL: https://build.opensuse.org/request/show/147035 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kig?expand=0&rev=22
This commit is contained in:
parent
2375c5db91
commit
a1bc5c034a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a10dde44c078d4fe17031d5865d97b04fba01a49eaa58ea2a361c53ca38311d6
|
|
||||||
size 1515528
|
|
3
kig-4.9.97.tar.xz
Normal file
3
kig-4.9.97.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:52b2194e96e291b7b9e50cdcd7f479c36b144169a902e3f07552ee737546fe00
|
||||||
|
size 1515596
|
12
kig.changes
12
kig.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 3 21:13:18 UTC 2013 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to 4.9.97
|
||||||
|
* This is the second RC release for 4.10. Contains bugfixes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 2 20:55:43 UTC 2013 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- Updated build requirements.
|
||||||
|
- Removed unneeded runtime requirement for libkeduvocdocument4.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 19 18:40:31 UTC 2012 - tittiatcoke@gmail.com
|
Wed Dec 19 18:40:31 UTC 2012 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
51
kig.spec
51
kig.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kig
|
# spec file for package kig
|
||||||
#
|
#
|
||||||
# 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,47 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kig
|
Name: kig
|
||||||
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
|
|
||||||
%if 0%{?sles_version} == 0
|
|
||||||
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
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Interactive Geometry
|
Summary: Interactive Geometry
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://edu.kde.org
|
Url: http://edu.kde.org
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: boost-devel
|
||||||
Requires: libkeduvocdocument4
|
BuildRequires: libkde4-devel
|
||||||
Suggests: libkeduvocdocument4
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: xz
|
||||||
Provides: kde4-kig = 4.3.0
|
Provides: kde4-kig = 4.3.0
|
||||||
Obsoletes: kde4-kig < 4.3.0
|
Obsoletes: kde4-kig < 4.3.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%kde4_runtime_requires
|
%kde4_runtime_requires
|
||||||
|
%py_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Kig is an application for Interactive Geometry. It's intended to serve
|
Kig is an application for Interactive Geometry. It's intended to serve
|
||||||
@ -76,17 +51,9 @@ 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 Math
|
%suse_update_desktop_file %{name} Education Math
|
||||||
%kde_post_install
|
%kde_post_install
|
||||||
%if 0%{?suse_version} > 1020
|
|
||||||
%fdupes -s %{buildroot}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -100,6 +67,8 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|||||||
%_kde4_appsdir/kig/
|
%_kde4_appsdir/kig/
|
||||||
%_kde4_servicesdir/kig_part.desktop
|
%_kde4_servicesdir/kig_part.desktop
|
||||||
%_kde4_mandir/man1/kig.1.gz
|
%_kde4_mandir/man1/kig.1.gz
|
||||||
|
%dir %_kde4_appsdir/katepart
|
||||||
|
%dir %_kde4_appsdir/katepart/syntax
|
||||||
%_kde4_appsdir/katepart/syntax/python-kig.xml
|
%_kde4_appsdir/katepart/syntax/python-kig.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user