diff --git a/.cvsignore b/.cvsignore index e69de29..7bf96d8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +aldo-0.7.5.tar.bz2 diff --git a/aldo.spec b/aldo.spec new file mode 100644 index 0000000..69a5a3b --- /dev/null +++ b/aldo.spec @@ -0,0 +1,56 @@ +Name: aldo +Version: 0.7.5 +Release: 2%{?dist} +Summary: A morse tutor + +Group: Applications/Communications +License: GPLv2+ +URL: http://aldo.nongnu.org/ +Source0: http://savannah.nongnu.org/download/aldo/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: libao-devel +#Requires: + +%description +Aldo is a morse code learning tool released under GPL, which provides +four type of training methods: + + 1. Classic exercise : Identify random characters played in morse code. + 2. Koch method : Two morse characters will be played at full speed + (20wpm) until you'll be able to identify at least 90 percent of + them. After that, one more character will be added, and so on. + 3. Read from file : Identify the morse code generated from a file. + 4. Callsign exercise : Identify random callsigns played in morse code. + + +%prep +%setup -q + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING README THANKS +%{_bindir}/* +%{_mandir}/man?/* + + +%changelog +* Sat Feb 16 2008 Robert 'Bob' Jensen 0.7.5-2 +- Submit for review +* Mon Dec 10 2007 Sindre Pedersen Bjørdal - 0.7.5-1 +- Initial build diff --git a/sources b/sources index e69de29..031c785 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +385eaec5a6d293195aa5fa6a00b1cfcf aldo-0.7.5.tar.bz2