General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

dvorak7min spec file : Dries RPM Repository

Back to the dvorak7min rpms

Current spec in pydar2:


# $Id: dvorak7min.spec 4286 2006-04-08 21:39:15Z dries $
# Authority: dries

Summary: Dvorak typing tutor
Name: dvorak7min
Version: 1.6.1
Release: 3.2
License: GPL
Group: Applications/System
URL: http://www.linalco.com/comunidad.html

Source: http://www.linalco.com/ragnar/dvorak7min-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: ncurses-devel

%description
Dvorak7min is a ncurses based dvorak typing tutor. It features well chosen
lessons, color for easy visual feedback, and a real time characters per
second display. It's called 7min because it originally was a personal hack
written in 7 min.

%prep
%setup

%build
### force rebuild
%{__rm} -f dvorak7min *.o
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install INSTALL="%{buildroot}%{_bindir}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc ChangeLog COPYING README
%{_bindir}/*

%changelog
* Sat Apr 08 2006 Dries Verachtert  - 1.6.1-3.2
- Rebuild for Fedora Core 5.

* Wed Apr 21 2004 Dries Verachtert  1.6.1-3
- rebuild

* Tue Feb 24 2004 Dries Verachtert  1.6.1-2
- force rebuild
- check build requirements with mach

* Sun Feb 1 2004 Dries Verachtert  1.6.1-1
- first packaging for Fedora Core 1