|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Open audio/video container format library
|
|
|
|
|
Name: libmatroska
|
|
|
|
|
Version: 1.4.5
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.4.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: https://www.matroska.org/
|
|
|
|
@ -18,8 +18,8 @@ is usually found as .mkv files (matroska video) and .mka files
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Matroska container format library development files
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: libebml-devel >= 1.3.3
|
|
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
|
|
|
Requires: libebml-devel >= 1.3.4
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
|
@ -37,7 +37,7 @@ will use the Matroska container format.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -51,7 +51,8 @@ rm %{buildroot}%{_libdir}/%{name}.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc ChangeLog LICENSE.LGPL
|
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
|
%doc ChangeLog
|
|
|
|
|
%{_libdir}/%{name}.so.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
@ -61,6 +62,12 @@ rm %{buildroot}%{_libdir}/%{name}.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 18 2017 Dominik Mierzejewski <rpm@greysector.net> - 1.4.7-1
|
|
|
|
|
- Update to 1.4.7 (#1431305)
|
|
|
|
|
- Use license and make build macros
|
|
|
|
|
- Make -devel require the same arch of main package
|
|
|
|
|
- Sync libebml version requirement between main and -devel
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|