libmusicbrainz5-vl.spec 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. # Fedora package review: http://bugzilla.redhat.com/718395
  2. Summary: Library for accessing MusicBrainz servers
  3. Name: libmusicbrainz5
  4. Version: 5.0.1
  5. Release: 3%{?_dist_release}
  6. License: LGPLv2
  7. Group: System Environment/Libraries
  8. URL: http://www.musicbrainz.org/
  9. Source0: https://github.com/downloads/metabrainz/libmusicbrainz/libmusicbrainz-%{version}.tar.gz
  10. BuildRequires: cmake
  11. BuildRequires: doxygen
  12. BuildRequires: neon-devel
  13. %description
  14. The MusicBrainz client library allows applications to make metadata
  15. lookup to a MusicBrainz server, generate signatures from WAV data and
  16. create CD Index Disk ids from audio CD roms.
  17. %package devel
  18. Summary: Headers for developing programs that will use %{name}
  19. Group: Development/Libraries
  20. Requires: %{name} = %{version}-%{release}
  21. Requires: pkgconfig
  22. Requires: neon-devel >= 0.25
  23. %description devel
  24. This package contains the headers that programmers will need to develop
  25. applications which will use %{name}.
  26. %prep
  27. %setup -q -n libmusicbrainz-%{version}
  28. # omit "Generated on ..." timestamps that induce multilib conflicts
  29. # this is *supposed* to be the doxygen default in fedora these days, but
  30. # it seems there's still a bug or 2 there -- Rex
  31. echo "HTML_TIMESTAMP = NO" >> Doxyfile.cmake
  32. %build
  33. %{cmake} .
  34. make %{?_smp_mflags} V=1
  35. make %{?_smp_mflags} docs
  36. %install
  37. make install/fast DESTDIR=%{buildroot}
  38. rm -f docs/installdox
  39. %post -p /sbin/ldconfig
  40. %postun -p /sbin/ldconfig
  41. %files
  42. %doc AUTHORS.txt COPYING.txt NEWS.txt README.md
  43. %{_libdir}/libmusicbrainz5.so.0*
  44. %files devel
  45. %doc docs/*
  46. %{_includedir}/musicbrainz5/
  47. %{_libdir}/libmusicbrainz5.so
  48. %{_libdir}/pkgconfig/libmusicbrainz5.pc
  49. %changelog
  50. * Sun Jul 03 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.1-3
  51. - rebuild with gcc-5.4.0
  52. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.1-2
  53. - rebuild with VineSeed environment
  54. * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.1-1
  55. - initial build for Vine Linux
  56. * Mon Aug 27 2012 Christophe Fergeau <cfergeau@redhat.com> - 5.0.1-2
  57. - Address review comments (rhbz#832670)
  58. fix licence (LGPLv2+ -> LGPLv2)
  59. fix tarball URL
  60. remove obsolete use of RPM_BUILD_ROOT
  61. remove BuildRequires on pkg-config
  62. remove use of %%defattr
  63. * Sat Jun 16 2012 Christophe Fergeau <cfergeau@redhat.com> - 5.0.1-1
  64. - Package libmusicbrainz5, apart from the name/version it's identical to
  65. libmusicbrainz4 so this .spec is based on it.
  66. * Wed May 16 2012 Christophe Fergeau <cfergeau@redhat.com> - 4.0.3-1
  67. - New upstream 4.0.3 release, should fix a bug breaking metadata fetching
  68. from musicbrainz servers
  69. * Fri Apr 20 2012 Christophe Fergeau <cfergeau@redhat.com> - 4.0.1-1
  70. - New upstream 4.0.1 release, drop patch that has been merged upstream
  71. * Sun Mar 04 2012 Christophe Fergeau <cfergeau@redhat.com> - 4.0.0-1
  72. - First pass at a libmusicbrainz4 package, heavily based on the
  73. libmusicbrainz3 package
  74. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-4
  75. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  76. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-3
  77. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  78. * Mon Oct 18 2010 Rex Dieter <rdieter@fedoraproject.rog> 3.0.3-2
  79. - libmusicbrainz3-devel multilib conflict (#480378)
  80. - drop extraneous pkgconfig dep baggage
  81. * Mon Oct 18 2010 Bastien Nocera <bnocera@redhat.com> 3.0.3-1
  82. - Update to 3.0.3 (#643789)
  83. * Tue May 25 2010 Bastien Nocera <bnocera@redhat.com> 3.0.2-7
  84. - Remove script from devel docs
  85. * Tue Nov 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 3.0.2-7
  86. - fix/enable unit tests
  87. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-6
  88. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  89. * Mon Jun 29 2009 Rex Dieter <rdieter@fedoraproject.org> - 3.0.2-5
  90. - fix doxygen-induced multilib conflicts (#480378)
  91. - add %%check section (disabled by default, pending cppunit detection issues)
  92. * Wed Feb 25 2009 Rex Dieter <rdieter@fedoraproject.org> - 3.0.2-4
  93. - work harder to omit extraneous pkgconfig deps
  94. - gcc44 patch
  95. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-3
  96. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  97. * Fri Dec 12 2008 Rex Dieter <rdieter@fedoraproject.org> 3.0.2-2
  98. - rebuild for pkgconfig deps
  99. * Tue Sep 16 2008 Rex Dieter <rdieter@fedoraproject.org> 3.0.2-1
  100. - libmusicbrainz3-3.0.2
  101. * Fri Sep 05 2008 Rex Dieter <rdieter@fedoraproject.org> 3.0.1-4
  102. - Build docs (#461238)
  103. - -devel: drop extraneous Requires
  104. * Fri Jul 25 2008 Rex Dieter <rdieter@fedoraproject.org> 3.0.1-3
  105. - fix recursive linking against libdiscid neon
  106. * Thu Jul 24 2008 Rex Dieter <rdieter@fedoraproject.org> 3.0.1-2
  107. - BR: libdiscid-devel
  108. - -devel: Requires: libdiscid-devel neon-devel
  109. * Mon Jun 16 2008 Rex Dieter <rdieter@fedoraproject.org> 3.0.1-1
  110. - libmusicbrainz3-3.0.1
  111. * Sun Jun 15 2008 Rex Dieter <rdieter@fedoraproject.org> 2.1.5-7
  112. - Provides: libmusicbrainz2(-devel), prepare for libmusicbrainz3
  113. * Fri Feb 22 2008 Rex Dieter <rdieter@fedoraproject.org> 2.1.5-6
  114. - gcc43 patch (#434127)
  115. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.1.5-5
  116. - Autorebuild for GCC 4.3
  117. * Mon Feb 18 2008 Rex Dieter <rdieter@fedoraproject.org> - 2.1.5-4
  118. - specfile cosmetics
  119. * Thu Nov 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 2.1.5-3
  120. - use versioned Obsoletes
  121. - drop (Build)Requires: libstdc++-devel
  122. - License: LGPLv2+
  123. * Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 2.1.5-2
  124. - Rebuild for PPC toolchain bug
  125. * Thu Jun 21 2007 - Bastien Nocera <bnocera@redhat.com> - 2.1.5-1
  126. - Update to 2.1.5
  127. * Mon Oct 23 2006 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
  128. - Update to 2.1.4
  129. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.1.1-4.1
  130. - rebuild
  131. * Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 2.1.1-4
  132. - rebuild for -devel deps
  133. * Tue Apr 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.1.1-3
  134. - apply .spec file cleanups from Matthias Saou (#172926)
  135. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1.1-2.1
  136. - bump again for double-long bug on ppc(64)
  137. * Tue Feb 7 2006 Christopher Aillon <caillon@redhat.com> - 2.1.1-2
  138. - Stop shipping the .a file in the main package
  139. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1.1-1.2
  140. - rebuilt for new gcc4.1 snapshot and glibc changes
  141. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  142. - rebuilt
  143. * Wed Mar 23 2005 John (J5) Palmieri <johnp@redhat.com> 2.1.1-1
  144. - Update to upstream version 2.1.1
  145. - Removed libmusicbrainz-2.0.2-missing-return.patch
  146. - Removed libmusicbrainz-2.0.2-conf.patch
  147. * Thu Mar 03 2005 John (J5) Palmieri <johnp@redhat.com> 2.0.2-14
  148. - Add patch to fix percision cast error to compile correctly on s390x
  149. * Thu Mar 03 2005 John (J5) Palmieri <johnp@redhat.com> 2.0.2-13
  150. - rebuild with gcc 4.0
  151. * Mon Nov 08 2004 Colin Walters <walters@redhat.com> 2.0.2-12
  152. - Add libmusicbrainz-2.0.2-missing-return.patch (bug #137289)
  153. * Thu Oct 07 2004 Colin Walters <walters@redhat.com> 2.0.2-11
  154. - BuildRequire expat-devel
  155. * Tue Sep 28 2004 Colin Walters <walters@redhat.com> 2.0.2-10
  156. - Move .so symlink to -devel package
  157. * Tue Aug 31 2004 Colin Walters <walters@redhat.com> 2.0.2-9
  158. - Add ldconfig calls (bz #131281)
  159. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  160. - rebuilt
  161. * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  162. - rebuilt
  163. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  164. - rebuilt
  165. * Thu Dec 18 2003 Brent Fox <bfox@redhat.com> 2.0.2-6
  166. - add a BuildPreReq for libstdc++-devel and gcc-c++ (bug #106556)
  167. - add a Requires for libstdc++-devel for libmusicbrainz-devel
  168. * Mon Sep 1 2003 Bill Nottingham <notting@redhat.com>
  169. - Obsoletes musicbrainz-devel too
  170. * Mon Sep 1 2003 Jonathan Blandford <jrb@redhat.com>
  171. - Obsoletes musicbrainz
  172. * Fri Aug 22 2003 Bill Nottingham <notting@redhat.com> 2.0.2-5
  173. - fix autoconf/libtool weirdness, remove exclusivearch
  174. * Fri Aug 22 2003 Brent Fox <bfox@redhat.com> 2.0.2-4
  175. - add ExcludeArch for s390x (something is really broken)
  176. * Fri Aug 22 2003 Brent Fox <bfox@redhat.com> 2.0.2-3
  177. - add ExcludeArch for ppc64
  178. * Fri Aug 22 2003 Brent Fox <bfox@redhat.com> 2.0.2-2
  179. - add ExcludeArch for x86_64 for now
  180. * Thu Aug 21 2003 Brent Fox <bfox@redhat.com>
  181. - Initial build.