libfreebob-vl.spec 3.9 KB

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