SPECS: file.spec - run tests

arekm arekm at pld-linux.org
Sat Aug 30 02:51:00 CEST 2008


Author: arekm                        Date: Sat Aug 30 00:51:00 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- run tests

---- Files affected:
SPECS:
   file.spec (1.148 -> 1.149) 

---- Diffs:

================================================================
Index: SPECS/file.spec
diff -u SPECS/file.spec:1.148 SPECS/file.spec:1.149
--- SPECS/file.spec:1.148	Sun Jul 20 00:55:54 2008
+++ SPECS/file.spec	Sat Aug 30 02:50:54 2008
@@ -3,6 +3,7 @@
 # Conditional build:
 %bcond_without	python		# don't build python-magic module
 %bcond_without	static_libs	# don't build static libraries
+%bcond_without	tests
 #
 Summary:	A utility for determining file types
 Summary(cs.UTF-8):	Program pro zjišťování typu souborů
@@ -273,6 +274,10 @@
 cd ..
 %endif
 
+%if %{with tests}
+%{__make} check
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/%{_lib}
@@ -365,6 +370,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.149  2008/08/30 00:50:54  arekm
+- run tests
+
 Revision 1.148  2008/07/19 22:55:54  qboosh
 - added awk script to generate magic.mime from current magic database;
   package magic.mime for legacy apps
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/file.spec?r1=1.148&r2=1.149&f=u



More information about the pld-cvs-commit mailing list