source: projects/specs/branches/6/f/freealut/freealut-vl.spec @ 3018

Revision 3018, 2.1 KB checked in by kazutaka, 13 years ago (diff)

openal-soft でリビルド

Line 
1Summary:      Open Audio Library Utility Toolkit
2Summary(ja):  オープンオーディオライブラリユーティリティツールキット
3Name:         freealut
4Version:      1.1.0
5Release:      4%{?_dist_release}
6
7License:      LGPL
8Group:        System Environment/Libraries
9URL:          http://www.openal.org/
10
11Source:       freealut-%{version}.tar.gz
12
13BuildRoot:    %{_tmppath}/%{name}-%{version}-build
14BuildRequires: openal-devel >= 1:0.0.8
15Obsoletes:    openal < 1:0.0.8
16
17%description
18freealut is a highly portable Open Source implementation of ALUT, a
19utility toolkit for OpenAL. ALUT makes managing of OpenAL contexts,
20loading sounds in various formats and creating waveforms very easy.
21
22%package devel
23Summary:      Development files for the freealut library
24Requires:     freealut = %{version}
25Group:        Development/Libraries
26
27%description devel
28freealut is a highly portable Open Source implementation of ALUT, a
29utility toolkit for OpenAL. ALUT makes managing of OpenAL contexts,
30loading sounds in various formats and creating waveforms very easy.
31
32%prep
33%setup -q
34
35%build
36%configure
37%__make %{?_smp_mflags}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41%__make DESTDIR=$RPM_BUILD_ROOT install
42
43rm -f $RPM_BUILD_ROOT%{_libdir}/libalut.la
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(-,root,root)
50%doc AUTHORS COPYING ChangeLog NEWS README doc/alut.css doc/alut.html
51%{_libdir}/libalut.so.*
52
53%files devel
54%defattr(-,root,root)
55%doc doc/alut.css doc/alut.html
56%{_bindir}/freealut-config
57%{_includedir}/AL/alut.h
58%{_libdir}/libalut.a
59%{_libdir}/libalut.so
60%{_libdir}/pkgconfig/freealut.pc
61
62%changelog
63* Wed Mar 16 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.1.0-4
64- rebuild with openal-soft-1.13
65
66* Mon Sep 27 2010 Shu KONNO <owa@bg.wakwak.com> 1.1.0-3
67- rebuilt with rpm-4.8.1 for pkg-config
68
69* Wed Oct 01 2008 MATSUBAYASHI Kohji <shaoliN@vinelinux.org> - 1.1.0-2
70- BuildRequires: openal-devel, not openal
71
72* Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 1.1.0-1vl5
73- applied new versioning policy, spec in utf-8
74
75* Sat Jun 09 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-0vl1
76- initial build for Vine Linux
77
Note: See TracBrowser for help on using the repository browser.