forked from pool/libedit
- Update to 20150325-3.1
* version info: 0:53:0 * all: sync with upstream source * configure.ac: Fix posix shell portability issue. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libedit?expand=0&rev=53
This commit is contained in:
parent
d9069cfa4c
commit
2118b4e98e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9701e16570fb8f7fa407b506986652221b701a9dd61defc05bb7d1c61cdf5a40
|
||||
size 484107
|
3
libedit-20150325-3.1.tar.gz
Normal file
3
libedit-20150325-3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c88a5e4af83c5f40dda8455886ac98923a9c33125699742603a88a0253fcc8c5
|
||||
size 502792
|
@ -1,10 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 12:01:55 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Update to 20150325-3.1
|
||||
* version info: 0:53:0
|
||||
* all: sync with upstream source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 26 18:40:47 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 20141030-3.1
|
||||
* version-info: 0:52:0
|
||||
* all: sync with upstream source
|
||||
* configura.ac: Fix posix shell portability issue.
|
||||
* configure.ac: Fix posix shell portability issue.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 14:48:16 UTC 2014 - mrueckert@suse.de
|
||||
|
18
libedit.spec
18
libedit.spec
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
Name: libedit
|
||||
Version: 3.1.snap20141030
|
||||
Version: 3.1.snap20150325
|
||||
Release: 0
|
||||
%define pkg_name libedit
|
||||
%define pkg_version 20141030-3.1
|
||||
%define pkg_version 20150325-3.1
|
||||
#
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -74,22 +74,24 @@ at a terminal prompt.
|
||||
This package holds the development files for libedit.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-20141029-3.1
|
||||
%{__cp} %{S:1} .
|
||||
%setup -q -n %{pkg_name}-%{pkg_version}
|
||||
cp %{S:1} .
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4 -p1
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 autoreconf -fiv
|
||||
%configure --disable-static --with-pic \
|
||||
--disable-silent-rules \
|
||||
--enable-widec
|
||||
%configure --disable-static \
|
||||
--with-pic \
|
||||
--disable-silent-rules \
|
||||
--enable-widec
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%__rm "%{buildroot}%{_libdir}"/*.la
|
||||
rm "%{buildroot}%{_libdir}"/*.la
|
||||
|
||||
%check
|
||||
make check
|
||||
|
Loading…
Reference in New Issue
Block a user