Browse Source

hiredis package update

Signed-off-by: nosqlbuilder_pel7ppc64bebuilder0 <nosqlbuilder@powerel.org>
master
nosqlbuilder_pel7ppc64bebuilder0 5 years ago
parent
commit
3efdc3fc41
  1. 8
      SPECS/hiredis.spec

8
SPECS/hiredis.spec

@ -1,6 +1,6 @@
Name: hiredis Name: hiredis
Version: 0.13.3 Version: 0.14.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Minimalistic C client library for Redis Summary: Minimalistic C client library for Redis
License: BSD License: BSD
URL: https://github.com/redis/hiredis URL: https://github.com/redis/hiredis
@ -31,7 +31,7 @@ developing applications that use %{name}.
find %{buildroot} -name '*.a' -delete -print find %{buildroot} -name '*.a' -delete -print


# I don't believe it's stable, so keep previous schema here. # I don't believe it's stable, so keep previous schema here.
cd %{buildroot}%{_libdir} && ln -sf libhiredis.so.0.13 libhiredis.so.0 #cd %{buildroot}%{_libdir} && ln -sf libhiredis.so.0.13 libhiredis.so.0


%check %check
# TODO: Koji isolated environment may cause some tests fail to pass. # TODO: Koji isolated environment may cause some tests fail to pass.
@ -44,7 +44,7 @@ make check || true
%files %files
%doc COPYING %doc COPYING
%{_libdir}/libhiredis.so.0 %{_libdir}/libhiredis.so.0
%{_libdir}/libhiredis.so.0.13 %{_libdir}/libhiredis.so.0.14


%files devel %files devel
%doc CHANGELOG.md README.md %doc CHANGELOG.md README.md

Loading…
Cancel
Save