|
|
@ -1,12 +1,14 @@
|
|
|
|
Summary: Extensible Binary Meta Language library
|
|
|
|
Summary: Extensible Binary Meta Language library
|
|
|
|
Name: libebml
|
|
|
|
Name: libebml
|
|
|
|
Version: 1.3.6
|
|
|
|
Version: 1.3.7
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://www.matroska.org/
|
|
|
|
URL: https://www.matroska.org/
|
|
|
|
Source: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
Source: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: cmake
|
|
|
|
Patch0: %{name}-use-system-utf8cpp.patch
|
|
|
|
|
|
|
|
BuildRequires: cmake3
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
|
|
|
BuildRequires: utf8cpp-devel
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Extensible Binary Meta Language access library A library for reading
|
|
|
|
Extensible Binary Meta Language access library A library for reading
|
|
|
@ -17,7 +19,7 @@ pendant to XML.
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for the Extensible Binary Meta Language library
|
|
|
|
Summary: Development files for the Extensible Binary Meta Language library
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: cmake-filesystem
|
|
|
|
Requires: %{_libdir}/cmake
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
@ -31,10 +33,12 @@ will use the Extensible Binary Meta Language library.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%patch0 -p1 -b .utf8cpp
|
|
|
|
|
|
|
|
rm -r src/lib/utf8-cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cmake .
|
|
|
|
%cmake3 .
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -48,12 +52,13 @@ make %{?_smp_mflags}
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
%doc ChangeLog
|
|
|
|
%doc ChangeLog
|
|
|
|
%{_libdir}/%{name}.so.*
|
|
|
|
%{_libdir}/%{name}.so.4*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/ebml/
|
|
|
|
%{_includedir}/ebml/
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
%dir %{_libdir}/cmake/ebml
|
|
|
|
%{_libdir}/cmake/ebml/EbmlConfig.cmake
|
|
|
|
%{_libdir}/cmake/ebml/EbmlConfig.cmake
|
|
|
|
%{_libdir}/cmake/ebml/EbmlConfigVersion.cmake
|
|
|
|
%{_libdir}/cmake/ebml/EbmlConfigVersion.cmake
|
|
|
|
%{_libdir}/cmake/ebml/EbmlTargets-noconfig.cmake
|
|
|
|
%{_libdir}/cmake/ebml/EbmlTargets-noconfig.cmake
|
|
|
@ -61,6 +66,11 @@ make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jun 07 2019 Dominik Mierzejewski <rpm@greysector.net> - 1.3.7-1
|
|
|
|
|
|
|
|
- update to 1.3.7
|
|
|
|
|
|
|
|
- unbundle utf8cpp
|
|
|
|
|
|
|
|
- fix unowned %%{_libdir}/cmake/ebml directory
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-3
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|