libcddb-vl.spec 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. Summary: Library (C API) for accessing CDDB servers
  2. Name: libcddb
  3. Version: 1.3.2
  4. Release: 9%{?_dist_release}
  5. License: LGPLv2+
  6. Group: System Environment/Libraries
  7. URL: http://libcddb.sourceforge.net/
  8. Vendor: Project Vine
  9. Distribution: Vine Linux
  10. Source0: http://downloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2
  11. Patch0: libcddb-1.3.0-multilib.patch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: pkgconfig
  14. BuildRequires: libcdio-devel >= 0.67
  15. %description
  16. Libcddb is a library that implements the different protocols (CDDBP,
  17. HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/).
  18. %package devel
  19. Summary: Development files for libcddb
  20. Group: Development/Libraries
  21. Requires: %{name} = %{version}-%{release}
  22. Requires: pkgconfig
  23. %description devel
  24. Libcddb is a library that implements the different protocols (CDDBP,
  25. HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/).
  26. This package contains development files (static libraries, headers)
  27. for libcddb.
  28. %prep
  29. %setup -q
  30. %patch0 -p1
  31. iconv -f ISO_8859-1 -t UTF-8 THANKS > THANKS.tmp
  32. touch -r THANKS THANKS.tmp
  33. mv THANKS.tmp THANKS
  34. iconv -f ISO_8859-1 -t UTF-8 ChangeLog > ChangeLog.tmp
  35. touch -r ChangeLog ChangeLog.tmp
  36. mv ChangeLog.tmp ChangeLog
  37. %build
  38. %configure --disable-static
  39. # Don't use rpath!
  40. sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
  41. sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
  42. make %{?_smp_mflags}
  43. %install
  44. rm -rf $RPM_BUILD_ROOT
  45. make install DESTDIR=$RPM_BUILD_ROOT
  46. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  47. %clean
  48. rm -rf $RPM_BUILD_ROOT
  49. %post -p /sbin/ldconfig
  50. %postun -p /sbin/ldconfig
  51. %files
  52. %defattr(-,root,root,-)
  53. %doc AUTHORS COPYING NEWS README THANKS ChangeLog TODO
  54. %{_libdir}/libcddb.so.*
  55. %{_bindir}/cddb_query
  56. %files devel
  57. %defattr(-,root,root,-)
  58. %{_libdir}/libcddb.so
  59. %{_includedir}/cddb
  60. %{_libdir}/pkgconfig/libcddb.pc
  61. %changelog
  62. * Sat Jul 2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.2-9
  63. - rebuilt with VineSeed environment.
  64. * Sun Jul 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-8
  65. - rebuild with VineSeed environment
  66. * Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-7
  67. - rebuild with VineSeed environment
  68. * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-6
  69. - rebuild with rpm-4.8.1 for pkg-config file
  70. * Sat May 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3.2-5
  71. - Initial build for Vine Linux
  72. * Fri Jan 22 2010 Adrian Reber <adrian@lisas.de> 1.3.2-4
  73. - Rebuilt for new libcdio
  74. * Sun Jan 17 2010 Hans de Goede <hdegoede@redhat.com> - 1.3.2-3
  75. - Drop static lib (#556063)
  76. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
  77. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  78. * Tue Apr 7 2009 Hans de Goede <hdegoede@redhat.com> 1.3.2-1
  79. - New upstream release 1.3.2
  80. * Mon Mar 9 2009 Hans de Goede <hdegoede@redhat.com> 1.3.1-1
  81. - New upstream release 1.3.1
  82. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-7
  83. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  84. * Tue Jan 13 2009 Adrian Reber <adrian@lisas.de> 1.3.0-6
  85. - Rebuild for new libcdio
  86. * Tue Feb 19 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-5
  87. - Fix Source0 URL
  88. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.0-4
  89. - Autorebuild for GCC 4.3
  90. * Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-3
  91. - Fix multilib conflict in version.h (bz 341971)
  92. * Mon Aug 13 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-2
  93. - Update License tag for new Licensing Guidelines compliance
  94. * Fri Oct 27 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-1
  95. - New upstream release 1.3.0
  96. * Sun Oct 1 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.2-1
  97. - New upstream release 1.2.2
  98. * Sat Sep 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.1-5
  99. - Rebuild for new libcdio
  100. * Mon Aug 28 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.1-4
  101. - FE6 Rebuild
  102. * Sun Jul 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.1-3
  103. - Taking over as maintainer since Anvil has other priorities
  104. - Long long due rebuild with new gcc for FC-5, it seems this may have already
  105. been done, since the last rebuild was of March 16 and the Rebuild Request
  106. bug of March 19? Rebuilding anyway to be sure (bug 185873)
  107. * Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 1.2.1-2.fc5
  108. - Rebuild
  109. * Tue Aug 23 2005 Dams <anvil[AT]livna.org> - 1.2.1
  110. - Updated to 1.2.1
  111. * Tue Jul 26 2005 Adrian Reber <adrian@lisas.de> - 1.2.0-3
  112. - Rebuild against new libcdio (again)
  113. * Tue Jul 26 2005 Dams <anvil[AT]livna.org> - 1.2.0-2
  114. - Rebuild against new libcdio
  115. * Tue Jul 26 2005 Dams <anvil[AT]livna.org> - 1.2.0-1
  116. - Updated to 1.2.0
  117. * Thu Jul 21 2005 Dams <anvil[AT]livna.org> - 1.1.0-1
  118. - Updated to 1.1.0
  119. * Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.0.2-2
  120. - rebuild on all arches
  121. * Wed May 11 2005 Dams <anvil[AT]livna.org> - 0:1.0.2-1.4
  122. - Rebuilt for FC4
  123. * Wed May 11 2005 Dams <anvil[AT]livna.org> - 0:1.0.2-1
  124. - Added libcdio and pkgconfig buildreq
  125. - Updated to 1.0.2
  126. - Fixed URL in Source0
  127. * Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
  128. - rebuilt
  129. * Sat Jul 3 2004 Dams <anvil[AT]livna.org> 0:0.9.4-0.fdr.2
  130. - added missing scriptlets
  131. - Added URL in Source0
  132. - Added additionnal files as doc
  133. * Tue Mar 9 2004 Dams <anvil[AT]livna.org>
  134. - Initial build.