Author: pawelz Date: Mon Jul 12 10:03:43 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: packages/keynav: keynav.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/keynav/keynav.spec diff -u /dev/null packages/keynav/keynav.spec:1.1 --- /dev/null Mon Jul 12 12:03:44 2010 +++ packages/keynav/keynav.spec Mon Jul 12 12:03:35 2010 @@ -0,0 +1,57 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_with tests # build with tests +%bcond_without tests # build without tests +# +Summary: Keyboard pointer navigation +Name: keynav +Version: 0.20100601.2912 +Release: 0.1 +License: MIT +Group: Applications +Source0: http://semicomplete.googlecode.com/files/%{name}-%{version}.tar.gz +# Source0-md5: 2b1113d2337d7bef5742a7f3ab04cf23 +URL: http://www.semicomplete.com/projects/keynav/ +BuildRequires: pkgconfig +BuildRequires: xdotool-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +keynav is a piece of an on-going experiment to make pointer-driven +interfaces easier and faster for users to operate. It lets you move +the pointer quickly to most points on the screen with only a few key +strokes. + +%prep +%setup -q + +%build +CFLAGS="%{rpmcflags}" \ +LDFLAGS="%{rpmldflags} $(pkg-config --libs xext)" \ +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_sysconfdir} $RPM_BUILD_ROOT%{_bindir} +cp keynavrc $RPM_BUILD_ROOT%{_sysconfdir}/keynavrc +cp keynav $RPM_BUILD_ROOT%{_bindir}/keynav + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc CHANGELIST README +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/keynavrc +%attr(755,root,root) %{_bindir}/keynav + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/07/12 10:03:35 pawelz +- initial PLD release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
