www.pudn.com > xvoice-0.8.1.rar > xvoice.spec.in


%define prefix /usr

Summary: Voice controlled X
Name: xvoice
Version: @VERSION@
Release: 1
Copyright: GPL
Group: Applications
Source: http://thecraftstudio.com/bcboy/xvoice/%{name}-%{version}.tar.gz
URL: http://thecraftstudio.com/bcboy/xvoice
Packager:  Brian Craft 
BuildRoot: /var/tmp/%{name}-%{version}-root

%description
XVoice uses IBM's ViaVoice libraries to provide voice controll for X applications.
Currently its ui is based on gnome/gtk+.

%changelog

* Fri Mar 10 2000  Brian Craft 
- First RPM release.

%prep
%setup

%build
./configure --prefix=/usr
make

%install
rm -fr $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README TODO NEWS INSTALL COPYING ChangeLog AUTHORS COMMANDS
%{prefix}/bin/xvoice
%{prefix}/share/xvoice
%{prefix}/share/pixmaps/xvoice.png