source: projects/specs/trunk/lib/libm/libmusicbrainz/libmusicbrainz-vl.spec @ 8758

Revision 8758, 2.8 KB checked in by Takemikaduchi, 10 years ago (diff)

update or rebuild

Line 
1Summary: A library for accessing MusicBrainz servers
2Summary(ja): MusicBrainz サーバにアクセスするためのライブラリ
3Name: libmusicbrainz
4Version: 2.1.5
5Release: 4%{?_dist_release}
6License: LGPL
7Group: System Environment/Libraries
8URL: http://musicbrainz.org/
9Source0: http://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-%{version}.tar.gz
10Patch0: libmusicbrainz-2.1.5-glibc-headers.patch
11BuildRequires: gcc-c++
12BuildRequires: expat-devel
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14
15%description
16The MusicBrainz client library allows applications to make metadata
17lookup to a MusicBrainz server, generate signatures from WAV data and
18create CD Index Disk ids from audio CD roms.
19
20%package devel
21Summary: Headers for developing programs that will use libmusicbrainz
22Group:      Development/Libraries
23Requires:  %{name} = %{version}-%{release}
24Obsoletes: musicbrainz-devel
25
26%description   devel
27This package contains the headers that programmers will need to develop
28applications which will use libmusicbrainz.
29
30%prep
31%setup -q
32%patch0 -p0 -b .glibc-headers
33
34%build
35%configure --disable-static
36make %{?_smp_mflags}
37
38%install
39rm -rf %{buildroot}
40%makeinstall
41
42# remove unneeded files
43%__rm -f %{buildroot}%{_libdir}/*.la
44
45%clean
46%__rm -rf %{buildroot}
47
48%post -p /sbin/ldconfig
49
50%postun -p /sbin/ldconfig
51
52%files
53%defattr(-,root,root,-)
54%doc AUTHORS COPYING ChangeLog README TODO INSTALL
55%{_libdir}/*.so.*
56#{_libdir}/*.a
57
58%files devel
59%defattr(-,root,root,-)
60%{_includedir}/musicbrainz
61%{_libdir}/*.so
62%{_libdir}/pkgconfig/*.pc
63
64%changelog
65* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.5-4
66- rebuild with VineSeed environment
67
68* Mon Dec  5 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.1.5-3
69- dropped Requires: libstdc++34-devel
70
71* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 2.1.5-2
72- rebuilt with rpm-4.8.1 for pkg-config
73- added libmusicbrainz-2.1.5-glibc-headers.patch
74
75* Sun Jan 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.5-1
76- new upstream release
77- added --disable-static to %%configure
78- added %%post and %%postun section
79
80* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.1.4-1vl5
81- applied new versioning policy
82
83* Thu Feb 21 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.4-0vl4
84- rebuild with expat-2.0.1
85
86* Thu May 24 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.1.4-0vl3
87- removed BuildRequires: libstdc++3-devel
88
89* Thu May 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl2
90- rebuild with new environment/toolchain
91
92* Sun Oct 15 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.4-0vl1
93- [SECURITY] upstream release
94  - multiple buffer overflows (CVE-2006-4197)
95- add BuildRequires: expat-devel
96
97* Thu Feb 02 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.2-0vl1
98- upstream release
99
100* Sat Mar 05 2005 Satoshi MACHINO <machino@vinelinux.org> 2.1.1-0vl1
101- Initial build.
Note: See TracBrowser for help on using the repository browser.