forked from pool/libedit
Accepting request 27363 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/libedit based on submit request 27363 from user coolo OBS-URL: https://build.opensuse.org/request/show/27363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libedit?expand=0&rev=4
This commit is contained in:
parent
ad89b255f6
commit
7eec6c0790
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 21 17:27:40 UTC 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
- fix build with using autoreconf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 19 12:39:03 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Enable parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 3 16:01:23 CET 2009 - vuntz@opensuse.org
|
Thu Dec 3 16:01:23 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: libedit
|
Name: libedit
|
||||||
Version: 3.0.snap20090923
|
Version: 3.0.snap20090923
|
||||||
Release: 1
|
Release: 2
|
||||||
%define pkg_name libedit
|
%define pkg_name libedit
|
||||||
%define pkg_version 20090923-3.0
|
%define pkg_version 20090923-3.0
|
||||||
#
|
#
|
||||||
@ -100,9 +100,9 @@ Authors:
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoconf -f
|
autoreconf -f -i
|
||||||
%configure --disable-static --with-pic
|
%configure --disable-static --with-pic
|
||||||
%{__make}
|
%{__make} %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
Loading…
Reference in New Issue
Block a user