]> git.pld-linux.org Git - packages/tar.git/commitdiff
- enable tests
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 30 Jun 2007 18:12:09 +0000 (18:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tar.spec -> 1.104

tar.spec

index 41994d0c9d5c478bebc5f648751ca38fadc16bc0..493378e973c884e28615fc3146dcd80d275433bd 100644 (file)
--- a/tar.spec
+++ b/tar.spec
@@ -1,3 +1,4 @@
+%bcond_with    tests
 Summary:       A GNU file archiving program
 Summary(de.UTF-8):     GNU-Magnetband-Archivierprogramm (tar)
 Summary(es.UTF-8):     GNU Tape Archiver (tar)
@@ -144,6 +145,8 @@ rm -f po/stamp-po
 
 %{__make}
 
+%{?with_tests:%{__make} check}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/usr/bin,%{_mandir}/man1}
This page took 0.098524 seconds and 4 git commands to generate.