RIC:1060: Change in PTL
[ric-plt/sdl.git] / rpm / sdl.spec.in
1 Name:     sdl
2 Version:  1.6.0
3 Release:  1%{?dist}
4 Summary:  C++ API library for Shared Data Layer clients
5
6 License:  Apache-2
7 URL:      https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/sdl
8
9 BuildRequires: pkgconfig
10 BuildRequires: gcc
11 BuildRequires: autoconf
12 BuildRequires: autoconf-archive
13 BuildRequires: automake
14 BuildRequires: make
15 BuildRequires: gawk
16 BuildRequires: libtool
17 BuildRequires: boost-devel
18 BuildRequires: pkgconfig(hiredis)
19
20 %description
21 %{name} provices a C++ API library for Shared Data Layer clients
22
23 %package devel
24 Summary:   Development files for %{name}
25 Requires:  %{name}%{?isa} = %{version}-%{release}
26
27 %description devel
28 The %{name}-devel package contains libraries and header files for
29 developing applications that use %{name}.
30
31 %build
32 ./autogen.sh
33 %configure
34 %make_build
35
36 %install
37 %make_install
38 rm -f %{buildroot}%{_libdir}/lib*.*a
39
40 %post -p /sbin/ldconfig
41
42 %files
43 %{_libdir}/*.so.*
44 %{_bindir}/sdltool
45
46 %files devel
47 %{_libdir}/pkgconfig/libsdl.pc
48 %{_libdir}/*.so
49 %{_libdir}/pkgconfig/*.pc
50 %{_includedir}/sdl
51
52 %changelog
53 * Thu Mar 10 2022 Petri Ovaska <petri.ovaska@nokia.com> - 1.6.0-1
54 - Enable redis/sentinel port and sentinel master name configuration
55
56 * Fri Sep 17 2021 Petri Ovaska <petri.ovaska@nokia.com> - 1.5.1-1
57 - Add set, get and listKeys -sdltool CLI commands
58
59 * Fri Sep 17 2021 Petri Ovaska <petri.ovaska@nokia.com> - 1.5.0-1
60 - New listKeys API to support glob-style search pattern
61 - Deprecated old findKeys and findKeysAsync API
62
63 * Wed Aug 11 2021 Timo Tietavainen <timo.tietavainen@nokia.com> - 1.4.0-1
64 - Add synchronous readiness check API
65
66 * Thu Aug 05 2021 Timo Tietavainen <timo.tietavainen@nokia.com> - 1.3.0-1
67 - Definable timeout for DB backend readiness in synchronous SDL API
68 - Fix SDL configuration file path Valgrind errors
69
70 * Mon May 31 2021 Petri Ovaska <petri.ovaska@nokia.com> - 1.2.1-1
71 - Multiple DBAAS Redis standalone groups
72
73 * Wed May 26 2021 Petri Ovaska <petri.ovaska@nokia.com> - 1.2.0-1
74 - Multiple DBAAS Redis Sentinel groups
75 - New namespace (--ns) option in sdltool test-get-set -command
76
77 * Sat May 16 2020 Timo Tietavainen <timo.tietavainen@nokia.com> - 1.1.3-1
78 - Rename rpm and Debian makefile targets to rpm-pkg and deb-pkg.
79 - Update CI Dockerfile to utilize rpm-pkg and deb-pkg makefile targets.
80
81 * Fri May 15 2020 Timo Tietavainen <timo.tietavainen@nokia.com> - 1.1.2-1
82 - Add makefile targets to build rpm and Debian packages.
83
84 * Mon May 11 2020 Timo Tietavainen <timo.tietavainen@nokia.com> - 1.1.1-1
85 - Add unit test code coverage (gcov) make target.
86
87 * Thu Jan 09 2020 Timo Tietavainen <timo.tietavainen@nokia.com> - 1.1.0-1
88 - Add public helper classes for UT mocking.
89
90 * Tue Nov 12 2019 Rolf Badorek <rolf.badorek@nokia.com> - 1.0.4-1
91 - first version