Packaging: clean spec file 11/28511/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 8 Oct 2014 11:14:09 +0000 (13:14 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 8 Oct 2014 11:14:09 +0000 (13:14 +0200)
Change-Id: I6d0afc024ff5820c7dddc0eca0e635b4979ae6e4
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/bundle.spec

index 1128cf4..36d1dff 100644 (file)
@@ -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
-