]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- enable tests
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 8 Jun 2007 23:14:36 +0000 (23:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    git-core.spec -> 1.66

git-core.spec

index c438151888483a0d0ddf3e72351c6ec4de3efb98..ea92eaf1d77b51ffe52fa4ae3f66f9ae3bc8e6f9 100644 (file)
@@ -1,6 +1,7 @@
 # TODO:
 # - gitweb subpackage
 # - gitk subpackage?
 # TODO:
 # - gitweb subpackage
 # - gitk subpackage?
+%bcond_without tests
 %include       /usr/lib/rpm/macros.perl
 Summary:       The stupid content tracker
 Summary(pl.UTF-8):     Prymitywne narzędzie do śledzenia treści
 %include       /usr/lib/rpm/macros.perl
 Summary:       The stupid content tracker
 Summary(pl.UTF-8):     Prymitywne narzędzie do śledzenia treści
@@ -115,6 +116,8 @@ wykonania przy użyciu ogólnego interfejsu poleceń.
 
 %{__make} -C Documentation
 
 
 %{__make} -C Documentation
 
+%{?with_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff
This page took 0.03931 seconds and 4 git commands to generate.