From 2c3e37e367f155f34eb89d10793619af80b6398b7590e275944a6b603d0e465a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 26 May 2012 08:47:28 +0000 Subject: [PATCH] Remove redundant tags/sections from specfile OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsdump?expand=0&rev=12 --- xfsdump.changes | 6 ++++++ xfsdump.spec | 8 ++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/xfsdump.changes b/xfsdump.changes index c2a353e..84a4f03 100644 --- a/xfsdump.changes +++ b/xfsdump.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 26 08:46:48 UTC 2012 - jengelh@inai.de + +- Remove redundant tags/sections from specfile +- Parallel build with %_smp_mflags + ------------------------------------------------------------------- Thu Mar 1 00:42:18 UTC 2012 - rschweikert@suse.com diff --git a/xfsdump.spec b/xfsdump.spec index cfa98fb..6cda98a 100644 --- a/xfsdump.spec +++ b/xfsdump.spec @@ -61,10 +61,9 @@ Authors: %patch1 -p1 %build -export CFLAGS=$RPM_OPT_FLAGS export DEBUG=-DNDEBUG -%configure --bindir=%{_sbindir} --mandir=%{_mandir} -make %{?jobs:-j%jobs} +%configure --bindir=%_sbindir +make %{?_smp_mflags} %install export DIST_ROOT="$RPM_BUILD_ROOT" @@ -77,9 +76,6 @@ ln -s %{_sbindir}/xfsdump $RPM_BUILD_ROOT/sbin ln -s %{_sbindir}/xfsrestore $RPM_BUILD_ROOT/sbin #EndUsrMerge -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,755) %{_sbindir}/*