forked from pool/nss_wrapper
Accepting request 724988 from devel:tools
Change Requires to Recommends for cmake and pkgconf OBS-URL: https://build.opensuse.org/request/show/724988 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nss_wrapper?expand=0&rev=8
This commit is contained in:
commit
52153b6941
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 09:07:07 UTC 2019 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Change Requires to Recommends for cmake and pkgconf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 05:51:10 UTC 2019 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
|
@ -41,8 +41,8 @@ BuildRequires: cmake
|
||||
BuildRequires: libcmocka-devel
|
||||
BuildRequires: netcfg
|
||||
|
||||
Requires: cmake
|
||||
Requires: pkg-config
|
||||
Recommends: cmake
|
||||
Recommends: pkgconf
|
||||
|
||||
%description
|
||||
There are projects which provide daemons that need to be able to create, modify
|
||||
@ -83,9 +83,7 @@ find %{buildroot}%{_bindir} -name "*.pl" \
|
||||
| xargs sed -i '1 s|/usr/bin/env\ perl|/usr/bin/perl|'
|
||||
|
||||
%check
|
||||
pushd build
|
||||
make %{?_smp_mflags} test || cat $(find Testing -name "*.log")
|
||||
popd
|
||||
%ctest
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user