- removing argument from popd
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh?expand=0&rev=16
This commit is contained in:
parent
cf24bbfae6
commit
616b858c1d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 22 07:41:22 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- removing argument from popd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 19 09:51:35 UTC 2014 - asn@cryptomilk.org
|
Fri Dec 19 09:51:35 UTC 2014 - asn@cryptomilk.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libssh
|
# spec file for package libssh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -103,7 +103,7 @@ cmake \
|
|||||||
|
|
||||||
make %{?_smp_mflags} VERBOSE=1
|
make %{?_smp_mflags} VERBOSE=1
|
||||||
%__make doc
|
%__make doc
|
||||||
popd build
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
pushd build
|
pushd build
|
||||||
@ -112,7 +112,7 @@ pushd build
|
|||||||
%else
|
%else
|
||||||
%__make DESTDIR=%{buildroot} install
|
%__make DESTDIR=%{buildroot} install
|
||||||
%endif
|
%endif
|
||||||
popd build
|
popd
|
||||||
|
|
||||||
%post -n libssh4 -p /sbin/ldconfig
|
%post -n libssh4 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user