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
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:00a07cb970673c51231d0bbd783be9ca52237d8db61a7afd82a8583aa46916d2
|
oid sha256:003395a906c3751488bc3ab4c148b3baf0e06ec245964bd9b2b824d5090da87d
|
||||||
size 4725372
|
size 4752935
|
||||||
|
15
libzypp.spec
15
libzypp.spec
@ -85,8 +85,11 @@ BuildRequires: libsolv-tools
|
|||||||
Requires: libsolv-tools
|
Requires: libsolv-tools
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# required for testsuite, webrick
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: ruby
|
BuildRequires: libsigc++2-devel
|
||||||
|
|
||||||
|
# required for testsuite
|
||||||
|
BuildRequires: nginx
|
||||||
|
|
||||||
Requires: rpm
|
Requires: rpm
|
||||||
|
|
||||||
@ -95,20 +98,22 @@ BuildRequires: rpm-devel > 4.4
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
|
%if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
|
||||||
BuildRequires: glib2-devel
|
|
||||||
BuildRequires: popt-devel
|
BuildRequires: popt-devel
|
||||||
BuildRequires: rpm-devel > 4.4
|
BuildRequires: rpm-devel > 4.4
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?mandriva_version}
|
%if 0%{?mandriva_version}
|
||||||
BuildRequires: glib2-devel
|
|
||||||
BuildRequires: librpm-devel > 4.4
|
BuildRequires: librpm-devel > 4.4
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: libgpgme-devel
|
BuildRequires: libgpgme-devel
|
||||||
|
#testsuite
|
||||||
|
BuildRequires: FastCGI-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: gpgme-devel
|
BuildRequires: gpgme-devel
|
||||||
|
#testsuite
|
||||||
|
BuildRequires: fcgi-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define min_curl_version 7.19.4
|
%define min_curl_version 7.19.4
|
||||||
@ -273,7 +278,7 @@ cd ..
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
pushd build/tests
|
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
|
popd
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Loading…
x
Reference in New Issue
Block a user