From 97f4d3cd6f4434e98112744da6fb4e1b5c5dfd39 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:09:55 +0100 Subject: [PATCH] automatic version update by autodist [release 1.3.6-1mamba;Sun Jul 29 2018] --- libebml.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/libebml.spec b/libebml.spec index b7b5429..2087c1a 100644 --- a/libebml.spec +++ b/libebml.spec @@ -1,5 +1,5 @@ Name: libebml -Version: 1.3.5 +Version: 1.3.6 Release: 1mamba Summary: Extensible Binary Meta Language library Group: System/Libraries @@ -35,14 +35,13 @@ This package contains the files required to rebuild applications which will use chmod -x ChangeLog %build -%configure \ - --includedir=%{_includedir}/ebml +%cmake -d build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%makeinstall -C build chmod +x %{buildroot}%{_libdir}/*.so.* %clean @@ -60,13 +59,16 @@ chmod +x %{buildroot}%{_libdir}/*.so.* %defattr(-, root, root) %dir %{_includedir}/ebml/ %{_includedir}/ebml/* -%{_libdir}/libebml.a %{_libdir}/libebml.so -%{_libdir}/libebml.la %{_libdir}/pkgconfig/libebml.pc +%dir %{_libdir}/cmake/ebml +%{_libdir}/cmake/ebml/Ebml*.cmake %doc ChangeLog %changelog +* Sun Jul 29 2018 Automatic Build System 1.3.6-1mamba +- automatic version update by autodist + * Thu Dec 07 2017 Silvan Calarco 1.3.5-1mamba - update to 1.3.5