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