Group: Security/Libraries
License: Apache-2.0 and Flora
Source0: %{name}-%{version}.tar.gz
+Source1001: libcryptsvc.manifest
BuildRequires: cmake
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(openssl)
%prep
%setup -q
+cp %{SOURCE1001} .
%build
MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
%postun -p /sbin/ldconfig
%files
+%manifest %{name}.manifest
%license LICENSE.APLv2 LICENSE.Flora
%{_libdir}/*.so*
%files devel
+%manifest %{name}.manifest
%{_includedir}/*
%{_libdir}/pkgconfig/cryptsvc.pc