From e0fe11cb5b933eacd6e72d65e7850c9ecb1654e4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 1 Apr 2006 18:02:00 +0000 Subject: [PATCH] auto-import libmpcdec-1.2.2-1 on branch devel from libmpcdec-1.2.2-1.src.rpm --- .cvsignore | 1 + libmpcdec.spec | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 88 insertions(+) create mode 100644 libmpcdec.spec diff --git a/.cvsignore b/.cvsignore index e69de29..bcea35b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libmpcdec-1.2.2.tar.bz2 diff --git a/libmpcdec.spec b/libmpcdec.spec new file mode 100644 index 0000000..9178e8b --- /dev/null +++ b/libmpcdec.spec @@ -0,0 +1,86 @@ + +Summary: Musepack audio decoding library +Name: libmpcdec +Version: 1.2.2 +Release: 1%{?dist} + +License: LGPL +Group: System Environment/Libraries +URL: http://www.musepack.net/ +Source: http://files2.musepack.net/source/libmpcdec-1.2.2.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%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}-%{release} +%description devel +%{summary}. + + +%prep +%setup -q + + +%build +%configure --disable-static + +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT + +make install DESTDIR=$RPM_BUILD_ROOT + +#Unpackaged files +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING README +%{_libdir}/lib*.so.* + +%files devel +%defattr(-,root,root,-) +%doc docs/html/* +%{_includedir}/* +%{_libdir}/lib*.so + + +%changelog +* Thu Jan 19 2006 Rex Dieter 1.2.2-1 +- libmpcdec-1.2.2 + +* Thu Jan 19 2006 Rex Dieter 1.1-2 +- cleanup + +* Fri Jun 17 2005 Mihai Maties 1.1-1 +- update to 1.1 +- changed license to BSD +- updated the spec to use autotools + +* 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...). + diff --git a/sources b/sources index e69de29..4706fd6 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +f14e07285b9b102a806649074c1d779b libmpcdec-1.2.2.tar.bz2