|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
Summary: The Extensible Binary Meta Language library
|
|
|
|
|
Name: libebml
|
|
|
|
|
Version: 0.7.0
|
|
|
|
|
Release: 0.fdr.1.rh90
|
|
|
|
|
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.0.tar.bz2
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
@ -21,12 +21,11 @@ pendant to XML.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
chmod -x ChangeLog
|
|
|
|
|
|
|
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
make -C make/linux %{?_smp_mflags}
|
|
|
|
|
CXXFLAGS="$RPM_OPT_FLAGS" make -C make/linux %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -52,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.fdr.1
|
|
|
|
|
- Update to 0.7.1.
|
|
|
|
|
- Honor $RPM_OPT_FLAGS.
|
|
|
|
|
|
|
|
|
|
* Mon Jul 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.0-0.fdr.1
|
|
|
|
|
- Update to 0.7.0.
|
|
|
|
|
- Improved 64-bit arch build fix.
|
|
|
|
|