rpms/aldo/devel aldo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

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


Author: bjensen

Update of /cvs/pkgs/rpms/aldo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10984/devel

Modified Files:
	.cvsignore sources 
Added Files:
	aldo.spec 
Log Message:

Committing in .
 
Modified Files:
 	devel/.cvsignore devel/sources 
Added Files:
 	devel/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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/aldo/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Feb 2008 17:34:54 -0000	1.1
+++ .cvsignore	17 Feb 2008 18:32:08 -0000	1.2
@@ -0,0 +1 @@
+aldo-0.7.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/aldo/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Feb 2008 17:34:54 -0000	1.1
+++ sources	17 Feb 2008 18:32:08 -0000	1.2
@@ -0,0 +1 @@
+385eaec5a6d293195aa5fa6a00b1cfcf  aldo-0.7.5.tar.bz2




More information about the fedora-extras-commits mailing list