packages: aspell/aspell-ac.patch, aspell/aspell.spec, aspell/aspell-mk-stat...

qboosh qboosh at pld-linux.org
Thu Jul 14 18:26:38 CEST 2011


Author: qboosh                       Date: Thu Jul 14 16:26:37 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 0.60.6.1
- updated ac patch
- removed obsolete mk-static-filter.pl patch

---- Files affected:
packages/aspell:
   aspell-ac.patch (1.3 -> 1.4) , aspell.spec (1.97 -> 1.98) , aspell-mk-static-filter.pl.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/aspell/aspell-ac.patch
diff -u packages/aspell/aspell-ac.patch:1.3 packages/aspell/aspell-ac.patch:1.4
--- packages/aspell/aspell-ac.patch:1.3	Tue Nov 30 14:48:24 2010
+++ packages/aspell/aspell-ac.patch	Thu Jul 14 18:26:32 2011
@@ -1,6 +1,6 @@
---- aspell-0.60.6/configure.ac~	2008-04-07 05:50:05.000000000 +0200
-+++ aspell-0.60.6/configure.ac	2010-11-30 11:36:09.000000000 +0100
-@@ -343,10 +343,10 @@
+--- aspell-0.60.6.1/configure.ac.orig	2011-07-04 10:58:29.000000000 +0200
++++ aspell-0.60.6.1/configure.ac	2011-07-14 18:01:22.971002230 +0200
+@@ -344,20 +344,20 @@
  
      if test "$enable_wide_curses" != "no" -a -n "$have_mblen"
      then
@@ -10,6 +10,18 @@
          [#include <ncursesw/curses.h>], [initscr()],
 -        [CURSES_LIB=-lncursesw
 +        [CURSES_LIB="-lncursesw -ltinfow"
-          AC_DEFINE(CURSES_HEADER, <ncursesw/curses.h>, [Defined to curses header file])])
+          AC_DEFINE(CURSES_HEADER, <ncursesw/curses.h>, [Defined to curses header file])
+          AC_DEFINE(TERM_HEADER, <ncursesw/term.h>, [Defined to term header file])])
      fi
  
+     if test -z "$CURSES_LIB"
+     then
+-      LIBS="-lncurses $ORIG_LIBS"
++      LIBS="-lncurses -ltinfo $ORIG_LIBS"
+       AC_TRY_LINK(
+         [#include <ncurses/curses.h>], [initscr()],
+-        [CURSES_LIB=-lncurses
++        [CURSES_LIB="-lncurses -ltinfo"
+          AC_DEFINE(CURSES_HEADER, <ncurses/curses.h>, [Defined to curses header file])
+          AC_DEFINE(TERM_HEADER, <ncurses/term.h>, [Defined to term header file])],
+         [

================================================================
Index: packages/aspell/aspell.spec
diff -u packages/aspell/aspell.spec:1.97 packages/aspell/aspell.spec:1.98
--- packages/aspell/aspell.spec:1.97	Mon Feb 28 22:12:05 2011
+++ packages/aspell/aspell.spec	Thu Jul 14 18:26:32 2011
@@ -3,17 +3,16 @@
 Summary(pl.UTF-8):	GNU Aspell jest kontrolerem pisowni
 Summary(pt_BR.UTF-8):	Verificador ortográfico
 Name:		aspell
-Version:	0.60.6
-Release:	6
+Version:	0.60.6.1
+Release:	1
 Epoch:		3
 License:	LGPL v2 or v2.1
 Group:		Applications/Text
 Source0:	http://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz
-# Source0-md5:	bc80f0198773d5c05086522be67334eb
+# Source0-md5:	e66a9c9af6a60dc46134fdacf6ce97d7
 Patch0:		%{name}-info.patch
-# Patch1:		%{name}-home_etc.patch
-Patch2:		%{name}-mk-static-filter.pl.patch
-Patch3:		%{name}-ac.patch
+Patch1:		%{name}-ac.patch
+#Patch2:		%{name}-home_etc.patch
 URL:		http://aspell.net/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
@@ -112,13 +111,12 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 # home_etc patch is fubar. If HOME_ETC var is not defined, it tries to open
 # such files:
 # open("$HOME|.//.aspell.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
 # Disabled until someone fixes it.
-#%%patch1 -p1
-%patch2 -p0
-%patch3 -p1
+#%%patch2 -p1
 
 %build
 %{__gettextize}
@@ -127,7 +125,6 @@
 %{__autoconf}
 %{__automake}
 %configure \
-	--enable-shared \
 	--enable-static \
 	--enable-pkgdatadir=%{_datadir}/aspell \
 	--enable-pkglibdir=%{_libdir}/aspell
@@ -214,6 +211,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.98  2011/07/14 16:26:32  qboosh
+- updated to 0.60.6.1
+- updated ac patch
+- removed obsolete mk-static-filter.pl patch
+
 Revision 1.97  2011/02/28 21:12:05  glen
 - fix info dir for main and devel packages
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/aspell/aspell-ac.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/aspell/aspell.spec?r1=1.97&r2=1.98&f=u



More information about the pld-cvs-commit mailing list