|
|
|
@ -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 |
|
|
|
|