File stardict.spec of Package stardict
#
# spec file for package stardict
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: stardict
Version: 3.0.4
Release: 0
Summary: A cross-platform and internationalized dictionary
License: GPL-3.0
Group: Productivity/Office/Dictionary
Url: http://code.google.com/p/stardict-3/
Source0: %{name}-%{version}.tar.bz2
Source1: ru.po
# PATCH-FIX-OPENSUSE stardict-3.0.3-fix-path-for-sounds.patch -- adjust default path for sound files
Patch0: stardict-3.0.3-fix-path-for-sounds.patch
# PATCH-FIX-OPENSUSE stardict-3.0.3-improve-desktop-file.patch -- add GenericName entry
Patch1: stardict-3.0.3-improve-desktop-file.patch
# PATCH-FIX-UPSTREAM stardict-wrong-memset.patch idoenmez@suse.de -- Fix wrong memset size parameter
Patch2: stardict-3.0.3-wrong-memset.patch
# PATCH-FIX-UPSTREAM stardict-3.0.3-zlib-update.patch coolo@suse.de - fix zlib
Patch3: stardict-3.0.3-zlib-update.patch
%if 0%{?suse_version}
BuildRequires: update-desktop-files
%endif
BuildRequires: enchant-devel
BuildRequires: espeak-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gnome-common
BuildRequires: gnome-doc-utils-devel
BuildRequires: gtk2 >= 2.20
BuildRequires: intltool
BuildRequires: libgnomeui-devel
BuildRequires: libsigc++2-devel
BuildRequires: perl-XML-Parser
BuildRequires: sgml-skel
BuildRequires: zlib-devel
# gucharmap now uses gtk3, but stardict still uses gtk2
# BuildRequires: gucharmap-devel
Requires: enchant
Requires: espeak
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq
%description
StarDict is a Cross-Platform and international dictionary written in
Gtk2.
It has powerful features such as "Glob-style pattern matching", "Scan
selection word","Fuzzy query" etc.
%lang_package
%prep
%setup -q
%patch0
%patch1
%patch2
%if 0%{?suse_version} > 1210
%patch3 -p1
%endif
cp %{SOURCE1} dict/po/
# Remove unneeded sigc++ header files to make it sure
# that we are using system-wide libsigc++
find src/sigc++* -name \*.h -or -name \*.cc | xargs rm -f
%build
mkdir -p m4
autoreconf -fi
%configure \
--disable-tools \
--disable-schemas-install \
--disable-updateinfo \
--disable-scrollkeeper \
--disable-festival \
--disable-gucharmap
make %{?_smp_mflags}
%install
%make_install
#fix spurious-executable-perm RPMLINT warning
chmod 0644 COPYING
find %{buildroot}%{_libdir}/stardict/plugins -name "*.la" -print0 | xargs -0 rm -rf {} \;
%find_lang %{name}
%find_gconf_schemas
cat %{name}.lang %{name}.schemas_list >%{name}.lst
%suse_update_desktop_file stardict Office Dictionary
# save space, create symlinks for identical files
%fdupes -s %{buildroot}
%clean
rm -rf %{buildroot}
%pre -f %{name}.schemas_pre
%posttrans -f %{name}.schemas_posttrans
%preun -f %{name}.schemas_preun
%files -f %{name}.lst
%defattr(-,root,root)
%doc dict/doc/FAQ dict/doc/HACKING dict/doc/HowToCreateDictionary dict/doc/StarDictFileFormat dict/doc/Translation dict/AUTHORS COPYING dict/ChangeLog dict/README
%{_libdir}/bonobo/servers/*
%{_libdir}/stardict
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/idl
%{_datadir}/omf
%{_datadir}/pixmaps/*.png
%{_datadir}/stardict
%{_mandir}/man1/stardict.1.gz
%if 0%{?suse_version} < 1030
%dir %{_libdir}/bonobo
%dir %{_libdir}/bonobo/servers
%dir %{_datadir}/gnome
%dir %{_datadir}/gnome/help
%config %{sysconfdir}/gconf/schemas/stardict.schemas
%endif
%changelog