SPECS: cracklib.spec - 2.8.10 - removed obsolete pld patch - added...

baggins baggins at pld-linux.org
Wed Sep 5 14:19:46 CEST 2007


Author: baggins                      Date: Wed Sep  5 12:19:46 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 2.8.10
- removed obsolete pld patch
- added TODO
- updated files

---- Files affected:
SPECS:
   cracklib.spec (1.55 -> 1.56) 

---- Diffs:

================================================================
Index: SPECS/cracklib.spec
diff -u SPECS/cracklib.spec:1.55 SPECS/cracklib.spec:1.56
--- SPECS/cracklib.spec:1.55	Fri Mar  9 11:14:42 2007
+++ SPECS/cracklib.spec	Wed Sep  5 14:19:41 2007
@@ -1,5 +1,8 @@
 # $Revision$, $Date$
 #
+# TODO:
+#	- python module
+#
 # Conditional build:
 %bcond_with	words	# bigger words database
 #
@@ -12,16 +15,15 @@
 Summary(tr.UTF-8):	Parola denetim kitaplığı
 Summary(uk.UTF-8):	Бібліотека перевірки паролів
 Name:		cracklib
-Version:	2.8.3
-Release:	0.2
+Version:	2.8.10
+Release:	1
 License:	GPL v2
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/cracklib/%{name}-%{version}.tar.gz
-# Source0-md5:	13f82f75b892cbd0ba7cb9069e307006
+# Source0-md5:	555f7832b63ebc7fb70b0373500c2358
 Source1:	http://dl.sourceforge.net/cracklib/%{name}-words.gz
 # Source1-md5:	d18e670e5df560a8745e1b4dede8f84f
 URL:		http://sourceforge.net/projects/cracklib/
-Patch0:		%{name}-pld.patch
 BuildRequires:	words
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -197,13 +199,13 @@
 
 %prep
 %setup	-q
-%patch0 -p0
 %if %{with words}
 install %{SOURCE1} dicts/
 %endif
 
 %build
-%configure
+%configure \
+	--with-default-dict=%{_datadir}/dict/cracklib_dict
 %{__make}
 
 %install
@@ -215,16 +217,20 @@
 
 util/cracklib-format dicts/cracklib* | util/cracklib-packer $RPM_BUILD_ROOT%{_datadir}/dict/cracklib_dict
 
+%{find_lang} %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post	-p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libcrack.so.*.*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*
 
 %files devel
 %defattr(644,root,root,755)
@@ -247,6 +253,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.56  2007/09/05 12:19:41  baggins
+- 2.8.10
+- removed obsolete pld patch
+- added TODO
+- updated files
+
 Revision 1.55  2007/03/09 10:14:42  glen
 - adapter
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cracklib.spec?r1=1.55&r2=1.56&f=u



More information about the pld-cvs-commit mailing list