auto-import changelog data from aspell-0.33.6.3-2.src.rpm
Wed Jul 11 2001 Trond Eivind Glomsrd <teg@redhat.com> - Add the .la files in the main package - used for dynamic loading Sun Jun 03 2001 Trond Eivind Glomsrd <teg@redhat.com> - 0.33.6.3, which includes the fix made yesterday Sat Jun 02 2001 Trond Eivind Glomsrd <teg@redhat.com> - Make it search for directories in the correct location Wed May 30 2001 Trond Eivind Glomsrd <teg@redhat.com> - No more workarounds at the specfile level Tue May 29 2001 Trond Eivind Glomsrd <teg@redhat.com> - Use custom ltmain.sh to work around buggy bundled libtool Sun May 20 2001 Trond Eivind Glomsrd <teg@redhat.com> - 0.33.6 - use standard %configure macro - it works now. Fri May 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.33.5-2 - Rebuild with new libltdl
This commit is contained in:
parent
e2d14289a3
commit
4dd171d08f
@ -1 +1 @@
|
|||||||
aspell-.32.6.tar.gz
|
aspell-.33.6.3.tar.gz
|
||||||
|
49
aspell.spec
49
aspell.spec
@ -1,15 +1,15 @@
|
|||||||
Summary: A spelling checker.
|
Summary: A spelling checker.
|
||||||
Name: aspell
|
Name: aspell
|
||||||
Version: 0.32.6
|
Version: 0.33.6.3
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Release: 3
|
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.6.tar.gz
|
Source0: http://download.sourceforge.net/aspell/%{name}-.33.6.3.tar.gz
|
||||||
Source1: aspell-init.el
|
Source1: aspell-init.el
|
||||||
Requires: pspell = 0.11.2
|
Requires: pspell = 0.12.2
|
||||||
Buildrequires: pspell-devel = 0.11.2
|
Buildrequires: pspell-devel = 0.12.2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Obsoletes: ispell
|
Obsoletes: ispell
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ support for other non-English languages.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: The static libraries and header files needed for Aspell development.
|
Summary: The static libraries and header files needed for Aspell development.
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: pspell-devel
|
Requires: pspell-devel aspell = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Aspell is a spelling checker. The aspell-devel package includes the
|
Aspell is a spelling checker. The aspell-devel package includes the
|
||||||
@ -47,17 +47,15 @@ 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.6
|
%setup -q -n aspell-.33.6.3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp /usr/share/libtool/config.{guess,sub} .
|
%configure
|
||||||
|
|
||||||
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --enable-static --infodir=%{_infodir} \
|
|
||||||
--mandir=%{_mandir}
|
|
||||||
make
|
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/share/emacs/site-lisp/site-start.d
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/lib/xemacs/xemacs-packages/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
|
||||||
@ -82,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/lib/aspell/american*
|
/usr/lib/aspell/american*
|
||||||
/usr/lib/aspell/english*
|
/usr/lib/aspell/english*
|
||||||
/usr/lib/lib*.so.*
|
/usr/lib/lib*.so.*
|
||||||
|
# Yes, they need to be in the main package - they are used for
|
||||||
|
# dynamic loading. Argh.
|
||||||
|
/usr/lib/lib*.la
|
||||||
/usr/share/aspell
|
/usr/share/aspell
|
||||||
/usr/share/pspell
|
/usr/share/pspell
|
||||||
/usr/share/emacs/site-lisp/site-start.d/*
|
/usr/share/emacs/site-lisp/site-start.d/*
|
||||||
@ -102,8 +103,30 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/lib/aspell/british*
|
/usr/lib/aspell/british*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
|
* Wed Jul 11 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- rebuild for C++ exception handling on ia64
|
- Add the .la files in the main package - used for dynamic loading
|
||||||
|
|
||||||
|
* Sun Jun 3 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- 0.33.6.3, which includes the fix made yesterday
|
||||||
|
|
||||||
|
* Sat Jun 2 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- Make it search for directories in the correct location
|
||||||
|
|
||||||
|
* Wed May 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- No more workarounds at the specfile level
|
||||||
|
|
||||||
|
* Tue May 29 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- Use custom ltmain.sh to work around buggy bundled libtool
|
||||||
|
|
||||||
|
* Sun May 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- 0.33.6
|
||||||
|
- use standard %%configure macro - it works now.
|
||||||
|
|
||||||
|
* Fri May 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.33.5-2
|
||||||
|
- Rebuild with new libltdl
|
||||||
|
|
||||||
|
* Mon Apr 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- 0.33.5
|
||||||
|
|
||||||
* Thu Nov 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
* Thu Nov 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- use new emacs init scheme for Emacs and XEmacs
|
- use new emacs init scheme for Emacs and XEmacs
|
||||||
|
Loading…
Reference in New Issue
Block a user