Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > 621a23624e9304ea55d590e53d264c07 > files > 3

rlpr-2.02-3mdk.src.rpm

Summary:	Remote printing utilities
Name:		rlpr
Version:	2.02
Release:	3mdk
License:	GPL
Group:		Networking/Remote access
Source0:	ftp://ftp.pwr.wroc.pl/pub/linux/system/printing/%{name}-%{version}.tar.bz2
Patch0:		%{name}-automake.patch.bz2
BuildRoot:	%_tmppath/%name-%version-%release-root

%description
Rlpr is a package that makes it possible (or at the very least,
easier), to print files on remote sites to your local printer. The
rlpr package includes BSD-compatible replacements for `lpr', `lpq',
and `lprm', whose functionality is a superset of their BSD
counterparts. In other words, with the rlpr package, you can do
everything you can do with the BSD printing commands, and more. The
programs contained within the rlpr package are all GPL'd, and are more
lightweight, cleaner and more secure than their BSD counterparts.

%prep
%setup -q
%patch0 -p1

%build
LDFLAGS="-s"; export LDFLAGS
mv -f aclocal.m4 acinclude.m4
aclocal
automake
autoconf
autoheader
%configure
%{make}

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall


%clean
rm -fr %buildroot


%files
%defattr(644,root,root,755)
%doc AUTHORS NEWS README THANKS TODO
%attr(4755,root,root) %{_bindir}/*
%{_mandir}/man*/*


%changelog
* Fri Mar 22 2002 David BAUDENS <baudens@mandrakesoft.com> 2.02-3mdk
- Clean after build
- Remove pl description and summary

* Tue Aug  7 2001 Till Kamppeter <till@mandrakesoft.com> 2.02-2mdk
- Executables must be SUID root to work

* Tue Aug  7 2001 Till Kamppeter <till@mandrakesoft.com> 2.02-1mdk
- Initial release