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";