latest version
This commit is contained in:
parent
6b2ac61fd4
commit
85ada8ba81
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/hunspell-1.3.3.tar.gz
|
||||
/v1.4.0.tar.gz
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
Name: hunspell
|
||||
Summary: A spell checker and morphological analyzer library
|
||||
Version: 1.3.3
|
||||
Release: 9%{?dist}
|
||||
Source: http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz
|
||||
Version: 1.4.0
|
||||
Release: 1%{?dist}
|
||||
Source: https://github.com/hunspell/hunspell/archive/v%{version}.tar.gz
|
||||
Group: System Environment/Libraries
|
||||
URL: http://hunspell.sourceforge.net/
|
||||
URL: https://github.com/hunspell/hunspell
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPLv2+ or GPLv2+ or MPLv1.1
|
||||
BuildRequires: ncurses-devel
|
||||
@ -17,8 +17,6 @@ BuildRequires: valgrind
|
||||
BuildRequires: words
|
||||
%endif
|
||||
Requires: hunspell-en-US
|
||||
Patch1: hunspell.rhbz915448.patch
|
||||
Patch2: 0001-Resolves-rhbz-1261421-crash-on-mashing-hangul-korean.patch
|
||||
|
||||
%description
|
||||
Hunspell is a spell checker and morphological analyzer library and program
|
||||
@ -36,8 +34,6 @@ Includes and definitions for developing with hunspell
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p0 -b .rhbz915448
|
||||
%patch2 -p1 -b .rhbz1261421
|
||||
|
||||
%build
|
||||
configureflags="--disable-rpath --disable-static --with-ui --with-readline"
|
||||
@ -71,12 +67,13 @@ make distclean
|
||||
%{profileuse} %configure $configureflags
|
||||
make %{?_smp_mflags}
|
||||
%endif
|
||||
cd po && make %{?_smp_mflags} update-gmo && cd ..
|
||||
|
||||
%check
|
||||
#%ifarch %{ix86} x86_64, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434
|
||||
#VALGRIND=memcheck make check
|
||||
%ifarch %{ix86} x86_64
|
||||
VALGRIND=memcheck make check
|
||||
make check
|
||||
#%endif
|
||||
%endif
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -124,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man5/hunspell.5.gz
|
||||
|
||||
%changelog
|
||||
* Mon Apr 18 2016 Caolán McNamara <caolanm@redhat.com> - 1.4.0-1
|
||||
- latest version
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user