|
|
|
@ -1,11 +1,13 @@
|
|
|
|
|
Summary: Extensible Binary Meta Language library
|
|
|
|
|
Name: libebml
|
|
|
|
|
Version: 1.3.5
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.3.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: https://www.matroska.org/
|
|
|
|
|
Source: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Extensible Binary Meta Language access library A library for reading
|
|
|
|
@ -17,6 +19,8 @@ pendant to XML.
|
|
|
|
|
Summary: Development files for the Extensible Binary Meta Language library
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: cmake-filesystem
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Extensible Binary Meta Language access library A library for reading
|
|
|
|
@ -32,31 +36,40 @@ will use the Extensible Binary Meta Language library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
%cmake
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc ChangeLog LICENSE.LGPL
|
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
|
%doc ChangeLog
|
|
|
|
|
%{_libdir}/%{name}.so.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/ebml/
|
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
%{_libdir}/cmake/ebml/EbmlConfig.cmake
|
|
|
|
|
%{_libdir}/cmake/ebml/EbmlConfigVersion.cmake
|
|
|
|
|
%{_libdir}/cmake/ebml/EbmlTargets-noconfig.cmake
|
|
|
|
|
%{_libdir}/cmake/ebml/EbmlTargets.cmake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 23 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.3.6-1
|
|
|
|
|
- update to 1.3.6 (#1570224)
|
|
|
|
|
- add BR: gcc for https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
|
|
|
|
|
- switch build system to cmake
|
|
|
|
|
- add missing dependencies to -devel subpackage
|
|
|
|
|
- use license and ldconfig_scriptlets macros
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|