0.6.4-alt2

- build master snapshot 30bb602681
- package client header to devel package
- merge blk and client devel packages
pull/5/head
Alexey Shabalin 2021-07-02 18:18:23 +03:00
parent 886ab48d26
commit d541387172
1 changed files with 19 additions and 20 deletions

View File

@ -3,7 +3,7 @@
Name: vitastor Name: vitastor
Version: 0.6.4 Version: 0.6.4
Release: alt1 Release: alt2
Summary: Vitastor, a fast software-defined clustered block storage Summary: Vitastor, a fast software-defined clustered block storage
Group: System/Base Group: System/Base
@ -74,15 +74,6 @@ License: VNPL-1.1 OR GPL-2.0+
%description -n lib%name-client %description -n lib%name-client
Vitastor SDS user-space client library. Vitastor SDS user-space client library.
%package -n lib%name-client-devel
Group: Development/C++
Summary: Vitastor SDS headers of client library
License: VNPL-1.1 OR GPL-2.0+
%description -n lib%name-client-devel
This package contains libraries and headers needed to develop programs
that use Vitastor SDS client library.
%package -n lib%name-blk %package -n lib%name-blk
Group: System/Libraries Group: System/Libraries
Summary: Vitastor SDS blk library Summary: Vitastor SDS blk library
@ -90,13 +81,15 @@ Summary: Vitastor SDS blk library
%description -n lib%name-blk %description -n lib%name-blk
Vitastor SDS blk library. Vitastor SDS blk library.
%package -n lib%name-blk-devel %package -n lib%name-devel
Group: Development/C++ Group: Development/C++
Summary: Vitastor SDS blk headers Summary: Vitastor SDS headers of client and blk library
License: VNPL-1.1 OR GPL-2.0+
Requires: lib%name-blk = %EVR lib%name-client = %EVR
%description -n lib%name-blk-devel %description -n lib%name-devel
This package contains libraries and headers needed to develop programs This package contains libraries and headers needed to develop programs
that use Vitastor SDS blk library. that use Vitastor SDS library.
%prep %prep
%setup %setup
@ -105,7 +98,10 @@ tar -xf %SOURCE2 -C cpp-btree
tar -xf %SOURCE3 -C json11 tar -xf %SOURCE3 -C json11
%build %build
%cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON %cmake \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DWITH_QEMU=OFF \
-DWITH_FIO=OFF
%cmake_build %cmake_build
%install %install
@ -157,16 +153,19 @@ useradd -r -g %name -s /sbin/nologin -c "Vitastor daemons" -M -d %_localstatedi
%files -n lib%name-blk %files -n lib%name-blk
%_libdir/lib%{name}_blk.so.* %_libdir/lib%{name}_blk.so.*
%files -n lib%name-blk-devel
%_libdir/lib%{name}_blk.so
%files -n lib%name-client %files -n lib%name-client
%_libdir/lib%{name}_client.so.* %_libdir/lib%{name}_client.so.*
%files -n lib%name-client-devel %files -n lib%name-devel
%_libdir/lib%{name}_client.so %_libdir/*.so
%_includedir/*
%changelog %changelog
* Fri Jul 02 2021 Alexey Shabalin <shaba@altlinux.org> 0.6.4-alt2
- build master snapshot 30bb6026818b66bbe05bde38d70673e4633313e9
- package client header to devel package
- merge blk and client devel packages
* Wed May 19 2021 Alexey Shabalin <shaba@altlinux.org> 0.6.4-alt1 * Wed May 19 2021 Alexey Shabalin <shaba@altlinux.org> 0.6.4-alt1
- 0.6.4 - 0.6.4