automatic version update by autodist [release 1.3.6-1mamba;Sun Jul 29 2018]
This commit is contained in:
parent
e69814128b
commit
97f4d3cd6f
14
libebml.spec
14
libebml.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libebml
|
Name: libebml
|
||||||
Version: 1.3.5
|
Version: 1.3.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Extensible Binary Meta Language library
|
Summary: Extensible Binary Meta Language library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -35,14 +35,13 @@ This package contains the files required to rebuild applications which will use
|
|||||||
chmod -x ChangeLog
|
chmod -x ChangeLog
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%cmake -d build
|
||||||
--includedir=%{_includedir}/ebml
|
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
chmod +x %{buildroot}%{_libdir}/*.so.*
|
chmod +x %{buildroot}%{_libdir}/*.so.*
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -60,13 +59,16 @@ chmod +x %{buildroot}%{_libdir}/*.so.*
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%dir %{_includedir}/ebml/
|
%dir %{_includedir}/ebml/
|
||||||
%{_includedir}/ebml/*
|
%{_includedir}/ebml/*
|
||||||
%{_libdir}/libebml.a
|
|
||||||
%{_libdir}/libebml.so
|
%{_libdir}/libebml.so
|
||||||
%{_libdir}/libebml.la
|
|
||||||
%{_libdir}/pkgconfig/libebml.pc
|
%{_libdir}/pkgconfig/libebml.pc
|
||||||
|
%dir %{_libdir}/cmake/ebml
|
||||||
|
%{_libdir}/cmake/ebml/Ebml*.cmake
|
||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
|
|
||||||
%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
|
* Thu Dec 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.5-1mamba
|
||||||
- update to 1.3.5
|
- update to 1.3.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user