move autoreconf invocation to %prep

This commit is contained in:
Kamil Dudka 2018-02-09 16:01:32 +01:00
parent 794e7ad7d9
commit 0acfa758ec

View File

@ -70,13 +70,13 @@ developing applications that use %{name}.
%prep
%setup -q
%patch1 -p1
autoreconf -fiv
%check
#make check
%build
autoreconf -f -i
%configure --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@ -123,6 +123,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Fri Feb 09 2018 Kamil Dudka <kdudka@redhat.com> - 0.1.14-4.20171128gitfb2f1f7
- move autoreconf invocation to %%prep
- use Name Version Release that explicitly identifies an SCM snapshot (#1541646)
* Fri Feb 09 2018 Stefan Becker <chemobejk@gmail.com> - 0.1.14-3