|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Summary: Extensible Binary Meta Language library
|
|
|
|
|
Name: libebml
|
|
|
|
|
Version: 0.7.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://www.matroska.org/
|
|
|
|
|
Source: http://dl.matroska.org/downloads/libebml/libebml-%{version}.tar.bz2
|
|
|
|
|
Source: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -42,8 +42,9 @@ make -C make/linux \
|
|
|
|
|
prefix=$RPM_BUILD_ROOT%{_prefix} \
|
|
|
|
|
libdir=$RPM_BUILD_ROOT%{_libdir} \
|
|
|
|
|
install
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/%{name}.a
|
|
|
|
|
# Needed for proper stripping of the library (still in 0.7.6)
|
|
|
|
|
chmod +x $RPM_BUILD_ROOT%{_libdir}/libebml.so.*
|
|
|
|
|
chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
@ -51,22 +52,27 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,0755)
|
|
|
|
|
%doc ChangeLog LICENSE.LGPL
|
|
|
|
|
%{_libdir}/libebml.so.*
|
|
|
|
|
%{_libdir}/%{name}.so.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,0755)
|
|
|
|
|
%{_includedir}/ebml/
|
|
|
|
|
%{_libdir}/libebml.a
|
|
|
|
|
%{_libdir}/libebml.so
|
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 0.7.7-2
|
|
|
|
|
- Taking over as maintainer since Anvil has other priorities
|
|
|
|
|
- Drop static lib from -devel package
|
|
|
|
|
- FE6 Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Apr 12 2006 Dams <anvil[AT]livna.org> - 0.7.7-1
|
|
|
|
|
- Updated to 0.7.7
|
|
|
|
|
|
|
|
|
|