Author: arekm Date: Mon Jan 9 09:42:08 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.9.3 is broken for hmac
---- Files affected: SPECS: mhash.spec (1.38 -> 1.39) ---- Diffs: ================================================================ Index: SPECS/mhash.spec diff -u SPECS/mhash.spec:1.38 SPECS/mhash.spec:1.39 --- SPECS/mhash.spec:1.38 Mon Jan 9 10:15:50 2006 +++ SPECS/mhash.spec Mon Jan 9 10:42:02 2006 @@ -1,11 +1,13 @@ # $Revision$, $Date$ +# TODO: +# http://sourceforge.net/tracker/index.php?func=detail&aid=1390988&group_id=4286&atid=104286 %bcond_without tests Summary: Hash library Summary(pl): Biblioteka funkcji mieszających (skrótu) Summary(pt_BR): Interface uniforme para vários algoritmos hash Name: mhash Version: 0.9.3 -Release: 2 +Release: 2.1 License: LGPL Group: Libraries Source0: http://dl.sourceforge.net/mhash/%{name}-%{version}.tar.gz @@ -91,12 +93,7 @@ --enable-static %{__make} -%if %{with tests} -cd src -for a in *_test; do - [ -x "$a" ] && "./$a" -done -%endif +%{?with_tests:%{__make} check} %install rm -rf $RPM_BUILD_ROOT @@ -132,6 +129,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.39 2006/01/09 09:42:02 arekm +- 0.9.3 is broken for hmac + Revision 1.38 2006/01/09 09:15:50 arekm - add tests ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mhash.spec?r1=1.38&r2=1.39&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
