forked from pool/parley
Accepting request 147164 from KDE:Distro:Factory
Updated build/runtime requirements (forwarded request 147157 from adra) OBS-URL: https://build.opensuse.org/request/show/147164 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parley?expand=0&rev=23
This commit is contained in:
parent
57affcb02b
commit
143597033d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32ae525ae9b99c0a184bf33840108678acfba3cbe1bab8f90cf7f4040e8df98e
|
||||
size 8199892
|
3
parley-4.9.97.tar.xz
Normal file
3
parley-4.9.97.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd84fae1c2969563a6aac95ac547a1cbe3194653486d442afee80834258f6680
|
||||
size 8200024
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 21:36:53 UTC 2013 - asterios.dramis@gmail.com
|
||||
|
||||
- Removed unneeded build requirements. Added libkde4-devel, libxml2-devel and
|
||||
libxslt-devel.
|
||||
- Removed unneeded runtime requirements for libkeduvocdocument4 and libkdeedu4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 21:17:00 UTC 2013 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.9.97
|
||||
* This is the second RC release for 4.10. Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 19 18:43:54 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
|
35
parley.spec
35
parley.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package parley
|
||||
#
|
||||
# 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,28 +17,18 @@
|
||||
|
||||
|
||||
Name: parley
|
||||
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
|
||||
Version: 4.9.95
|
||||
Version: 4.9.97
|
||||
Release: 0
|
||||
Summary: Vocabulary Trainer
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Teaching/Language
|
||||
Url: http://edu.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
Requires: libkeduvocdocument4
|
||||
Suggests: libkdeedu4
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: libkdeedu4-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: xz
|
||||
Provides: kde4-parley = 4.3.0
|
||||
Obsoletes: kde4-parley < 4.3.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -58,20 +48,17 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
cd build
|
||||
%kde4_makeinstall
|
||||
%kde4_makeinstall -C build
|
||||
%suse_update_desktop_file %{name} Education Languages
|
||||
%kde_post_install
|
||||
%fdupes -s %{buildroot}
|
||||
chmod a+x %{buildroot}%{_kde4_appsdir}/parley/plugins/*.py
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_applicationsdir}/parley.desktop
|
||||
%dir %{_kde4_appsdir}/desktoptheme
|
||||
%dir %{_kde4_appsdir}/desktoptheme/default
|
||||
%dir %{_kde4_appsdir}/desktoptheme/default/widgets
|
||||
%{_kde4_appsdir}/desktoptheme/default/widgets/parley_plasma_card.svg
|
||||
%{_kde4_appsdir}/parley/
|
||||
%{_kde4_bindir}/parley
|
||||
|
Loading…
Reference in New Issue
Block a user