]> git.pld-linux.org Git - packages/libebml.git/blobdiff - libebml.spec
- fix building with gcc 11, rel 3
[packages/libebml.git] / libebml.spec
index 3e7e941aa2696bd5f83fac389bb5cf293a83134f..700f71523264cbcb963b4f22b93519a46d7a17d1 100644 (file)
@@ -6,15 +6,17 @@ Summary:      Extensible Binary Meta Language access library
 Summary(pl.UTF-8):     Biblioteka dostępu rozszerzalnego metajęzyka binarnego
 Name:          libebml
 Version:       1.4.2
-Release:       1
+Release:       3
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       https://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.xz
 # Source0-md5: 194095f4315334fcedacb4900c59c014
+Patch0:                gcc11.patch
 URL:           https://www.matroska.org/
 BuildRequires: cmake >= 3.1.2
 BuildRequires: libstdc++-devel >= 6:4.7
 BuildRequires: rpmbuild(macros) >= 1.605
+BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -55,6 +57,7 @@ Statyczna wersja biblioteki rozszerzalnego metajęzyka binarnego.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # .pc file generation expects relative CMAKE_INSTALL_{INCLUDE,LIB}DIR
This page took 0.076038 seconds and 4 git commands to generate.