freealut-vl.spec 2.1 KB

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