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.
|
Summary: A spelling checker.
|
||||||
Name: aspell
|
Name: aspell
|
||||||
Version: 0.32.5
|
Version: 0.32.6
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://aspell.sourceforge.net/
|
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
|
Requires: pspell = 0.11.2
|
||||||
Buildrequires: pspell-devel = 0.11.2
|
Buildrequires: pspell-devel = 0.11.2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Obsoletes: ispell
|
Obsoletes: ispell
|
||||||
Excludearch: ia64
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Aspell is a spelling checker designed to eventually replace Ispell.
|
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
|
%prep
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%setup -q -n aspell-.32.5
|
%setup -q -n aspell-.32.6
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp /usr/share/libtool/config.{guess,sub} .
|
cp /usr/share/libtool/config.{guess,sub} .
|
||||||
@ -58,8 +58,12 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT 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/spell $RPM_BUILD_ROOT/usr/bin/spell
|
||||||
install -m 755 scripts/ispell $RPM_BUILD_ROOT/usr/bin/ispell
|
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 .
|
cp -pr $RPM_BUILD_ROOT/usr/doc/aspell .
|
||||||
rm -f aspell/manual.aux
|
rm -f aspell/manual.aux
|
||||||
@ -80,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/lib/lib*.so.*
|
/usr/lib/lib*.so.*
|
||||||
/usr/share/aspell
|
/usr/share/aspell
|
||||||
/usr/share/pspell
|
/usr/share/pspell
|
||||||
|
/usr/share/emacs/site-lisp/site-start.d/*
|
||||||
|
/usr/lib/xemacs/xemacs-packages/lisp/site-start.d/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -96,6 +102,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/lib/aspell/british*
|
/usr/lib/aspell/british*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Sat Aug 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- .32.5 bugfix release (also contains improved documentation),
|
- .32.5 bugfix release (also contains improved documentation),
|
||||||
obsolete old patch
|
obsolete old patch
|
||||||
|
Loading…
Reference in New Issue
Block a user