forked from pool/kmplot
Accepting request 147038 from KDE:Distro:Factory
Update KDE to KDE 4.10 RC2 OBS-URL: https://build.opensuse.org/request/show/147038 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmplot?expand=0&rev=22
This commit is contained in:
parent
17717e6f59
commit
50b1387340
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a207730ea7be9b597329c0beb71eec67671ec15caa2152bcdc4a04faf0482755
|
|
||||||
size 677720
|
|
3
kmplot-4.9.97.tar.xz
Normal file
3
kmplot-4.9.97.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:85bf7fdea295ec44c643f2722ef47d86ed3136fed253fdb4a488083e945817df
|
||||||
|
size 677768
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 3 21:14:25 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:51:13 UTC 2013 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- Updated build requirements.
|
||||||
|
- Removed unneeded runtime requirement for libkeduvocdocument4.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 19 18:41:28 UTC 2012 - tittiatcoke@gmail.com
|
Wed Dec 19 18:41:28 UTC 2012 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
51
kmplot.spec
51
kmplot.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kmplot
|
# spec file for package kmplot
|
||||||
#
|
#
|
||||||
# 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,54 +17,25 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kmplot
|
Name: kmplot
|
||||||
BuildRequires: boost-devel
|
Version: 4.9.97
|
||||||
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: avogadro-devel
|
|
||||||
BuildRequires: glew-devel
|
|
||||||
BuildRequires: python
|
|
||||||
BuildRequires: python-devel
|
|
||||||
%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: Mathematical Function Plotter
|
Summary: Mathematical Function Plotter
|
||||||
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: libkde4-devel
|
||||||
Requires: libkeduvocdocument4
|
BuildRequires: xz
|
||||||
Suggests: libkeduvocdocument4
|
|
||||||
Provides: kde4-kmplot = 4.3.0
|
Provides: kde4-kmplot = 4.3.0
|
||||||
Obsoletes: kde4-kmplot < 4.3.0
|
Obsoletes: kde4-kmplot < 4.3.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%kde4_runtime_requires
|
%kde4_runtime_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mathematical function plotter for KDE
|
Mathematical function plotter for KDE.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
@ -74,17 +45,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)
|
||||||
|
Loading…
Reference in New Issue
Block a user