libfreebob-vl.spec 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. Summary: FreeBoB firewire audio driver library
  2. Summary(ja): FreeBoB firewire オーディオドライバライブラリ
  3. Name: libfreebob
  4. Version: 1.0.11
  5. Release: 4%{?_dist_release}
  6. License: GPLv2+
  7. Group: System Environment/Libraries
  8. URL: http://freebob.sourceforge.net
  9. Source0: http://surfnet.dl.sourceforge.net/sourceforge/freebob/libfreebob-%{version}.tar.gz
  10. Patch0: libfreebob-1.0.11-gcc-4.5.patch
  11. Patch1: libfreebob-1.0.11-includes.patch
  12. Patch2: libfreebob-1.0.11-usleep.patch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  14. BuildRequires: libavc1394-devel >= 0.5.3
  15. BuildRequires: libiec61883-devel >= 1.1.0
  16. BuildRequires: libraw1394-devel >= 1.2.1
  17. BuildRequires: alsa-lib-devel
  18. BuildRequires: libxml2-devel
  19. BuildRequires: autoconf
  20. %description
  21. libfreebob implements a userland driver for BeBoB-based fireware audio
  22. devices.
  23. %package devel
  24. Summary: Libraries, includes etc to develop with libfreebob
  25. Group: Development/Libraries
  26. Requires: %{name} = %{version}-%{release}
  27. Requires: pkgconfig
  28. %description devel
  29. Libraries, includes etc to develop with libfreebob.
  30. %prep
  31. %setup -q
  32. %patch0 -p1
  33. %patch1 -p1
  34. %patch2 -p1
  35. # Tweak libiec61883 build requirements.
  36. perl -pi -e 's/1.1.0/1.0.0/' configure
  37. %build
  38. %configure --disable-static
  39. make %{?_smp_mflags}
  40. %install
  41. rm -rf $RPM_BUILD_ROOT
  42. make DESTDIR=$RPM_BUILD_ROOT install
  43. rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
  44. %clean
  45. rm -rf $RPM_BUILD_ROOT
  46. %post -p /sbin/ldconfig
  47. %postun -p /sbin/ldconfig
  48. %files
  49. %defattr(-,root,root,-)
  50. %doc AUTHORS COPYING ChangeLog NEWS README
  51. %{_libdir}/lib*.so.*
  52. %files devel
  53. %defattr(-,root,root,-)
  54. %{_libdir}/lib*.so
  55. %{_libdir}/pkgconfig/libfreebob.pc
  56. %{_includedir}/*
  57. %changelog
  58. * Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.11-4
  59. - rebuild with VineSeed environment
  60. - add Patch2 (libfreebob-1.0.11-usleep.patch)
  61. * Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.11-3
  62. - rebuild with libraw1394-2.1.0
  63. - add Patch0 (libfreebob-1.0.11-gcc-4.5.patch) from alt
  64. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.11-2
  65. - rebuild with rpm-4.8.1 for pkg-config file
  66. * Tue Apr 27 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.11-1
  67. - updated to 1.0.11
  68. - built with new toolchain
  69. - added Patch1 from Fedora
  70. * Thu Mar 5 2009 Caolán McNamara <caolanm@redhat.com> - 1.0.11-5
  71. - fix up includes for gcc44
  72. * Wed Oct 29 2008 Seiichirou Babasaki - 1.0.7-2
  73. - Version 1.0.7 for VineLinux-4.2 (Frpm VineSeed)
  74. - replase libraw1394-devel -> libraw1394_121-devel
  75. * Thu Jul 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.7-1
  76. - initial build for Vine Linux
  77. * Thu Feb 28 2008 Anthony Green <green@redhat.com> 1.0.7-4
  78. - Add another gcc 4.3 patch.
  79. * Thu Feb 28 2008 Anthony Green <green@redhat.com> 1.0.7-3
  80. - Add another gcc 4.3 patch.
  81. * Thu Feb 28 2008 Anthony Green <green@redhat.com> 1.0.7-2
  82. - Add another gcc 4.3 patch.
  83. * Thu Feb 28 2008 Anthony Green <green@redhat.com> 1.0.7-1
  84. - Upgrade to 1.0.7.
  85. * Thu Feb 28 2008 Anthony Green <green@redhat.com> 1.0.3-4
  86. - Add another gcc 4.3 patch.
  87. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.3-3
  88. - Autorebuild for GCC 4.3
  89. * Thu Jan 03 2008 Anthony Green <green@redhat.com> 1.0.3-2
  90. - Add cstdlib patch for gcc 4.3.
  91. * Thu Mar 15 2007 Anthony Green <green@redhat.com> 1.0.3-1
  92. - Upgrade sources to 1.0.3.
  93. * Sat Oct 21 2006 Anthony Green <green@redhat.com> 1.0.0-3
  94. - Remove %%doc line from devel package.
  95. - Remove trailing '.' from devel package summary.
  96. * Wed Oct 11 2006 Anthony Green <green@redhat.com> 1.0.0-2
  97. - Use upstream tarball release, not svn 1.0 release.
  98. - Tweak %%files.
  99. - Tweak libiec61883 build requirements in configure script.
  100. - Don't generate configure script and remove some autotools dependencies.
  101. * Sat Sep 9 2006 Anthony Green <green@redhat.com> 1.0-1
  102. - Created.