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

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

%files devel
%doc CHANGELOG.md README.md

Loading…
Cancel
Save