diff --git a/libmatroska.spec b/libmatroska.spec index 77ed928..318d438 100644 --- a/libmatroska.spec +++ b/libmatroska.spec @@ -1,11 +1,11 @@ Summary: Open audio/video container format library Name: libmatroska Version: 0.8.0 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.matroska.org/ -Source0: http://dl.matroska.org/downloads/libmatroska/libmatroska-%{version}.tar.bz2 +Source0: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: libebml-devel >= 0.7.6 @@ -46,8 +46,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.8.0) -chmod +x $RPM_BUILD_ROOT%{_libdir}/libmatroska.so.* +chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.* %clean @@ -55,22 +56,26 @@ rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig %files -%defattr(-,root,root,0755) +%defattr(-,root,root,-) %doc ChangeLog LICENSE.LGPL -%{_libdir}/libmatroska.so.* +%{_libdir}/%{name}.so.* %files devel -%defattr(-,root,root,0755) +%defattr(-,root,root,-) %{_includedir}/matroska/ -%{_libdir}/libmatroska.a -%{_libdir}/libmatroska.so +%{_libdir}/%{name}.so %changelog +* Mon Aug 28 2006 Hans de Goede 0.8.0-4 +- Drop static lib from -devel package +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 0.8.0-3 - Taking over as maintainer since Anvil has other priorities - Long long due rebuild with new gcc for FC-5, it seems this may have already 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