From e36cdeba173a93b72110b536094220e1a00c566c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20THIERRY?= Date: Wed, 8 Oct 2014 13:14:09 +0200 Subject: Packaging: clean spec file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6d0afc024ff5820c7dddc0eca0e635b4979ae6e4 Signed-off-by: Kévin THIERRY --- packaging/bundle.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packaging/bundle.spec b/packaging/bundle.spec index 1128cf4..36d1dff 100644 --- a/packaging/bundle.spec +++ b/packaging/bundle.spec @@ -25,16 +25,13 @@ Simple string key-val dictionary ADT (devel) %setup -q -n %{name}-%{version} cp %{SOURCE1001} . - %build %cmake . -make %{?jobs:-j%jobs} +%__make %{?_smp_mflags} %install %make_install -mkdir -p %{buildroot}/usr/share/license - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -46,7 +43,6 @@ mkdir -p %{buildroot}/usr/share/license %{_libdir}/libbundle.so.* %license LICENSE - %files devel %manifest %{name}.manifest %defattr(-,root,root,-) @@ -54,4 +50,3 @@ mkdir -p %{buildroot}/usr/share/license %{_includedir}/SLP_bundle_PG.h %{_libdir}/pkgconfig/bundle.pc %{_libdir}/libbundle.so - -- cgit v1.2.3