Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a525e3d6b | ||
|
|
5a8c47f713 | ||
|
|
75b4380d12 | ||
|
|
589427e7f4 | ||
|
|
fd93d43531 | ||
|
|
5a11f955cc |
1 changed files with 6 additions and 2 deletions
|
|
@ -52,6 +52,11 @@ library, libzck.
|
|||
rm -rf src/lib/hash/sha*
|
||||
|
||||
%build
|
||||
#Needed for EL6
|
||||
%global _vpath_srcdir .
|
||||
%global _vpath_builddir build
|
||||
%global __global_ldflags ""
|
||||
|
||||
%meson -Dwith-openssl=enabled -Dwith-zstd=enabled
|
||||
%meson_build
|
||||
|
||||
|
|
@ -72,8 +77,7 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
|
|||
%{_libexecdir}/zck_gen_xml_dictionary
|
||||
|
||||
%files libs
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%doc README.md LICENSE
|
||||
%{_libdir}/libzck.so.*
|
||||
|
||||
%files devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue