be verbose
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
19df6ba454
commit
85a7702cbd
@ -103,7 +103,7 @@ Libraries, includes, etc. for developing XML Security applications with NSS.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -if
|
autoreconf -vfi
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
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
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
@ -114,7 +114,7 @@ sed 's+/lib64+/$archlib+g' < xmlsec1-config | sed 's+/lib+/$archlib+g' | sed 's+
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -f %{buildroot}%{_libdir}/*.la
|
rm -vf %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
# move installed docs to include them in -devel package via %%doc magic
|
# move installed docs to include them in -devel package via %%doc magic
|
||||||
rm -rf __tmp_doc ; mkdir __tmp_doc
|
rm -rf __tmp_doc ; mkdir __tmp_doc
|
||||||
|
Loading…
Reference in New Issue
Block a user