SPECS: klavaro.spec (NEW) - added

twittner twittner at pld-linux.org
Sat Apr 29 19:24:46 CEST 2006


Author: twittner                     Date: Sat Apr 29 17:24:46 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   klavaro.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/klavaro.spec
diff -u /dev/null SPECS/klavaro.spec:1.1
--- /dev/null	Sat Apr 29 19:24:46 2006
+++ SPECS/klavaro.spec	Sat Apr 29 19:24:41 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:	Touch typing tutor program
+Summary(pl):	Program do nauki pisania bezwzrokowego na klawiaturze
+Name:		klavaro
+Version:	0.9.7
+Release:	1
+License:	GPL v2
+Group:		Applications/Text
+Source0:	http://dl.sourceforge.net/klavaro/%{name}-%{version}.tar.gz
+URL:		http://klavaro.sourceforge.net/en/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gtk+2-devel >= 2.6.2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Klavaro is a program that teachs you to touch type and/or helps you to
+improve your skills with the keyboard.
+
+%description -l pl
+Klavaro jest programem do nauki i/lub poprawy umiejętności pisania
+bezwzrokowego na klawiaturze.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --with-gnome --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f klavaro.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_mandir}/man1/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/04/29 17:24:41  twittner
+- added
+
================================================================


More information about the pld-cvs-commit mailing list