Sophie

Sophie

distrib > Mageia > 3 > x86_64 > media > core-release-src > by-pkgid > 7c6f94bcb6e742f6bcb889e0de3fc4cc > files > 2

beep-1.3-3.mga3.src.rpm

Summary:	The pc speaker
Name:		beep
Version:	1.3
Release:	%mkrel 3
License:	GPLv2
Group:		System/Kernel and hardware 
URL:		http://www.johnath.com/beep/
Source0:	http://www.johnath.com/beep/%{name}-%{version}.tar.gz

%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
gcc %{optflags} -Wall -o beep beep.c

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1
install -m 755 beep %{buildroot}/%{_bindir}/
gunzip beep.1.gz
install -m 644 beep.1 %{buildroot}%{_mandir}/man1/

%files
%doc CHANGELOG COPYING CREDITS README
%{_bindir}/*
%{_mandir}/man1/*






%changelog

* Fri Jan 11 2013 umeabot <umeabot> 1.3-3.mga3
+ Revision: 346889
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Nov 29 2012 barjac <barjac> 1.3-2.mga3
+ Revision: 323145
- changed group to policy
- spec cleaned

* Sat Jan 08 2011 kharec <kharec> 1.3-1.mga2
+ Revision: 1278
- imported package beep