Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 3f0f4dbdbc53c1ae7092d85e0dfa53d3 > files > 2

as6edriver-0.4.2-2mdk.src.rpm

%define name	as6edriver
%define version	0.4.2
%define release	2mdk

Name: 		%{name}
Version:	%{version}
Release: 	%{release}
Summary: 	Linux driver for the Artec AS6E parallel port interface scanner
URL: 		http://as6edriver.sourceforge.net/
Group:		Graphics
License: 	GPL
Source: 	%{name}-%{version}.tar.bz2
BuildRoot: 	%{_tmppath}/%{name}-root

%description
It is still in development, but it seems to work for most people. 
Version 0.4.2 updates the driver for for SANE version 1.0.3 and 
2.4 series kernels. As of version 0.3, it works in EPP mode, 
cutting scan times roughly in half!

SANE is now supported and included in sane packages.

%prep
%setup -q -n as6edriver

%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
%configure --prefix=/usr
%make

%install
mkdir -p %{buildroot}/{%{_sysconfdir},%{_bindir}}
install -m 755 as6edriver/as6edriver %{buildroot}/%{_bindir}
install -m 644 as6e.conf %{buildroot}/%{_sysconfdir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog INSTALL README
%attr(4755,root,root) %{_bindir}/as6edriver
%config(noreplace) %{_sysconfdir}/as6e.conf

%changelog
* Sat Jan 26 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.2-2mdk
- rebuild
- spec clan up and more macros

* Fri Jul 27 2001 Yves Duret <yduret@mandrakesoft.com> 0.4.2-1mdk
- mandrakeificazion from spec by Buchan Milne <bgmilne@cae.co.za>

* Tue Jul 24 2001 Buchan Milne <bgmilne@cae.co.za>
- Initial spec file created by autospec ver. 0.6 with rpm 2.5 compatibility