Accepting request 589929 from home:alois:branches:Education
- Use espeak-ng when available - Remove espeak and enchant runtime dependencies (rpm will require each library automatically) OBS-URL: https://build.opensuse.org/request/show/589929 OBS-URL: https://build.opensuse.org/package/show/Education/stardict?expand=0&rev=44
This commit is contained in:
parent
90b67f74c9
commit
9e77504452
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 21 08:29:03 UTC 2018 - aloisio@gmx.com
|
||||
|
||||
- Use espeak-ng when available
|
||||
|
||||
- Remove espeak and enchant runtime dependencies (rpm will require
|
||||
each library automatically)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 21:24:06 UTC 2014 - kkirill@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package stardict
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,11 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%define espeakdev espeak-ng-compat-devel
|
||||
%else
|
||||
%define espeakdev espeak-devel
|
||||
%endif
|
||||
|
||||
Name: stardict
|
||||
Version: 3.0.5
|
||||
Release: 0
|
||||
Summary: A cross-platform and internationalized dictionary
|
||||
License: GPL-3.0
|
||||
License: GPL-3.0-only
|
||||
Group: Productivity/Office/Dictionary
|
||||
Url: http://stardict-4.sourceforge.net/
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
@ -33,8 +39,7 @@ Patch2: stardict-3.0.5-enable-gtk3.patch
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: update-desktop-files
|
||||
%endif
|
||||
BuildRequires: enchant-devel
|
||||
BuildRequires: espeak-devel
|
||||
BuildRequires: %{espeakdev}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
@ -45,11 +50,10 @@ BuildRequires: libtool
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: sgml-skel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(enchant)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
# gucharmap now uses gtk3, but stardict still uses gtk2
|
||||
# BuildRequires: gucharmap-devel
|
||||
Requires: enchant
|
||||
Requires: espeak
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user