|
|
@ -1,13 +1,13 @@
|
|
|
|
Summary: Open audio/video container format library
|
|
|
|
Summary: Open audio/video container format library
|
|
|
|
Name: libmatroska
|
|
|
|
Name: libmatroska
|
|
|
|
Version: 1.1.0
|
|
|
|
Version: 1.2.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://www.matroska.org/
|
|
|
|
URL: http://www.matroska.org/
|
|
|
|
Source0: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
Source0: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
|
|
|
BuildRequires: libebml-devel >= 1.2.0
|
|
|
|
BuildRequires: libebml-devel >= 1.2.1
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
@ -20,7 +20,7 @@ is usually found as .mkv files (matroska video) and .mka files
|
|
|
|
Summary: Matroska container format library development files
|
|
|
|
Summary: Matroska container format library development files
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: libebml-devel >= 1.0.0
|
|
|
|
Requires: libebml-devel >= 1.2.1
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jul 14 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.2.0-1
|
|
|
|
|
|
|
|
- Update to 1.2.0
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 14 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.1.0-1
|
|
|
|
* Mon Feb 14 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.1.0-1
|
|
|
|
- New release 1.1.0
|
|
|
|
- New release 1.1.0
|
|
|
|
|
|
|
|
|
|
|
|