diff --git a/.cvsignore b/.cvsignore index e69de29..9efcbf9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libmatroska-0.6.3.tar.gz diff --git a/libmatroska.spec b/libmatroska.spec new file mode 100644 index 0000000..ded37ab --- /dev/null +++ b/libmatroska.spec @@ -0,0 +1,66 @@ +Summary: An open Audio/Video container format +Name: libmatroska +Version: 0.6.3 +Release: 0.fdr.3.rh80 +Epoch: 0 +License: GPL/QPL +Group: Development/Libraries +URL: http://matroska.org/ +# http://dl.matroska.org/downloads/libmatroska/libmatroska-0.6.3.tar.gz +Source0: %{name}-%{version}.tar.gz +Provides: %{name}-devel = %{epoch}:%{version}-%{release} +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) +BuildRequires: libebml-devel +Requires: libebml-devel + +# ----------------------------------------------------------------------------- + +%description +An extensible open standard Audio/Video container format Matroska is +aiming to become the standard of Multimedia Container Formats one +day. It is based on EBML (Extensible Binary Meta Language), a kind of +binary version of XML. This way the significant advantages in terms of +future format extensibility + +# ----------------------------------------------------------------------------- + +%prep +%setup -q + +# ----------------------------------------------------------------------------- + +%build +make -C make/linux %{?_smp_mflags} prefix=%{_prefix} library + +# ----------------------------------------------------------------------------- + +%install +rm -rf $RPM_BUILD_ROOT +make -C make/linux %{?_smp_mflags} prefix=$RPM_BUILD_ROOT%{_prefix} install + +# ----------------------------------------------------------------------------- + +%clean +rm -rf $RPM_BUILD_ROOT + +# ----------------------------------------------------------------------------- + +%files +%defattr(-,root,root,-) +%doc LICENSE.QPL LICENSE.GPL +%{_includedir}/matroska +%{_libdir}/libmatroska.a + +# ----------------------------------------------------------------------------- + +%changelog +* Sat Apr 3 2004 Dams 0:0.6.3-0.fdr.3 +- Typo in description + +* Sun Feb 29 2004 Dams 0:0.6.3-0.fdr.2 +- Added license files as doc +- Requires libebml-devel (headers needed) + +* Sat Feb 28 2004 Dams +- Initial build. + diff --git a/sources b/sources index e69de29..fb0103b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +196801f6321badf0461c8760edd86841 libmatroska-0.6.3.tar.gz