]> git.pld-linux.org Git - packages/cmake.git/blobdiff - cmake.spec
- up to 2.8.11.1
[packages/cmake.git] / cmake.spec
index f731c9cc9c322b8b0c2bb15395688c0c283c7048..325eb0b197bd0b3ce2e173db379b193cc65e42fc 100644 (file)
@@ -7,16 +7,17 @@
 # Conditional build:
 %bcond_with    bootstrap       # use internal versions of some libraries
 %bcond_without gui             # don't build gui package
+%bcond_without tests
 
 Summary:       Cross-platform, open-source make system
 Summary(pl.UTF-8):     Wieloplatformowy system make o otwartych źródłach
 Name:          cmake
-Version:       2.8.11
-Release:       2
+Version:       2.8.11.1
+Release:       1
 License:       BSD
 Group:         Development/Building
 Source0:       http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
-# Source0-md5: be6008f2299613d23fe82ab53ef7472e
+# Source0-md5: df5324a3b203373a9e0a04b924281a43
 Patch0:                %{name}-lib64.patch
 Patch1:                %{name}-helpers.patch
 Patch2:                cmake-findruby.patch
@@ -118,6 +119,8 @@ export LDFLAGS="%{rpmldflags}"
 
 %{__make} VERBOSE=1
 
+%{?with_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
This page took 0.071146 seconds and 4 git commands to generate.