Name: beep Version: 1.2.2 Release: 2.n0i.2%{?dist} Summary: Beep the pc speaker any number of ways Group: Applications/Multimedia License: GPL URL: http://www.johnath.com/beep/ Source0: http://www.johnath.com/beep/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Beep allows the user to control the pc-speaker with precision, allowing different sounds to indicate different events. While it can be run quite happily on the commandline, it's intended place of residence is within shell/perl scripts, notifying the user when something interesting occurs. Of course, it has no notion of what's interesting, but it's real good at that notifying part. %prep %setup -q %build %{__cc} ${RPM_OPT_FLAGS} beep.c -o beep %install %{__install} -D -m0755 beep $RPM_BUILD_ROOT%{_bindir}/%{name} %{__install} -D -m0644 beep.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1.gz %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc CHANGELOG COPYING CREDITS README %{_bindir}/beep %{_mandir}/man1/beep.* %changelog * Fri Jun 08 2007 Marius FERARU - 1.2.2-2.n0i.2 - rebuild * Sat Jul 01 2006 Marius FERARU - 1.2.2-1.n0i.1 - packaged for Fedora