%define debug_package %{nil} Name: aff4-cpp-lite Summary: aff4 libraries from GitHub Version: 2.1.1pre Release: 1%{?dist} License: LGPL-3.0-or-later Group: Applications/System URL: https://github.com/aff4/aff4-cpp-lite Source0: %{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: fuse zlib BuildRequires: cmake fuse-devel zlib-devel snappy-devel raptor2-devel cppunit-devel lz4-devel libtool automake afflib-devel libewf-devel gcc gcc-c++ %description A lightweight C++/C AFF4 reader library. The Advanced Forensics Format 4 (AFF4) is an extensible open format for the storage of disk images and related forensic metadata. AFF was originally developed by Simson Garfinkel and Basis Technology. AFF4 builds upon many of the concepts developed in AFF and was developed by Michael Cohen, Simson Garfinkel, and Bradley Schatz. %prep %setup -q ./autogen.sh ./configure --prefix=/usr %build make %{?_smp_mflags} %install %{__make} DESTDIR=%{buildroot} install %clean rm -fr %{buildroot} %post %preun %postun %files %defattr(-,root,root) %{_bindir}/* # % {_mandir}/* %{_exec_prefix}/lib/* %{_exec_prefix}/include/aff4/* %doc AUTHORS COPYING INSTALL NEWS README.md %changelog * Sun Aug 31 2025 BC Ling 2.1.1-pre * Release 2.1.1-pre See NEWS for details — build package