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

Revision 10525, 2.9 KB checked in by Takemikaduchi, 8 years ago (diff)

thunderbird,libvisio: new upstream release
others: rebuild

Line 
1Summary: A library for accessing MusicBrainz servers
2Summary(ja): MusicBrainz サーバにアクセスするためのライブラリ
3Name: libmusicbrainz
4Version: 2.1.5
5Release: 5%{?_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 03 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.5-5
66- rebuild with gcc-5.4.0
67
68* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.5-4
69- rebuild with VineSeed environment
70
71* Mon Dec  5 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.1.5-3
72- dropped Requires: libstdc++34-devel
73
74* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 2.1.5-2
75- rebuilt with rpm-4.8.1 for pkg-config
76- added libmusicbrainz-2.1.5-glibc-headers.patch
77
78* Sun Jan 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.5-1
79- new upstream release
80- added --disable-static to %%configure
81- added %%post and %%postun section
82
83* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.1.4-1vl5
84- applied new versioning policy
85
86* Thu Feb 21 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.4-0vl4
87- rebuild with expat-2.0.1
88
89* Thu May 24 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.1.4-0vl3
90- removed BuildRequires: libstdc++3-devel
91
92* Thu May 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl2
93- rebuild with new environment/toolchain
94
95* Sun Oct 15 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.4-0vl1
96- [SECURITY] upstream release
97  - multiple buffer overflows (CVE-2006-4197)
98- add BuildRequires: expat-devel
99
100* Thu Feb 02 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.2-0vl1
101- upstream release
102
103* Sat Mar 05 2005 Satoshi MACHINO <machino@vinelinux.org> 2.1.1-0vl1
104- Initial build.
Note: See TracBrowser for help on using the repository browser.