update to 0.60.3 - (bug 141968) thanks to Dawid Gajownik
This commit is contained in:
parent
8d6399f183
commit
03564783a7
@ -1 +1 @@
|
|||||||
aspell-0.50.5.tar.gz
|
aspell-0.60.3.tar.gz
|
||||||
|
52
aspell.spec
52
aspell.spec
@ -1,16 +1,17 @@
|
|||||||
Summary: A spelling checker.
|
Summary: A spelling checker.
|
||||||
Name: aspell
|
Name: aspell
|
||||||
Version: 0.50.5
|
Version: 0.60.3
|
||||||
Release: 6
|
Release: 1
|
||||||
Epoch: 12
|
Epoch: 12
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://aspell.net/
|
URL: http://aspell.net/
|
||||||
Source0: ftp://ftp.gnu.org/gnu/aspell/aspell-%{version}.tar.gz
|
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
|
Patch1: aspell-0.50.3-gcc33.patch
|
||||||
Requires: aspell-en
|
Requires: aspell-en
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
BuildRequires: gettext, ncurses-devel
|
||||||
Provides: pspell
|
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
|
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
|
%prep
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%setup -q -n aspell-%{version}
|
%setup -q -n aspell-%{version}
|
||||||
%patch -p1 -b .prefix
|
#%patch -p1 -b .prefix
|
||||||
%patch1 -p1 -b .gcc33
|
%patch1 -p1 -b .gcc33
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -48,17 +49,17 @@ make
|
|||||||
%install
|
%install
|
||||||
%makeinstall
|
%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}%{_libdir}/aspell-0.60/ispell ${RPM_BUILD_ROOT}%{_bindir}
|
||||||
mv ${RPM_BUILD_ROOT}%{_datadir}/aspell/spell ${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}/libaspell.la
|
||||||
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libpspell.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
|
%post -p /sbin/ldconfig
|
||||||
@ -68,24 +69,41 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README TODO
|
%doc README TODO COPYING
|
||||||
%dir %{_datadir}/aspell
|
#%dir %{_datadir}/doc/aspell-%{version}
|
||||||
%dir %{_datadir}/doc/aspell-%{version}
|
%dir %{_libdir}/aspell-0.60
|
||||||
%dir %{_libdir}/aspell
|
%{_bindir}/a*
|
||||||
%{_bindir}/*
|
%{_bindir}/ispell
|
||||||
|
%{_bindir}/pr*
|
||||||
|
%{_bindir}/run-with-aspell
|
||||||
|
%{_bindir}/spell
|
||||||
|
%{_bindir}/word-list-compress
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%{_datadir}/aspell/*.dat
|
%{_libdir}/aspell-0.60/*
|
||||||
%{_datadir}/aspell/*.kbd
|
%{_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
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/pspell
|
%dir %{_includedir}/pspell
|
||||||
|
%{_bindir}/pspell-config
|
||||||
%{_includedir}/aspell.h
|
%{_includedir}/aspell.h
|
||||||
%{_includedir}/pspell/pspell.h
|
%{_includedir}/pspell/pspell.h
|
||||||
%{_libdir}/lib*spell.so
|
%{_libdir}/lib*spell.so
|
||||||
|
%{_infodir}/aspell-dev.*
|
||||||
|
%{_mandir}/man1/pspell-config.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
- rebuilt
|
||||||
|
|
||||||
* Thu Jan 13 2005 Adrian Havill <havill@redhat.com> 12:0.50.5-5
|
* Thu Jan 13 2005 Adrian Havill <havill@redhat.com> 12:0.50.5-5
|
||||||
|
Loading…
Reference in New Issue
Block a user