source: projects/specs/trunk/lib/libm/libmpcdec/libmpcdec-vl.spec @ 521

Revision 521, 2.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Musepack audio decoding library
2Name:    libmpcdec
3Version: 1.2.6
4Release: 1%{?_dist_release}
5
6License: BSD
7Group:   System Environment/Libraries
8URL:     http://www.musepack.net/
9Source0: http://files.musepack.net/source/libmpcdec-%{version}.tar.bz2
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11
12%description
13Musepack is an audio compression format with a strong emphasis on high quality.
14It's not lossless, but it is designed for transparency, so that you won't be
15able to hear differences between the original wave file and the much smaller
16MPC file.
17It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly developed
18and vastly improved and is now at an advanced stage in which it contains
19heavily optimized and patentless code.
20
21%package devel
22Summary: Development files for the Musepack audio decoding library
23Group:   Development/Libraries
24Requires: %{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
Note: See TracBrowser for help on using the repository browser.