diff --git a/libebml.spec b/libebml.spec index db4c6f9..941861e 100644 --- a/libebml.spec +++ b/libebml.spec @@ -1,56 +1,51 @@ Summary: The Extensible Binary Meta Language library Name: libebml -Version: 0.7.1 -Release: 0.fdr.1.2 -Epoch: 0 +Version: 0.7.2 +Release: 2 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} +Source: http://dl.matroska.org/downloads/libebml/libebml-%{version}.tar.bz2 +Provides: %{name}-devel = %{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,-) +%defattr(-,root,root,0755) %doc ChangeLog LICENSE.LGPL %{_includedir}/ebml %{_libdir}/libebml.a -# ----------------------------------------------------------------------------- %changelog +* Wed Nov 10 2004 Matthias Saou 0.7.2-2 +- Update to 0.7.2. +- Bump release to provide Extras upgrade path. + * Sun Aug 29 2004 Ville Skyttä - 0:0.7.1-0.fdr.1 - Update to 0.7.1. - Honor $RPM_OPT_FLAGS.