Accepting request 589950 from Education
OBS-URL: https://build.opensuse.org/request/show/589950 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stardict?expand=0&rev=2
This commit is contained in:
commit
738f655efb
@ -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
|
Mon Aug 18 21:24:06 UTC 2014 - kkirill@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package stardict
|
# 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
|
# 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
|
||||||
@ -16,11 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?suse_version} >= 1500
|
||||||
|
%define espeakdev espeak-ng-compat-devel
|
||||||
|
%else
|
||||||
|
%define espeakdev espeak-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: stardict
|
Name: stardict
|
||||||
Version: 3.0.5
|
Version: 3.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A cross-platform and internationalized dictionary
|
Summary: A cross-platform and internationalized dictionary
|
||||||
License: GPL-3.0
|
License: GPL-3.0-only
|
||||||
Group: Productivity/Office/Dictionary
|
Group: Productivity/Office/Dictionary
|
||||||
Url: http://stardict-4.sourceforge.net/
|
Url: http://stardict-4.sourceforge.net/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
@ -33,8 +39,7 @@ Patch2: stardict-3.0.5-enable-gtk3.patch
|
|||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: enchant-devel
|
BuildRequires: %{espeakdev}
|
||||||
BuildRequires: espeak-devel
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
@ -45,11 +50,10 @@ BuildRequires: libtool
|
|||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
BuildRequires: sgml-skel
|
BuildRequires: sgml-skel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
BuildRequires: pkgconfig(enchant)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
# gucharmap now uses gtk3, but stardict still uses gtk2
|
# gucharmap now uses gtk3, but stardict still uses gtk2
|
||||||
# BuildRequires: gucharmap-devel
|
# BuildRequires: gucharmap-devel
|
||||||
Requires: enchant
|
|
||||||
Requires: espeak
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user