auto-import changelog data from aspell-0.32.6-2.src.rpm
Thu Nov 30 2000 Trond Eivind Glomsrd <teg@redhat.com> - use new emacs init scheme for Emacs and XEmacs Wed Nov 22 2000 Trond Eivind Glomsrd <teg@redhat.com> - .32.6
This commit is contained in:
parent
e34bab8101
commit
ad0784539c
@ -1 +1 @@
|
||||
aspell-.32.5.tar.gz
|
||||
aspell-.32.6.tar.gz
|
||||
|
22
aspell.spec
22
aspell.spec
@ -1,17 +1,17 @@
|
||||
Summary: A spelling checker.
|
||||
Name: aspell
|
||||
Version: 0.32.5
|
||||
Version: 0.32.6
|
||||
Epoch: 2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: LGPL
|
||||
Group: Applications/Text
|
||||
URL: http://aspell.sourceforge.net/
|
||||
Source0: http://download.sourceforge.net/aspell/%{name}-.32.5.tar.gz
|
||||
Source0: http://download.sourceforge.net/aspell/%{name}-.32.6.tar.gz
|
||||
Source1: aspell-init.el
|
||||
Requires: pspell = 0.11.2
|
||||
Buildrequires: pspell-devel = 0.11.2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: ispell
|
||||
Excludearch: ia64
|
||||
|
||||
%description
|
||||
Aspell is a spelling checker designed to eventually replace Ispell.
|
||||
@ -47,7 +47,7 @@ A Canadian dictionary for use with aspell, a spelling checker.
|
||||
%prep
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%setup -q -n aspell-.32.5
|
||||
%setup -q -n aspell-.32.6
|
||||
|
||||
%build
|
||||
cp /usr/share/libtool/config.{guess,sub} .
|
||||
@ -58,8 +58,12 @@ make
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/site-start.d
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/lib/xemacs/xemacs-packages/lisp/site-start.d
|
||||
install -m 755 scripts/spell $RPM_BUILD_ROOT/usr/bin/spell
|
||||
install -m 755 scripts/ispell $RPM_BUILD_ROOT/usr/bin/ispell
|
||||
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/site-start.d
|
||||
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/xemacs/xemacs-packages/lisp/site-start.d
|
||||
|
||||
cp -pr $RPM_BUILD_ROOT/usr/doc/aspell .
|
||||
rm -f aspell/manual.aux
|
||||
@ -80,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/lib/lib*.so.*
|
||||
/usr/share/aspell
|
||||
/usr/share/pspell
|
||||
/usr/share/emacs/site-lisp/site-start.d/*
|
||||
/usr/lib/xemacs/xemacs-packages/lisp/site-start.d/*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -96,6 +102,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/lib/aspell/british*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
- use new emacs init scheme for Emacs and XEmacs
|
||||
|
||||
* Wed Nov 22 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
- .32.6
|
||||
|
||||
* Sat Aug 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
- .32.5 bugfix release (also contains improved documentation),
|
||||
obsolete old patch
|
||||
|
Loading…
Reference in New Issue
Block a user