]> git.pld-linux.org Git - packages/Lunchbox.git/blobdiff - Lunchbox.spec
macros for %cmake
[packages/Lunchbox.git] / Lunchbox.spec
index 71a7bf28d7a9eff65a296fabfeffbaf6a9611139..9d154ab31848857b641fb97b911eed658b4a699d 100644 (file)
@@ -7,13 +7,14 @@ Summary:      Lunchbox - C++ library for multi-threading programming
 Summary(pl.UTF-8):     Lunchbox - biblioteka C++ do programowania wielowÄ…tkowego
 Name:          Lunchbox
 Version:       1.17.0
-Release:       5
+Release:       6
 License:       LGPL v2.1
 Group:         Libraries
 #Source0Download: https://github.com/Eyescale/Lunchbox/releases
 Source0:       https://github.com/Eyescale/Lunchbox/archive/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: 76bcd79003c9b9d58d5f772cfdd812c7
-Patch2:                cxx.patch
+Patch0:                cxx.patch
+Patch1:                nanosleep.patch
 URL:           http://pogl.wordpress.com/category/lunchbox/
 BuildRequires: Eyescale-CMake >= 2018.02
 BuildRequires: Servus-devel >= 1.5.0
@@ -26,6 +27,7 @@ BuildRequires:        hwloc-devel < 2
 BuildRequires: libstdc++-devel
 %{?with_mpi:BuildRequires:     mpi-devel}
 BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.605
 Requires:      Servus >= 1.5.0
 Requires:      hwloc-libs >= 1.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -77,7 +79,8 @@ Dokumentacja API biblioteki Lunchbox.
 rmdir CMake/common
 ln -s %{_datadir}/Eyescale-CMake CMake/common
 
-%patch2 -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 install -d build
This page took 0.043492 seconds and 4 git commands to generate.