Summary: Musepack audio decoding library Name: libmusepack Version: 1.0.3 Release: 1.n0i.1 License: LGPL Group: System Environment/Libraries URL: http://www.musepack.net/ Source0: http://www.saunalahti.fi/grimmel/musepack.net/source/libmusepack-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gcc-c++ %description Musepack is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file. It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code. %package devel Summary: Development files for the Musepack audio decoding library Group: Development/Libraries Requires: %{name} = %{version} %description devel Musepack is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file. It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code. %prep %setup -n %{name}-%{version} %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root, 0755) %{_libdir}/*.so.* %files devel %defattr(-, root, root, 0755) %{_includedir}/musepack/ %{_libdir}/*.so %exclude %{_libdir}/*.la %changelog * Wed Dec 29 2004 Marius FERARU 1.0.3-1.n0i.1 - version 1.0.3 - adapted spec to official fedora style - updated spec: autotools are used by vendor now :) - updated source URL * Fri Nov 26 2004 Matthias Saou 1.0.2-1 - Initial RPM release. - Include the mandatory copy of the LGPL (there is none in the sources...).