OCF: initialized to 21.6.3.1

initialized to 21.6.3.1

Signed-off-by: Kemeng Shi <shikemeng@huawei.com>
This commit is contained in:
Kemeng Shi 2022-12-29 10:48:09 +08:00 committed by euleroswander
parent c6bc12a729
commit a5d1401560
2 changed files with 39 additions and 0 deletions

39
ocf.spec Normal file
View File

@ -0,0 +1,39 @@
Name: ocf
Version: 21.6.3.1
Release: 1
Summary: high performance block storage caching meta-library written in C
License: BSD-3-Clause
URL: https://github.com/Open-CAS/ocf
Source0: https://github.com/Open-CAS/ocf/archive/refs/tags/v21.6.3.1.tar.gz
%description
Open CAS Framework (OCF) is high performance block storage caching
meta-library written in C. It's entirely platform and system
independent, accessing system API through user provided environment
wrappers layer. OCF tightly integrates with the rest of software stack,
providing flawless, high performance, low latency caching utility.
%package devel
Summary: source code package
BuildArch: noarch
%description devel
This package contains source code of OCF and can be futher intergrated
to project to accelerate low performance block storage with high
performance block storage.
%prep
%autosetup -n %{name}-%{version} -p1
%install
install -d $RPM_BUILD_ROOT/usr/src/%{name}-%{version}
cp -a * $RPM_BUILD_ROOT/usr/src/%{name}-%{version}
%files devel
%dir /usr/src
/usr/src/%{name}-%{version}/
%changelog
* Thu Dec 29 2022 shikemeng <shikemeng@huawei.com> - 21.6.3.1-1
- Initialize OCF to 21.6.3.1

BIN
v21.6.3.1.tar.gz Normal file

Binary file not shown.