| 1 | Summary: Musepack audio decoding library |
|---|
| 2 | Name: libmpcdec |
|---|
| 3 | Version: 1.2.6 |
|---|
| 4 | Release: 1%{?_dist_release} |
|---|
| 5 | |
|---|
| 6 | License: BSD |
|---|
| 7 | Group: System Environment/Libraries |
|---|
| 8 | URL: http://www.musepack.net/ |
|---|
| 9 | Source0: http://files.musepack.net/source/libmpcdec-%{version}.tar.bz2 |
|---|
| 10 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 11 | |
|---|
| 12 | %description |
|---|
| 13 | Musepack is an audio compression format with a strong emphasis on high quality. |
|---|
| 14 | It's not lossless, but it is designed for transparency, so that you won't be |
|---|
| 15 | able to hear differences between the original wave file and the much smaller |
|---|
| 16 | MPC file. |
|---|
| 17 | It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly developed |
|---|
| 18 | and vastly improved and is now at an advanced stage in which it contains |
|---|
| 19 | heavily optimized and patentless code. |
|---|
| 20 | |
|---|
| 21 | %package devel |
|---|
| 22 | Summary: Development files for the Musepack audio decoding library |
|---|
| 23 | Group: Development/Libraries |
|---|
| 24 | Requires: %{name} = %{version}-%{release} |
|---|
| 25 | %description devel |
|---|
| 26 | %{summary}. |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | %prep |
|---|
| 30 | %setup -q |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | %build |
|---|
| 34 | %configure --disable-static |
|---|
| 35 | |
|---|
| 36 | %__make %{?_smp_mflags} |
|---|
| 37 | |
|---|
| 38 | |
|---|
| 39 | %install |
|---|
| 40 | %__rm -rf $RPM_BUILD_ROOT |
|---|
| 41 | |
|---|
| 42 | %__make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 43 | |
|---|
| 44 | # remove unpackaged files |
|---|
| 45 | %__rm -f $RPM_BUILD_ROOT%{_libdir}/*.la |
|---|
| 46 | |
|---|
| 47 | |
|---|
| 48 | %clean |
|---|
| 49 | %__rm -rf $RPM_BUILD_ROOT |
|---|
| 50 | |
|---|
| 51 | |
|---|
| 52 | %post -p /sbin/ldconfig |
|---|
| 53 | |
|---|
| 54 | %postun -p /sbin/ldconfig |
|---|
| 55 | |
|---|
| 56 | |
|---|
| 57 | %files |
|---|
| 58 | %defattr(-,root,root,-) |
|---|
| 59 | %doc AUTHORS ChangeLog COPYING README |
|---|
| 60 | %{_libdir}/*.so.* |
|---|
| 61 | |
|---|
| 62 | %files devel |
|---|
| 63 | %defattr(-,root,root,-) |
|---|
| 64 | %{_includedir}/* |
|---|
| 65 | %{_libdir}/*.so |
|---|
| 66 | |
|---|
| 67 | |
|---|
| 68 | %changelog |
|---|
| 69 | * Wed Jan 21 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.2.6-1 |
|---|
| 70 | - initial build |
|---|
| 71 | |
|---|
| 72 | * Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.2.6-4 |
|---|
| 73 | - respin (gcc43) |
|---|
| 74 | |
|---|
| 75 | * Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.2.6-3 |
|---|
| 76 | - respin (BuildID) |
|---|
| 77 | |
|---|
| 78 | * Wed Jun 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.2.6-2 |
|---|
| 79 | - fix %%files (docs/html is no more) |
|---|
| 80 | |
|---|
| 81 | * Wed Jun 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.2.6-1 |
|---|
| 82 | - libmpcdec-1.2.6 |
|---|
| 83 | |
|---|
| 84 | * Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.2.2-4 |
|---|
| 85 | - fc6 respin |
|---|
| 86 | |
|---|
| 87 | * Wed Aug 09 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.2.2-3 |
|---|
| 88 | - fc6 respin |
|---|
| 89 | |
|---|
| 90 | * Sat Apr 01 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.2.2-2 |
|---|
| 91 | - License: BSD |
|---|
| 92 | |
|---|
| 93 | * Thu Jan 19 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.2.2-1 |
|---|
| 94 | - libmpcdec-1.2.2 |
|---|
| 95 | |
|---|
| 96 | * Thu Jan 19 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1-2 |
|---|
| 97 | - cleanup |
|---|
| 98 | |
|---|
| 99 | * Fri Jun 17 2005 Mihai Maties <mihai@xcyb.org> 1.1-1 |
|---|
| 100 | - update to 1.1 |
|---|
| 101 | - changed license to BSD |
|---|
| 102 | - updated the spec to use autotools |
|---|
| 103 | |
|---|
| 104 | * Fri Nov 26 2004 Matthias Saou <http://freshrpms.net/> 1.0.2-1 |
|---|
| 105 | - Initial RPM release. |
|---|
| 106 | - Include the mandatory copy of the LGPL (there is none in the sources...). |
|---|
| 107 | |
|---|