forked from pool/libntlm
Accepting request 341206 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/341206 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libntlm?expand=0&rev=8
This commit is contained in:
commit
a5f90b6a47
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 27 13:04:54 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
- run "make test"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 17 23:31:29 UTC 2013 - jengelh@inai.de
|
Wed Jul 17 23:31:29 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libntlm
|
# spec file for package libntlm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 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
|
||||||
@ -69,6 +69,9 @@ make %{?_smp_mflags};
|
|||||||
make install DESTDIR="%buildroot";
|
make install DESTDIR="%buildroot";
|
||||||
rm -f "%buildroot/%_libdir"/*.la;
|
rm -f "%buildroot/%_libdir"/*.la;
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user