rpms/aldo/F-8 aldo.spec,NONE,1.1

Robert 'Bob' Jensen (bjensen) fedora-extras-commits at redhat.com
Sun Feb 17 18:51:23 UTC 2008


Author: bjensen

Update of /cvs/pkgs/rpms/aldo/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11569

Added Files:
	aldo.spec 
Log Message:

Committing in .
Added Files:
	aldo.spec 



--- NEW FILE aldo.spec ---
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 <bob at bobjensen.com> 0.7.5-2
- Submit for review
* Mon Dec 10 2007 Sindre Pedersen Bjørdal - 0.7.5-1
- Initial build




More information about the fedora-extras-commits mailing list