From f25133f1ce3a3f3a4082a3a0c46894f2ab8a1da9 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 28 Aug 2006 11:46:11 +0000 Subject: [PATCH] - Taking over as maintainer since Anvil has other priorities - Drop static lib from -devel package - FE6 Rebuild --- libebml.spec | 18 ++++++++++++------ needs.rebuild | 1 - 2 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 needs.rebuild diff --git a/libebml.spec b/libebml.spec index 8e52ecb..595b475 100644 --- a/libebml.spec +++ b/libebml.spec @@ -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 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 - 0.7.7-1 - Updated to 0.7.7 diff --git a/needs.rebuild b/needs.rebuild deleted file mode 100644 index 815fd29..0000000 --- a/needs.rebuild +++ /dev/null @@ -1 +0,0 @@ -http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild