source: projects/specs/branches/6/lib/libf/libfreebob/libfreebob-vl.spec @ 1901

Revision 1901, 3.4 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

Line 
1Summary:       FreeBoB firewire audio driver library
2Summary(ja):   FreeBoB firewire オーディオドライバライブラリ
3Name:          libfreebob
4Version:       1.0.11
5Release:       2%{?_dist_release}
6License:       GPLv2+
7Group:         System Environment/Libraries
8
9URL:           http://freebob.sourceforge.net
10Source0:       http://surfnet.dl.sourceforge.net/sourceforge/freebob/libfreebob-%{version}.tar.gz
11Patch1:        libfreebob-1.0.11-includes.patch
12
13BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
14BuildRequires: libavc1394-devel >= 0.5.3
15BuildRequires: libiec61883-devel >= 1.1.0
16BuildRequires: libraw1394-devel >= 1.2.1
17BuildRequires: alsa-lib-devel
18BuildRequires: libxml2-devel
19BuildRequires: autoconf
20
21%description
22libfreebob implements a userland driver for BeBoB-based fireware audio
23devices.
24
25%package devel
26Summary: Libraries, includes etc to develop with libfreebob
27Group: Development/Libraries
28Requires: %{name} = %{version}-%{release}
29Requires: pkgconfig
30
31%description devel
32Libraries, includes etc to develop with libfreebob.
33
34%prep
35%setup -q
36%patch1 -p1
37# Tweak libiec61883 build requirements.
38perl -pi -e 's/1.1.0/1.0.0/' configure
39
40%build
41%configure --disable-static
42make %{?_smp_mflags}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46make DESTDIR=$RPM_BUILD_ROOT install
47rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
48
49%clean
50rm -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.
Note: See TracBrowser for help on using the repository browser.