libfreebob-vl.spec 3.6 KB

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