update to 0.60.3 - (bug 141968) thanks to Dawid Gajownik

This commit is contained in:
Ivana Varekova 2005-07-13 08:42:30 +00:00
parent 8d6399f183
commit 03564783a7
3 changed files with 37 additions and 19 deletions

View File

@ -1 +1 @@
aspell-0.50.5.tar.gz
aspell-0.60.3.tar.gz

View File

@ -1,16 +1,17 @@
Summary: A spelling checker.
Name: aspell
Version: 0.50.5
Release: 6
Version: 0.60.3
Release: 1
Epoch: 12
License: LGPL
Group: Applications/Text
URL: http://aspell.net/
Source0: ftp://ftp.gnu.org/gnu/aspell/aspell-%{version}.tar.gz
Patch0: aspell-0.50.3.prefix.patch
#Patch0: aspell-0.50.3.prefix.patch
Patch1: aspell-0.50.3-gcc33.patch
Requires: aspell-en
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: gettext, ncurses-devel
Provides: pspell
Obsoletes: ispell, pspell, aspell-de < 0.50, aspell-fr < 0.50, aspell-ca < 0.50, aspell-da < 0.50, aspell-es < 0.50, aspell-it < 0.50, aspell-nl < 0.50, aspell-no < 0.50, aspell-sv < 0.50, aspell-pt_BR, aspell-config
@ -38,7 +39,7 @@ static libraries and header files needed for Aspell development.
%prep
rm -rf $RPM_BUILD_ROOT
%setup -q -n aspell-%{version}
%patch -p1 -b .prefix
#%patch -p1 -b .prefix
%patch1 -p1 -b .gcc33
%build
@ -48,17 +49,17 @@ make
%install
%makeinstall
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/aspell
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60
mv ${RPM_BUILD_ROOT}%{_datadir}/aspell/ispell ${RPM_BUILD_ROOT}%{_bindir}
mv ${RPM_BUILD_ROOT}%{_datadir}/aspell/spell ${RPM_BUILD_ROOT}%{_bindir}
mv ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/ispell ${RPM_BUILD_ROOT}%{_bindir}
mv ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/spell ${RPM_BUILD_ROOT}%{_bindir}
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libaspell.la
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libpspell.la
rm -f $RPM_BUILD_ROOT/usr/share/doc/aspell/manual.aux
#rm -f $RPM_BUILD_ROOT/usr/share/doc/aspell/manual.aux
mv $RPM_BUILD_ROOT/usr/share/doc/aspell $RPM_BUILD_ROOT/usr/share/doc/aspell-%{version}
#mv $RPM_BUILD_ROOT/usr/share/doc/aspell $RPM_BUILD_ROOT/usr/share/doc/aspell-%{version}
%post -p /sbin/ldconfig
@ -68,24 +69,41 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README TODO
%dir %{_datadir}/aspell
%dir %{_datadir}/doc/aspell-%{version}
%dir %{_libdir}/aspell
%{_bindir}/*
%doc README TODO COPYING
#%dir %{_datadir}/doc/aspell-%{version}
%dir %{_libdir}/aspell-0.60
%{_bindir}/a*
%{_bindir}/ispell
%{_bindir}/pr*
%{_bindir}/run-with-aspell
%{_bindir}/spell
%{_bindir}/word-list-compress
%{_libdir}/lib*.so.*
%{_datadir}/aspell/*.dat
%{_datadir}/aspell/*.kbd
%{_libdir}/aspell-0.60/*
%{_datadir}/locale/*/LC_MESSAGES/aspell.mo
%{_infodir}/aspell.*
%{_mandir}/man1/aspell*
%{_mandir}/man1/run-with-aspell.1*
%{_mandir}/man1/word-list-compress.1*
%files devel
%defattr(-,root,root)
%dir %{_includedir}/pspell
%{_bindir}/pspell-config
%{_includedir}/aspell.h
%{_includedir}/pspell/pspell.h
%{_libdir}/lib*spell.so
%{_infodir}/aspell-dev.*
%{_mandir}/man1/pspell-config.1*
%changelog
* Mon Mar 7 2005 Ivana Varekova <varekova@redhat.com> 12:0.05.5-6
* Wed Jul 13 2005 Ivana Varekova <varekova@redhat.com> 12:0.60.3-1
- update to 0.60.3 - (bug 141968) thanks to Dawid Gajownik
- add BuildRequires: ncurses-devel, gettext
* Mon Mar 7 2005 Ivana Varekova <varekova@redhat.com> 12:0.50.5-6
- rebuilt
* Thu Jan 13 2005 Adrian Havill <havill@redhat.com> 12:0.50.5-5

View File

@ -1 +1 @@
14403d2ea5ded5d3fc9bb259bf65aab5 aspell-0.50.5.tar.gz
ca44ac2fcfdc7213e03d3b5610ce141a aspell-0.60.3.tar.gz