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

Revision 8916, 2.9 KB checked in by Takemikaduchi, 10 years ago (diff)

v4l-utils: new package
libebml,libemf,libmatroska,libmms,libmodplug,t1utils,usbutils: new upstream release
self-build-mikutter: update to 3.0.5
others: rebuild

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