SPECS: anaconda.spec - drop locale check - I'll fix it in code if needed - ...
patrys
patrys at pld-linux.org
Fri Aug 29 21:59:19 CEST 2008
Author: patrys Date: Fri Aug 29 19:59:19 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- drop locale check
- I'll fix it in code if needed
- rel 2
---- Files affected:
SPECS:
anaconda.spec (1.88 -> 1.89)
---- Diffs:
================================================================
Index: SPECS/anaconda.spec
diff -u SPECS/anaconda.spec:1.88 SPECS/anaconda.spec:1.89
--- SPECS/anaconda.spec:1.88 Fri Aug 29 21:48:29 2008
+++ SPECS/anaconda.spec Fri Aug 29 21:59:14 2008
@@ -9,7 +9,7 @@
Summary(pl.UTF-8): Graficzny instalator systemu
Name: anaconda
Version: 11.4.1.%{rel}
-Release: 1
+Release: 2
License: GPL
Group: Applications/System
# http://team.pld-linux.org/~patrys/anaconda.git - origin/pld-branch
@@ -150,13 +150,6 @@
%setup -q -n %{name}-%{rel}
%build
-# locale check
-if [ "$(locale -a | grep -c en_US.utf8)" = 0 ]; then
- : "en_US.utf8 locale not available. build will fail!"
- : "Install glibc-localedb-all or compile it!"
- exit 1
-fi
-
%{__make} depend -j1 \
PYTHON="%{__python}" \
PYTHONINCLUDE="%{py_incdir}" \
@@ -283,6 +276,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.89 2008/08/29 19:59:14 patrys
+- drop locale check
+- I'll fix it in code if needed
+- rel 2
+
Revision 1.88 2008/08/29 19:48:29 patrys
- as there is no upstream tarball, let's use my private tree :)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/anaconda.spec?r1=1.88&r2=1.89&f=u
More information about the pld-cvs-commit
mailing list