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 <anvil[AT]livna.org> - Initial build.epel8
parent
a1c1ab09e9
commit
387a567127
@ -0,0 +1 @@
|
|||||||
|
libebml-0.6.5.tar.gz
|
@ -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 <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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue