From 4dd171d08f6eff807c4470f678ea33a59c7cab66 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 03:04:44 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20aspell-?= =?UTF-8?q?0.33.6.3-2.src.rpm=20Wed=20Jul=2011=202001=20Trond=20Eivind=20G?= =?UTF-8?q?lomsr=F8d=20=20-=20Add=20the=20.la=20files=20in?= =?UTF-8?q?=20the=20main=20package=20-=20used=20for=20dynamic=20loading=20?= =?UTF-8?q?Sun=20Jun=2003=202001=20Trond=20Eivind=20Glomsr=F8d=20=20-=200.33.6.3,=20which=20includes=20the=20fix=20made?= =?UTF-8?q?=20yesterday=20Sat=20Jun=2002=202001=20Trond=20Eivind=20Glomsr?= =?UTF-8?q?=F8d=20=20-=20Make=20it=20search=20for=20direct?= =?UTF-8?q?ories=20in=20the=20correct=20location=20Wed=20May=2030=202001?= =?UTF-8?q?=20Trond=20Eivind=20Glomsr=F8d=20=20-=20No=20mo?= =?UTF-8?q?re=20workarounds=20at=20the=20specfile=20level=20Tue=20May=2029?= =?UTF-8?q?=202001=20Trond=20Eivind=20Glomsr=F8d=20=20-=20?= =?UTF-8?q?Use=20custom=20ltmain.sh=20to=20work=20around=20buggy=20bundled?= =?UTF-8?q?=20libtool=20Sun=20May=2020=202001=20Trond=20Eivind=20Glomsr=F8?= =?UTF-8?q?d=20=20-=200.33.6=20-=20use=20standard=20%confi?= =?UTF-8?q?gure=20macro=20-=20it=20works=20now.=20Fri=20May=2011=202001=20?= =?UTF-8?q?Bernhard=20Rosenkraenzer=20=200.33.5-2=20-=20R?= =?UTF-8?q?ebuild=20with=20new=20libltdl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- aspell.spec | 49 ++++++++++++++++++++++++++++++++++++------------- sources | 2 +- 3 files changed, 38 insertions(+), 15 deletions(-) diff --git a/.cvsignore b/.cvsignore index 76ecf28..df34347 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -aspell-.32.6.tar.gz +aspell-.33.6.3.tar.gz diff --git a/aspell.spec b/aspell.spec index e3c83b2..064abe3 100644 --- a/aspell.spec +++ b/aspell.spec @@ -1,15 +1,15 @@ Summary: A spelling checker. Name: aspell -Version: 0.32.6 +Version: 0.33.6.3 Epoch: 2 -Release: 3 +Release: 2 License: LGPL Group: Applications/Text 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 -Requires: pspell = 0.11.2 -Buildrequires: pspell-devel = 0.11.2 +Requires: pspell = 0.12.2 +Buildrequires: pspell-devel = 0.12.2 BuildRoot: %{_tmppath}/%{name}-%{version}-root Obsoletes: ispell @@ -21,7 +21,7 @@ support for other non-English languages. %package devel Summary: The static libraries and header files needed for Aspell development. Group: Development/Libraries -Requires: pspell-devel +Requires: pspell-devel aspell = %{version} %description devel 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 rm -rf $RPM_BUILD_ROOT -%setup -q -n aspell-.32.6 +%setup -q -n aspell-.33.6.3 %build -cp /usr/share/libtool/config.{guess,sub} . - -CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --enable-static --infodir=%{_infodir} \ - --mandir=%{_mandir} +%configure 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 @@ -82,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT /usr/lib/aspell/american* /usr/lib/aspell/english* /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/pspell /usr/share/emacs/site-lisp/site-start.d/* @@ -102,8 +103,30 @@ rm -rf $RPM_BUILD_ROOT /usr/lib/aspell/british* %changelog -* Fri Apr 27 2001 Bill Nottingham -- rebuild for C++ exception handling on ia64 +* Wed Jul 11 2001 Trond Eivind Glomsrød +- Add the .la files in the main package - used for dynamic loading + +* Sun Jun 3 2001 Trond Eivind Glomsrød +- 0.33.6.3, which includes the fix made yesterday + +* Sat Jun 2 2001 Trond Eivind Glomsrød +- Make it search for directories in the correct location + +* Wed May 30 2001 Trond Eivind Glomsrød +- No more workarounds at the specfile level + +* Tue May 29 2001 Trond Eivind Glomsrød +- Use custom ltmain.sh to work around buggy bundled libtool + +* Sun May 20 2001 Trond Eivind Glomsrød +- 0.33.6 +- use standard %%configure macro - it works now. + +* Fri May 11 2001 Bernhard Rosenkraenzer 0.33.5-2 +- Rebuild with new libltdl + +* Mon Apr 23 2001 Trond Eivind Glomsrød +- 0.33.5 * Thu Nov 30 2000 Trond Eivind Glomsrød - use new emacs init scheme for Emacs and XEmacs diff --git a/sources b/sources index 3464280..a078697 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ca26cb8f84691a9e48c8bcc003d76e0 aspell-.32.6.tar.gz +2b316945f11f955d7781f37a6f0735ba aspell-.33.6.3.tar.gz