SHA256
1
0
forked from pool/cdecl

Accepting request 83401 from devel:tools

- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/83401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdecl?expand=0&rev=3
This commit is contained in:
Lars Vogdt 2011-09-19 13:55:21 +00:00 committed by Git OBS Bridge
commit 064359cf07
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 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 version it has command line editing and history with the GNU readline
library. library.
Author:
-------
David R. Conrad
%prep %prep
%setup %setup
%patch -P 1 -p1 %patch -P 1 -p1
%build %build
make CFLAGS="%optflags -DUSE_READLINE -DOLD_READLINE"; make CFLAGS="%optflags -DUSE_READLINE -DOLD_READLINE" %{?_smp_mflags};
%install %install
b="%buildroot"; b="%buildroot";