packages: aspell/aspell.spec - apply ac.patch (fix linking against ncurses)...

pawelz pawelz at pld-linux.org
Tue Nov 30 12:23:13 CET 2010


Author: pawelz                       Date: Tue Nov 30 11:23:13 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- apply ac.patch (fix linking against ncurses)
- rel 4.1 (does not build, please help)

---- Files affected:
packages/aspell:
   aspell.spec (1.94 -> 1.95) 

---- Diffs:

================================================================
Index: packages/aspell/aspell.spec
diff -u packages/aspell/aspell.spec:1.94 packages/aspell/aspell.spec:1.95
--- packages/aspell/aspell.spec:1.94	Tue Nov 30 01:43:31 2010
+++ packages/aspell/aspell.spec	Tue Nov 30 12:23:08 2010
@@ -4,7 +4,7 @@
 Summary(pt_BR.UTF-8):	Verificador ortográfico
 Name:		aspell
 Version:	0.60.6
-Release:	4
+Release:	4.1
 Epoch:		3
 License:	LGPL v2 or v2.1
 Group:		Applications/Text
@@ -13,10 +13,12 @@
 Patch0:		%{name}-info.patch
 # Patch1:		%{name}-home_etc.patch
 Patch2:		%{name}-mk-static-filter.pl.patch
+Patch3:		%{name}-ac.patch
 URL:		http://aspell.net/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
 BuildRequires:	gettext-devel >= 0.16.1
+BuildRequires:	ncurses-devel
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool >= 2:1.5
 BuildRequires:	texinfo
@@ -116,6 +118,7 @@
 # Disabled until someone fixes it.
 #%%patch1 -p1
 %patch2 -p0
+%patch3 -p1
 
 %build
 %{__gettextize}
@@ -199,6 +202,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.95  2010/11/30 11:23:08  pawelz
+- apply ac.patch (fix linking against ncurses)
+- rel 4.1 (does not build, please help)
+
 Revision 1.94  2010/11/30 00:43:31  pawelz
 - 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)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/aspell/aspell.spec?r1=1.94&r2=1.95&f=u



More information about the pld-cvs-commit mailing list