Dominique Leuenberger 2018-03-24 15:14:34 +00:00 committed by Git OBS Bridge
commit 738f655efb
2 changed files with 18 additions and 6 deletions

View File

@ -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

View File

@ -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