use hunspell to be consistent with the rest of the system

This commit is contained in:
Dan Horák 2013-01-18 08:42:50 +01:00
parent 255672b166
commit 7f9f80ccf7

View File

@ -1,6 +1,6 @@
Name: scribus Name: scribus
Version: 1.4.2 Version: 1.4.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: DeskTop Publishing application written in Qt Summary: DeskTop Publishing application written in Qt
@ -34,7 +34,7 @@ BuildRequires: zlib-devel
BuildRequires: freetype-devel BuildRequires: freetype-devel
BuildRequires: gnutls-devel BuildRequires: gnutls-devel
BuildRequires: cairo-devel BuildRequires: cairo-devel
BuildRequires: aspell-devel BuildRequires: hunspell-devel
BuildRequires: boost-devel BuildRequires: boost-devel
BuildRequires: podofo-devel BuildRequires: podofo-devel
BuildRequires: hyphen-devel BuildRequires: hyphen-devel
@ -88,7 +88,7 @@ done
%build %build
mkdir build mkdir build
pushd build pushd build
%cmake -DWANT_DISTROBUILD=YES -DWANT_NOHEADERINSTALL=YES .. %cmake -DWANT_DISTROBUILD=YES -DWANT_HUNSPELL=YES -DWANT_NOHEADERINSTALL=YES ..
make VERBOSE=1 %{?_smp_mflags} make VERBOSE=1 %{?_smp_mflags}
popd popd
@ -141,6 +141,9 @@ update-desktop-database &> /dev/null || :
%changelog %changelog
* Fri Jan 18 2013 Dan Horák <dan[at]danny.cz> - 1.4.2-2
- use hunspell to be consistent with the rest of the system
* Tue Jan 15 2013 Dan Horák <dan[at]danny.cz> - 1.4.2-1 * Tue Jan 15 2013 Dan Horák <dan[at]danny.cz> - 1.4.2-1
- update to 1.4.2 - update to 1.4.2
- remove non-free content from source archive (#887221) - remove non-free content from source archive (#887221)