Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > e028c64f63aed8597f772c4c4a5253b6 > files > 2

g15macro-1.0.3-4mdv2009.0.src.rpm

Name:                   g15macro
Version:                1.0.3
Release:                %mkrel 4
Summary:                Simple Macro recording/playback app for G15Daemon
License:                GPL
Group:                  System/Configuration/Hardware
URL:                    http://g15daemon.sourceforge.net/
Source0:                http://downloads.sourceforge.net/g15daemon/g15macro-%{version}.tar.bz2
BuildRequires:          g15-devel
BuildRequires:          g15daemon_client-devel
BuildRequires:          g15render-devel
BuildRequires:          X11-devel
BuildRequires:          x11-proto-devel
BuildRequires:          libxtst-devel
BuildRoot:              %{_tmppath}/%{name}-%{version}-%{release}-root

%description
A simple Macro recording/playback app for G15Daemon.

Requires X11, libg15render, and the XTEST extension headers to compile, and
XTEST extension in order to function.

Features:
- records both keyboard and mouse activity, playback via 'G' hotkey
- up to 56 macros can be created (using the 'M' keys to select a palette).
- Each macro can have up to 128 steps

%prep
%setup -q

%build
%{configure2_5x} --enable-xtest
%{make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}
%{__rm} -r %{buildroot}%{_docdir}

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

%files 
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%defattr(-,root,root,0755)
%{_bindir}/g15macro
%{_datadir}/g15macro


%changelog
* Thu Jul 24 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.0.3-4mdv2009.0
+ Revision: 245589
- rebuild

* Mon Feb 11 2008 David Walluck <walluck@mandriva.org> 1.0.3-2mdv2008.1
+ Revision: 165002
- enable xtest

* Fri Feb 08 2008 David Walluck <walluck@mandriva.org> 1.0.3-1mdv2008.1
+ Revision: 163935
- fix file list
- import g15macro