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