freealut-vl.spec 2.3 KB

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