automatic version update by autodist [release 1.4.3-1mamba;Sun Oct 02 2022]

This commit is contained in:
Automatic Build System 2024-01-06 04:09:56 +01:00
parent eebccaaa6b
commit d371151c7d

View File

@ -1,12 +1,12 @@
Name: libebml Name: libebml
Version: 1.4.2 Version: 1.4.3
Release: 1mamba Release: 1mamba
Summary: Extensible Binary Meta Language library Summary: Extensible Binary Meta Language library
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.matroska.org/ URL: https://www.matroska.org/index.html
Source: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz Source: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -14,7 +14,6 @@ BuildRequires: glibc-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
%description %description
This library is used for I/O operations in the Extensible Binary Meta Language This library is used for I/O operations in the Extensible Binary Meta Language
@ -29,10 +28,10 @@ Requires: %{name} = %{version}
This library is used for I/O operations in the Extensible Binary Meta Language (EBML), which is a kind of binary version of XML. This library is used for I/O operations in the Extensible Binary Meta Language (EBML), which is a kind of binary version of XML.
This package contains the files required to rebuild applications which will use the Extensible Binary Meta Language. This package contains the files required to rebuild applications which will use the Extensible Binary Meta Language.
%debug_package
%prep %prep
%setup -q %setup -q
# fix strange mode for this text file
chmod -x ChangeLog
%build %build
%cmake -d build %cmake -d build
@ -63,9 +62,12 @@ chmod +x %{buildroot}%{_libdir}/*.so.*
%{_libdir}/pkgconfig/libebml.pc %{_libdir}/pkgconfig/libebml.pc
%dir %{_libdir}/cmake/EBML %dir %{_libdir}/cmake/EBML
%{_libdir}/cmake/EBML/EBML*.cmake %{_libdir}/cmake/EBML/EBML*.cmake
%doc ChangeLog %doc README.md
%changelog %changelog
* Sun Oct 02 2022 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
- automatic version update by autodist
* Thu Feb 18 2021 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba * Thu Feb 18 2021 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
- automatic version update by autodist - automatic version update by autodist