forked from pool/libcircllhist
Accepting request 682561 from home:mrostecki
- Add soname to the library file. OBS-URL: https://build.opensuse.org/request/show/682561 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcircllhist?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
a8d7a549e0
commit
a864a2d230
@@ -1,8 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 13:27:33 UTC 2019 - Michal Rostecki <mrostecki@opensuse.org>
|
||||
|
||||
- Add soname to the library file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 13:11:25 UTC 2019 - Michał Rostecki <mrostecki@suse.de>
|
||||
|
||||
- Change library package name from libcircllhist0 to
|
||||
libcircllhist0_0_1 to follow the pattern about sonames with
|
||||
libcircllhist-0_0_1 to follow the pattern about sonames with
|
||||
minor and patch version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
@@ -31,6 +31,7 @@ Url: https://github.com/circonus-labs/libcircllhist
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: gcc
|
||||
BuildRequires: patchelf
|
||||
|
||||
%description
|
||||
An implementation of Circonus log-linear histograms written in C.
|
||||
@@ -62,6 +63,7 @@ autoconf
|
||||
|
||||
%install
|
||||
%make_install
|
||||
patchelf --set-soname libcircllhist.so.%{sover_major}.%{sover_minor}.%{sover_patch} %{buildroot}%{_libdir}/libcircllhist.so.%{sover_major}.%{sover_minor}.%{sover_patch}
|
||||
rm %{buildroot}%{_libdir}/libcircllhist.a
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
Reference in New Issue
Block a user