packages: python-crack/python-crack.spec - rel 2; correct dict path

arekm arekm at pld-linux.org
Wed Dec 2 13:17:57 CET 2009


Author: arekm                        Date: Wed Dec  2 12:17:57 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2; correct dict path

---- Files affected:
packages/python-crack:
   python-crack.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/python-crack/python-crack.spec
diff -u packages/python-crack/python-crack.spec:1.1 packages/python-crack/python-crack.spec:1.2
--- packages/python-crack/python-crack.spec:1.1	Tue Dec  1 15:03:15 2009
+++ packages/python-crack/python-crack.spec	Wed Dec  2 13:17:52 2009
@@ -2,7 +2,7 @@
 Summary:	Python bindings for cracklib
 Name:		python-crack
 Version:	0.5.1
-Release:	1
+Release:	2
 License:	MIT
 Group:		Libraries/Python
 Source0:	http://download.savannah.gnu.org/releases/python-crack/%{name}-%{version}.tar.gz
@@ -23,7 +23,7 @@
 
 %build
 %configure \
-DEFAULT_DICTPATH=%{_datadir}/dict/words
+	DEFAULT_DICTPATH=%{_datadir}/dict/cracklib_dict
 %{__make}
 
 %install
@@ -47,6 +47,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2009/12/02 12:17:52  arekm
+- rel 2; correct dict path
+
 Revision 1.1  2009/12/01 14:03:15  arekm
 - initial
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-crack/python-crack.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list