From f46e5208d1badd2b73bfcaa9b6110b984c8e9fd8de354625662dbb1cb0a9f7bc Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 27 Jul 2011 21:16:12 +0000 Subject: [PATCH 1/2] Merge changes from openSUSE:Factory to devel:tools/cdecl OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=3 From 204b97a692e075b775980989e56c746ff91bb02f7e73fa4f3eae2f1a2355360d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 19 Sep 2011 08:49:25 +0000 Subject: [PATCH 2/2] Accepting request 83069 from home:jengelh:bl-c - Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/83069 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=4 --- cdecl.changes | 6 ++++++ cdecl.spec | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/cdecl.changes b/cdecl.changes index 4ed10da..f1cb615 100644 --- a/cdecl.changes +++ b/cdecl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 17 22:41:18 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel build + ------------------------------------------------------------------- Fri Aug 13 00:56:53 UTC 2010 - jengelh@medozas.de diff --git a/cdecl.spec b/cdecl.spec index 7718a3e..6c133de 100644 --- a/cdecl.spec +++ b/cdecl.spec @@ -39,16 +39,12 @@ pseudo-English. And it handles typecasts, too. Plus C++. And in this version it has command line editing and history with the GNU readline library. -Author: -------- - David R. Conrad - %prep %setup %patch -P 1 -p1 %build -make CFLAGS="%optflags -DUSE_READLINE -DOLD_READLINE"; +make CFLAGS="%optflags -DUSE_READLINE -DOLD_READLINE" %{?_smp_mflags}; %install b="%buildroot";