From 8ff37d4d3fee3c9586840a0e83ed94b92e602e78 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Thu, 7 Aug 2014 10:48:26 +0800 Subject: [PATCH] Don't do things not of yours. --- uthash.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/uthash.spec b/uthash.spec index d66b9e2..5480a21 100644 --- a/uthash.spec +++ b/uthash.spec @@ -20,7 +20,6 @@ delete items from the hash table. %package devel Summary: Development files for %{name} -Provides: %{name} = %{version}-%{release} Provides: %{name}-static = %{version}-%{release} BuildArch: noarch @@ -39,7 +38,7 @@ install -d %{buildroot}%{_includedir} install -pm0644 src/*.h %{buildroot}%{_includedir}/ %check -cd tests && make %{?_smp_mflags} +make %{?_smp_mflags} -C tests/ %files devel %doc LICENSE doc/*.txt