hiredis 1.0.2-1 (aarch64) 2022-15277
9999

Status published
Submitter alexander [@T] mezon.ru
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/235081
Packages
hiredis-1.0.2-1.aarch64.source
hiredis-debugsource-1.0.2-1.aarch64.binary
lib64hiredis-1.0.2-1.aarch64.binary
lib64hiredis-debuginfo-1.0.2-1.aarch64.debuginfo
lib64hiredis-devel-1.0.2-1.aarch64.binary
Build Date 2022-09-26 22:39:44 +0000 UTC
Last Updated 2022-09-30 16:01:19.611243156 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary 8cc8f210f520debbd1f28457b74721375de51f05

commit 8cc8f210f520debbd1f28457b74721375de51f05
Author:     Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Tue Sep 27 00:23:52 2022 +0200
Commit:     Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Tue Sep 27 00:23:52 2022 +0200

    1.0.2, lib naming
---
 .abf.yml     |  2 +-
 hiredis.spec | 14 ++++++--------
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/.abf.yml b/.abf.yml
index 3c959a1..d8c9289 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
 sources:
-  v0.14.1.tar.gz: a422493d601aa36cd14504a6791e7609093af8ed
+  v1.0.2.tar.gz: c5e1bad2ebc1a8e630416fef59e58359ef438734
diff --git a/hiredis.spec b/hiredis.spec
index fc66698..3c2b2f5 100644
--- a/hiredis.spec
+++ b/hiredis.spec
@@ -1,11 +1,10 @@
-%define major 0
-%define minor 13
-%define libname %mklibname hiredis %{major}.%{minor}
+%define major 1
+%define libname %mklibname hiredis
 %define develname %mklibname hiredis -d
 
 Summary:	A minimalistic C client library for Redis
 Name:		hiredis
-Version:	0.14.1
+Version:	1.0.2
 Release:	1
 Group:		System/Libraries
 License:	BSD
@@ -33,15 +32,14 @@ This package contains the header files and libraries to develop applications
 using a Redis database.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-%make OPTIMIZATION="%{optflags}" LDFLAGS="%{ldflags}" CC=%{__cc}
+%make_build OPTIMIZATION="%{optflags}" LDFLAGS="%{ldflags}" CC=%{__cc}
 
 %install
 make install PREFIX=%{buildroot}/%{_prefix} INSTALL_LIBRARY_PATH=%{buildroot}%{_libdir}
-
-rm -f `find %{buildroot} -name *.*a`
+rm %{buildroot}%{_libdir}/*.a
 
 %files -n %{libname}
 %doc COPYING
Not Available

benbullard79 [@T] cox.netNo Comment.573d 14hrs
benbullard79 [@T] cox.netNo Comment.573d 14hrs