diff --git a/.cvsignore b/.cvsignore index 9efcbf9..73b7a74 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libmatroska-0.6.3.tar.gz +libmatroska-0.7.0.tar.bz2 diff --git a/libmatroska.spec b/libmatroska.spec index ded37ab..fcd6513 100644 --- a/libmatroska.spec +++ b/libmatroska.spec @@ -1,13 +1,12 @@ Summary: An open Audio/Video container format Name: libmatroska -Version: 0.6.3 -Release: 0.fdr.3.rh80 +Version: 0.7.0 +Release: 0.fdr.1.rh90 Epoch: 0 -License: GPL/QPL +License: LGPL Group: Development/Libraries URL: http://matroska.org/ -# http://dl.matroska.org/downloads/libmatroska/libmatroska-0.6.3.tar.gz -Source0: %{name}-%{version}.tar.gz +Source0: http://dl.matroska.org/downloads/libmatroska/libmatroska-0.7.0.tar.bz2 Provides: %{name}-devel = %{epoch}:%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: libebml-devel @@ -30,13 +29,14 @@ future format extensibility # ----------------------------------------------------------------------------- %build -make -C make/linux %{?_smp_mflags} prefix=%{_prefix} library +make -C make/linux %{?_smp_mflags} # ----------------------------------------------------------------------------- %install rm -rf $RPM_BUILD_ROOT -make -C make/linux %{?_smp_mflags} prefix=$RPM_BUILD_ROOT%{_prefix} install +make -C make/linux \ + prefix=$RPM_BUILD_ROOT%{_prefix} libdir=$RPM_BUILD_ROOT%{_libdir} install # ----------------------------------------------------------------------------- @@ -47,13 +47,20 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc LICENSE.QPL LICENSE.GPL +%doc ChangeLog LICENSE.LGPL %{_includedir}/matroska %{_libdir}/libmatroska.a # ----------------------------------------------------------------------------- %changelog +* Mon Jul 12 2004 Ville Skyttä - 0:0.7.0-0.fdr.1 +- Update to 0.7.0. +- Improved 64-bit arch build fix. + +* Wed May 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.6.3-0.fdr.4 +- Change linux makefile to use lib64 ifarch x86_64 for sane build + * Sat Apr 3 2004 Dams 0:0.6.3-0.fdr.3 - Typo in description diff --git a/sources b/sources index fb0103b..41c1366 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -196801f6321badf0461c8760edd86841 libmatroska-0.6.3.tar.gz +a475bb70d6a07b3ecd56e6cc3a6770e3 libmatroska-0.7.0.tar.bz2