Summary: The Extensible Binary Meta Language library Name: libebml Version: 0.7.1 Release: 0.fdr.1.1 Epoch: 0 License: LGPL Group: Development/Libraries URL: http://ebml.sourceforge.net/ Source0: http://dl.matroska.org/downloads/libebml/libebml-0.7.1.tar.bz2 Provides: %{name}-devel = %{epoch}:%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) # ----------------------------------------------------------------------------- %description Extensible Binary Meta Language access library A library for reading and writing files with the Extensible Binary Meta Language, a binary pendant to XML. # ----------------------------------------------------------------------------- %prep %setup -q # ----------------------------------------------------------------------------- %build CXXFLAGS="$RPM_OPT_FLAGS" make -C make/linux %{?_smp_mflags} # ----------------------------------------------------------------------------- %install rm -rf $RPM_BUILD_ROOT make -C make/linux \ prefix=$RPM_BUILD_ROOT%{_prefix} libdir=$RPM_BUILD_ROOT%{_libdir} install # ----------------------------------------------------------------------------- %clean rm -rf $RPM_BUILD_ROOT # ----------------------------------------------------------------------------- %files %defattr(-,root,root,-) %doc ChangeLog LICENSE.LGPL %{_includedir}/ebml %{_libdir}/libebml.a # ----------------------------------------------------------------------------- %changelog * Sun Aug 29 2004 Ville Skyttä - 0:0.7.1-0.fdr.1 - Update to 0.7.1. - Honor $RPM_OPT_FLAGS. * 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 * Sun Feb 29 2004 Dams 0:0.6.4-0.fdr.2 - Added licenses file as doc * Thu Sep 4 2003 Dams - Initial build.