Update pingcheck to work with cmake 3.28
[pingcheck] / pingcheck.spec
index c7650e7..4cb2a5b 100644 (file)
@@ -1,9 +1,9 @@
 Summary:   Pingcheck
 Name:      pingcheck
 Version:   ##VERSION##
-Release:   1
+Release:   ##VERSION_REVISION##
 License:   GPLv2 + linking exception. Some parts under boost license.
-Group:     Intranator
+Group:     Intra2net
 Vendor:    Intra2net AG
 Source:    %{name}-%{version}.tar.gz
 Prefix:    /usr/intranator
@@ -33,7 +33,8 @@ cmake -DCMAKE_INSTALL_PREFIX="%{prefix}" ../
 make %{_smp_mflags}
 
 %check
-#make check
+cd build
+make %{_smp_mflags} check
 
 %install
 rm -rf $RPM_BUILD_ROOT