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
This commit is contained in:
Jan Engelhardt 2011-09-19 08:49:25 +00:00 committed by Git OBS Bridge
parent f46e5208d1
commit 204b97a692
2 changed files with 7 additions and 5 deletions

View File

@ -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

View File

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