Update to last successful build
665b65db202cc552826ffcb36801434d50add69e Detect if nginx and libfcgi are available OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2171
This commit is contained in:
parent
8b0384e097
commit
ab7fd762d8
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00a07cb970673c51231d0bbd783be9ca52237d8db61a7afd82a8583aa46916d2
|
||||
size 4725372
|
||||
oid sha256:003395a906c3751488bc3ab4c148b3baf0e06ec245964bd9b2b824d5090da87d
|
||||
size 4752935
|
||||
|
15
libzypp.spec
15
libzypp.spec
@ -85,8 +85,11 @@ BuildRequires: libsolv-tools
|
||||
Requires: libsolv-tools
|
||||
%endif
|
||||
|
||||
# required for testsuite, webrick
|
||||
BuildRequires: ruby
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libsigc++2-devel
|
||||
|
||||
# required for testsuite
|
||||
BuildRequires: nginx
|
||||
|
||||
Requires: rpm
|
||||
|
||||
@ -95,20 +98,22 @@ BuildRequires: rpm-devel > 4.4
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: popt-devel
|
||||
BuildRequires: rpm-devel > 4.4
|
||||
%endif
|
||||
|
||||
%if 0%{?mandriva_version}
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: librpm-devel > 4.4
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: libgpgme-devel
|
||||
#testsuite
|
||||
BuildRequires: FastCGI-devel
|
||||
%else
|
||||
BuildRequires: gpgme-devel
|
||||
#testsuite
|
||||
BuildRequires: fcgi-devel
|
||||
%endif
|
||||
|
||||
%define min_curl_version 7.19.4
|
||||
@ -273,7 +278,7 @@ cd ..
|
||||
|
||||
%check
|
||||
pushd build/tests
|
||||
LD_LIBRARY_PATH="%{buildroot}/%{_libdir}:$LD_LIBRARY_PATH" ctest --output-on-failure .
|
||||
LD_LIBRARY_PATH="$(pwd)/../zypp:$LD_LIBRARY_PATH" ctest --output-on-failure .
|
||||
popd
|
||||
|
||||
%post
|
||||
|
Loading…
x
Reference in New Issue
Block a user