From a98aab800b484b75e4415d732856bfc964f925eeee599acce6c85c388cae268a Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Mon, 10 Oct 2011 16:39:48 +0000 Subject: [PATCH] Update to last sucessful build 3238d121531ac9f1f6ced08af4310bd44c436891 fix .gitignore OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libsolv?expand=0&rev=11 --- libsolv-0.0.0.tar.bz2 | 4 ++-- libsolv.spec | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libsolv-0.0.0.tar.bz2 b/libsolv-0.0.0.tar.bz2 index 46a59b1..c81112f 100644 --- a/libsolv-0.0.0.tar.bz2 +++ b/libsolv-0.0.0.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a8f92c59707b51bcd349f93e033f53b82e333ea94672642f62f9d228cd4d08e5 -size 270321 +oid sha256:1394d45311d8b69ec6119a44d06389995adf95198489695b377cc7a95a7f5b96 +size 270420 diff --git a/libsolv.spec b/libsolv.spec index 3bad7a2..7412574 100644 --- a/libsolv.spec +++ b/libsolv.spec @@ -223,8 +223,14 @@ rm -rf "$RPM_BUILD_ROOT" %files devel %defattr(-,root,root) +%if %{with enable_static} +%{_libdir}/libsolv.a +%{_libdir}/libsolvext.a +%endif +%if !%{with disable_shared} %{_libdir}/libsolv.so %{_libdir}/libsolvext.so +%endif %{_includedir}/solv %{_bindir}/helix2solv %{_datadir}/cmake/Modules/*