automatic version update by autodist [release 1.7.0-1mamba;Sat Oct 08 2022]
This commit is contained in:
parent
7cdfb6282b
commit
850cb19bb6
@ -1,12 +1,12 @@
|
|||||||
Name: libmatroska
|
Name: libmatroska
|
||||||
Version: 1.6.3
|
Version: 1.7.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Multimedia container format library
|
Summary: Multimedia container format library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
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/libmatroska/libmatroska-%{version}.tar.xz
|
Source: http://dl.matroska.org/downloads/libmatroska/libmatroska-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -16,7 +16,6 @@ BuildRequires: libgcc
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libebml-devel >= 1.3.0
|
BuildRequires: libebml-devel >= 1.3.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
In short, matroska is a new Audio/Video container file format.
|
In short, matroska is a new Audio/Video container file format.
|
||||||
@ -39,6 +38,8 @@ And full featured because it includes precise seeking, any audio/video/subtitle
|
|||||||
All these features are not yet implemented but already defined in the format.
|
All these features are not yet implemented but already defined in the format.
|
||||||
This package contains the required files to develop programs that will use the Matroska container format library.
|
This package contains the required files to develop programs that will use the Matroska container format library.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -75,9 +76,11 @@ chmod +x %{buildroot}%{_libdir}/*.so.*
|
|||||||
%{_libdir}/pkgconfig/libmatroska.pc
|
%{_libdir}/pkgconfig/libmatroska.pc
|
||||||
%dir %{_libdir}/cmake/Matroska
|
%dir %{_libdir}/cmake/Matroska
|
||||||
%{_libdir}/cmake/Matroska/Matroska*.cmake
|
%{_libdir}/cmake/Matroska/Matroska*.cmake
|
||||||
%doc ChangeLog
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 08 2022 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Feb 19 2021 Automatic Build System <autodist@mambasoft.it> 1.6.3-1mamba
|
* Fri Feb 19 2021 Automatic Build System <autodist@mambasoft.it> 1.6.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user