packages: aspell/aspell.spec - home_etc patch is fubar. If HOME_ETC var is ...

pawelz pawelz at pld-linux.org
Tue Nov 30 01:43:36 CET 2010


Author: pawelz                       Date: Tue Nov 30 00:43:36 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 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.
- and once again: why are we maintaining home_etc instead of xdg dirs???
- rel 4

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

---- Diffs:

================================================================
Index: packages/aspell/aspell.spec
diff -u packages/aspell/aspell.spec:1.93 packages/aspell/aspell.spec:1.94
--- packages/aspell/aspell.spec:1.93	Wed Feb 18 21:11:01 2009
+++ packages/aspell/aspell.spec	Tue Nov 30 01:43:31 2010
@@ -4,14 +4,14 @@
 Summary(pt_BR.UTF-8):	Verificador ortográfico
 Name:		aspell
 Version:	0.60.6
-Release:	3
+Release:	4
 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
 Patch0:		%{name}-info.patch
-Patch1:		%{name}-home_etc.patch
+# Patch1:		%{name}-home_etc.patch
 Patch2:		%{name}-mk-static-filter.pl.patch
 URL:		http://aspell.net/
 BuildRequires:	autoconf >= 2.50
@@ -110,7 +110,11 @@
 %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
 
 %build
@@ -195,6 +199,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+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)
+- Disabled until someone fixes it.
+- and once again: why are we maintaining home_etc instead of xdg dirs???
+- rel 4
+
 Revision 1.93  2009/02/18 20:11:01  arekm
 - release 3
 
================================================================

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



More information about the pld-cvs-commit mailing list