From 387a567127b168b4dd239d995dea5704fff2df4a Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 04:42:12 +0000 Subject: [PATCH] auto-import changelog data from libebml-0.6.5-0.fdr.1.rh80.src.rpm 0.6.5-0.fdr.1 - Updated to 0.6.5 0.6.4-0.fdr.2 - Added licenses file as doc Thu Sep 04 2003 Dams - Initial build. --- .cvsignore | 1 + libebml.spec | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 65 insertions(+) create mode 100644 libebml.spec diff --git a/.cvsignore b/.cvsignore index e69de29..29641de 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libebml-0.6.5.tar.gz diff --git a/libebml.spec b/libebml.spec new file mode 100644 index 0000000..146c45f --- /dev/null +++ b/libebml.spec @@ -0,0 +1,63 @@ +Summary: The Extensible Binary Meta Language library +Name: libebml +Version: 0.6.5 +Release: 0.fdr.1.rh80 +Epoch: 0 +License: GPL/QPL +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 +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 +make -C make/linux %{?_smp_mflags} prefix=%{_prefix} + +# ----------------------------------------------------------------------------- + +%install +rm -rf $RPM_BUILD_ROOT +make install -C make/linux prefix=$RPM_BUILD_ROOT%{_prefix} + +# ----------------------------------------------------------------------------- + +%clean +rm -rf $RPM_BUILD_ROOT + + +# ----------------------------------------------------------------------------- + +%files +%defattr(-,root,root,-) +%doc LICENSE.QPL LICENSE.GPL +%{_includedir}/ebml +%{_libdir}/libebml.a + +# ----------------------------------------------------------------------------- + +%changelog +* 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. + + diff --git a/sources b/sources index e69de29..75718ae 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +417d2597e4310458a74e6db32fb13632 libebml-0.6.5.tar.gz