automatic version update by autodist [release 1.3.6-1mamba;Sun Jul 29 2018]

This commit is contained in:
Automatic Build System 2024-01-06 04:09:55 +01:00
parent e69814128b
commit 97f4d3cd6f

View File

@ -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 <autodist@mambasoft.it> 1.3.6-1mamba
- automatic version update by autodist
* Thu Dec 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.5-1mamba
- update to 1.3.5