From 7283c5ccf9965b01514ccd31cfa14eec4369ba62 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 04:42:18 +0000 Subject: [PATCH] auto-import changelog data from libebml-0.7.0-0.fdr.1.rh90.src.rpm 0.7.0-0.fdr.1 - Update to 0.7.0. - Improved 64-bit arch build fix. 0.6.5-0.fdr.2 - Change linux makefile to use lib64 ifarch x86_64 for sane build --- .cvsignore | 2 +- libebml.spec | 24 ++++++++++++++++-------- sources | 2 +- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index 29641de..6576782 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libebml-0.6.5.tar.gz +libebml-0.7.0.tar.bz2 diff --git a/libebml.spec b/libebml.spec index 146c45f..82b4422 100644 --- a/libebml.spec +++ b/libebml.spec @@ -1,13 +1,12 @@ Summary: The Extensible Binary Meta Language library Name: libebml -Version: 0.6.5 -Release: 0.fdr.1.rh80 +Version: 0.7.0 +Release: 0.fdr.1.rh90 Epoch: 0 -License: GPL/QPL +License: LGPL Group: Development/Libraries URL: http://ebml.sourceforge.net/ -# http://dl.matroska.org/downloads/libebml/libebml-0.6.4.tar.gz -Source0: %{name}-%{version}.tar.gz +Source0: http://dl.matroska.org/downloads/libebml/libebml-0.7.0.tar.bz2 Provides: %{name}-devel = %{epoch}:%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) @@ -22,17 +21,19 @@ pendant to XML. %prep %setup -q +chmod -x ChangeLog # ----------------------------------------------------------------------------- %build -make -C make/linux %{?_smp_mflags} prefix=%{_prefix} +make -C make/linux %{?_smp_mflags} # ----------------------------------------------------------------------------- %install rm -rf $RPM_BUILD_ROOT -make install -C make/linux prefix=$RPM_BUILD_ROOT%{_prefix} +make -C make/linux \ + prefix=$RPM_BUILD_ROOT%{_prefix} libdir=$RPM_BUILD_ROOT%{_libdir} install # ----------------------------------------------------------------------------- @@ -44,13 +45,20 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc LICENSE.QPL LICENSE.GPL +%doc ChangeLog LICENSE.LGPL %{_includedir}/ebml %{_libdir}/libebml.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.5-0.fdr.2 +- Change linux makefile to use lib64 ifarch x86_64 for sane build + * Sun Apr 4 2004 Dams 0:0.6.5-0.fdr.1 - Updated to 0.6.5 diff --git a/sources b/sources index 75718ae..fbde2f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -417d2597e4310458a74e6db32fb13632 libebml-0.6.5.tar.gz +c6a440f1f3fa4a49243437cc03a70658 libebml-0.7.0.tar.bz2