From 17f10144073fc2faf32177d392d8a8e7e4b28c25 Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Mon, 4 Nov 2019 18:46:29 +0100 Subject: [PATCH] libipc 0.2.1 -> 0.4.0 --- libipc/recipe.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libipc/recipe.spec b/libipc/recipe.spec index 5c61434..fc7d0bb 100644 --- a/libipc/recipe.spec +++ b/libipc/recipe.spec @@ -1,11 +1,12 @@ name: libipc -version: 0.2.1 +version: 0.4.0 release: 1 sources: https://git.karchnu.fr/WeirdOS/libipc/archive/libipc-%{version}.tar.gz dirname: %{name} -dependencies: +build-dependencies: - make + - scdoc @configure true @@ -20,4 +21,4 @@ dependencies: @install cd %{dirname} - make DESTDIR="%{pkg}" install + make PREFIX="%{prefix}" DESTDIR="%{pkg}" install