You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.7 KiB
64 lines
1.7 KiB
21 years ago
|
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 <anvil[AT]livna.org> 0:0.6.5-0.fdr.1
|
||
|
- Updated to 0.6.5
|
||
|
|
||
|
* Sun Feb 29 2004 Dams <anvil[AT]livna.org> 0:0.6.4-0.fdr.2
|
||
|
- Added licenses file as doc
|
||
|
|
||
|
* Thu Sep 4 2003 Dams <anvil[AT]livna.org>
|
||
|
- Initial build.
|
||
|
|
||
|
|