Summary: Voice recordings for the Asterisk PBX Name: callweaver-sounds Version: 20071202 Release: 1%{?dist} License: CC-BY-ND Group: Applications/Internet Provides: asterisk-sounds BuildRequires: sox, sed Source: http://devs.callweaver.org/sounds/callweaver-sounds.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://www.callweaver.org/ %description A collection of voice recordings for the Asterisk PBX. These audio files are used to implement features such as voicemail. %prep %setup -q -n callweaver-sounds %build make %install rm -rf $RPM_BUILD_ROOT for file in `find sounds/en_US/MelanieTaylor/* -name *.gsm`; do install -D -p -m 644 $file $RPM_BUILD_ROOT/%{_datadir}/asterisk/sounds/${file##*sounds/en_US/MelanieTaylor} done %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root, -) %{_datadir}/asterisk/sounds %doc sounds/en_US/MelanieTaylor/README sounds/en_US/MelanieTaylor/sounds.txt %changelog * Wed May 28 2008 W. Michael Petullo - 20071202-1 - Initial RPM.