source: projects/specs/trunk/f/freealut/freealut-vl.spec @ 9327

Revision 9327, 2.3 KB checked in by inagaki, 9 years ago (diff)

2015-02-04 Ryoichi INAGAKI <ryo1@…>

  • freealut: rebuilt
  • gnome-compiz-manager: fixed spec encoding
  • iverilog: updated


Line 
1Summary:      Open Audio Library Utility Toolkit
2Summary(ja):  オープンオーディオライブラリユーティリティツールキット
3Name:         freealut
4Version:      1.1.0
5Release:      5%{?_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
24Summary(ja):  freealut ライブラリの開発用ファイル
25Group:        Development/Libraries
26Requires:     %{name} = %{version}-%{release}
27
28%description devel
29freealut is a highly portable Open Source implementation of ALUT, a
30utility toolkit for OpenAL. ALUT makes managing of OpenAL contexts,
31loading sounds in various formats and creating waveforms very easy.
32
33%prep
34%setup -q
35
36%build
37%configure --disable-static
38make %{?_smp_mflags}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42make DESTDIR=$RPM_BUILD_ROOT install
43
44rm -f $RPM_BUILD_ROOT%{_libdir}/libalut.la
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(-,root,root)
51%doc AUTHORS COPYING ChangeLog NEWS README doc/alut.css doc/alut.html
52%{_libdir}/libalut.so.*
53
54%files devel
55%defattr(-,root,root)
56%doc doc/alut.css doc/alut.html
57%{_bindir}/freealut-config
58%{_includedir}/AL/alut.h
59#{_libdir}/libalut.a
60%{_libdir}/libalut.so
61%{_libdir}/pkgconfig/freealut.pc
62
63%changelog
64* Tue Feb  3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.0-5
65- rebuilt on current VineSeed
66- excluded static library
67
68* Wed Mar 16 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.1.0-4
69- rebuild with openal-soft-1.13
70
71* Mon Sep 27 2010 Shu KONNO <owa@bg.wakwak.com> 1.1.0-3
72- rebuilt with rpm-4.8.1 for pkg-config
73
74* Wed Oct 01 2008 MATSUBAYASHI Kohji <shaoliN@vinelinux.org> - 1.1.0-2
75- BuildRequires: openal-devel, not openal
76
77* Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 1.1.0-1vl5
78- applied new versioning policy, spec in utf-8
79
80* Sat Jun 09 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-0vl1
81- initial build for Vine Linux
82
Note: See TracBrowser for help on using the repository browser.