- Taking over as maintainer since Anvil has other priorities

- Drop static lib from -devel package
- FE6 Rebuild
epel8
Hans de Goede 19 years ago
parent 270ea0e2e8
commit f25133f1ce

@ -1,11 +1,11 @@
Summary: Extensible Binary Meta Language library Summary: Extensible Binary Meta Language library
Name: libebml Name: libebml
Version: 0.7.7 Version: 0.7.7
Release: 1%{?dist} Release: 2%{?dist}
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.matroska.org/ 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
%description %description
@ -42,8 +42,9 @@ make -C make/linux \
prefix=$RPM_BUILD_ROOT%{_prefix} \ prefix=$RPM_BUILD_ROOT%{_prefix} \
libdir=$RPM_BUILD_ROOT%{_libdir} \ libdir=$RPM_BUILD_ROOT%{_libdir} \
install install
rm $RPM_BUILD_ROOT%{_libdir}/%{name}.a
# Needed for proper stripping of the library (still in 0.7.6) # 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 %clean
@ -51,22 +52,27 @@ rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%doc ChangeLog LICENSE.LGPL %doc ChangeLog LICENSE.LGPL
%{_libdir}/libebml.so.* %{_libdir}/%{name}.so.*
%files devel %files devel
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%{_includedir}/ebml/ %{_includedir}/ebml/
%{_libdir}/libebml.a %{_libdir}/%{name}.so
%{_libdir}/libebml.so
%changelog %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 * Wed Apr 12 2006 Dams <anvil[AT]livna.org> - 0.7.7-1
- Updated to 0.7.7 - Updated to 0.7.7

@ -1 +0,0 @@
http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild
Loading…
Cancel
Save