latest version
This commit is contained in:
parent
8f20aee693
commit
c3a67c9fa5
@ -1,2 +1,2 @@
|
|||||||
ispellaff2myspell
|
ispellaff2myspell
|
||||||
hunspell-1.2.4-2.tar.gz
|
hunspell-1.2.5.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Name: hunspell
|
Name: hunspell
|
||||||
Summary: Hunspell is a spell checker and morphological analyzer library
|
Summary: Hunspell is a spell checker and morphological analyzer library
|
||||||
Version: 1.2.4.2
|
Version: 1.2.5
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/hunspell-1.2.4-2.tar.gz
|
Source0: http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz
|
||||||
Source1: http://people.debian.org/~agmartin/misc/ispellaff2myspell
|
Source1: http://people.debian.org/~agmartin/misc/ispellaff2myspell
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://hunspell.sourceforge.net/
|
URL: http://hunspell.sourceforge.net/
|
||||||
@ -25,7 +25,7 @@ Group: Development/Libraries
|
|||||||
Includes and definitions for developing with hunspell
|
Includes and definitions for developing with hunspell
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n hunspell-1.2.4
|
%setup -q
|
||||||
# Filter unwanted Requires for the "use explicitely" string in ispellaff2myspell
|
# Filter unwanted Requires for the "use explicitely" string in ispellaff2myspell
|
||||||
cat << \EOF > %{name}-req
|
cat << \EOF > %{name}-req
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
@ -33,7 +33,7 @@ cat << \EOF > %{name}-req
|
|||||||
sed -e '/perl(explicitely)/d'
|
sed -e '/perl(explicitely)/d'
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%define __perl_requires %{_builddir}/%{name}-1.2.4/%{name}-req
|
%define __perl_requires %{_builddir}/%{name}-%{version}/%{name}-req
|
||||||
chmod +x %{__perl_requires}
|
chmod +x %{__perl_requires}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/hunspell.3.gz
|
%{_mandir}/man3/hunspell.3.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 27 2008 Caolan McNamara <caolanm@redhat.com> - 1.2.5-1
|
||||||
|
- latest version
|
||||||
|
|
||||||
* Tue Jul 22 2008 Kristian Høgsberg <krh@redhat.com> - 1.2.4.2-2
|
* Tue Jul 22 2008 Kristian Høgsberg <krh@redhat.com> - 1.2.4.2-2
|
||||||
- Drop ABI breaking hunspell-1.2.2-xulrunner.pita.patch and fix the
|
- Drop ABI breaking hunspell-1.2.2-xulrunner.pita.patch and fix the
|
||||||
hunspell include in xulrunner.
|
hunspell include in xulrunner.
|
||||||
|
Loading…
Reference in New Issue
Block a user