jack1 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.5KB

  1. # $Id$
  2. Summary: Jack Professional Audio Server
  3. Name: jack-audio-connection-kit
  4. Version: @JACK_VERSION@
  5. Release: 1
  6. License: GPL
  7. Group: System Environment/Daemons
  8. Source0: %{name}-%{version}.tar.gz
  9. URL: http://jackit.sourceforge.net
  10. Requires: %{name}-libs = %{version}
  11. BuildRoot: /var/tmp/%{name}-%{version}-root-%(id -u -n)
  12. %description
  13. Jack is a sound server aimed at satisfying the needs of music profesionals.
  14. %package libs
  15. Summary: Jack audio connection kit libraries
  16. Group: Development/Libraries
  17. %description libs
  18. The %{name}-libs package contains all libraries required for running
  19. programs using the Jack Audio Server.
  20. %package devel
  21. Summary: Header files for Jack
  22. Group: Development/Libraries
  23. Requires: %{name}-libs = %{version}
  24. %description devel
  25. Header files for jack.
  26. %prep
  27. %setup -q
  28. %build
  29. %configure
  30. %{__make}
  31. %install
  32. rm -rf $RPM_BUILD_ROOT
  33. %{__make} install \
  34. DESTDIR=$RPM_BUILD_ROOT
  35. gzip -9nf AUTHORS TODO
  36. %find_lang %{name}
  37. %post libs -p /sbin/ldconfig
  38. %postun libs -p /sbin/ldconfig
  39. %clean
  40. rm -rf $RPM_BUILD_ROOT
  41. %files
  42. %defattr(644,root,root,755)
  43. %doc *.gz
  44. %attr(755,root,root) %{_bindir}/*
  45. %files libs
  46. %defattr(644,root,root,755)
  47. %attr(755,root,root) %{_libdir}/lib*.so.*.*
  48. %files devel
  49. %defattr(644,root,root,755)
  50. %attr(755,root,root) %{_libdir}/lib*.so
  51. %attr(755,root,root) %{_libdir}/lib*.la
  52. %{_includedir}/jack/*.h
  53. %attr(755,root,root) %{_libdir}/pkgconfig/jack.pc
  54. %changelog
  55. * Sat May 4 2002 Christian Fredrik Kalager Schaller <uraeus@linuxrising.org>
  56. - initial release of jack sound server package for GStreamer