info: isapnptools.spec

Marcin Korzonek mkorz at shadow.eu.org
Sun Sep 27 23:34:35 CEST 1998


Hej,
isapnptools.spec
-- 
   Marcin Korzonek
   mkorz at shadow.eu.org
-------------- next part --------------
Summary: Programs to configure ISA Plug-And-Play devices on a linux machine.
Summary(pl): Narz?dzia do konfigurowania urz?dze? Plug-And-Pray.
Name: isapnptools
Version: 1.11
Release: 7
Copyright: GPL
Group: Utilities/System
URL: http://www.roestock.demon.co.uk/isapnptools/
Source: ftp://ftp.demon.co.uk/pub/unix/linux/utils/%{name}-%{version}.tar.gz
Patch: %{name}.patch
Patch1: %{name}-skipio.patch
BuildRoot: /tmp/%{name}-%{version}-root

%description
These programs allow ISA Plug-And-Play devices to be configured
on a Linux machine.

This program is suitable for all systems, whether or not they
include a PnP BIOS. In fact, a PnP BIOS adds some complications
because it may already activate some cards so that the drivers
can find them, and these tools can unconfigure them, or change
their settings causing all sorts of nasty effects. If you have
(for example) plug and play network cards that already work, I
suggest you read section 4 on the format of the configuration
file below very carefully.

%description -l pl
Programy zawarte w tym pakiecie umo?liwiaj? skonfigurowanie urz?dze?
Plug-And-Play pod??czonych do szyny ISA.

Narz?dzia s? dostosowane do wszystkich system?w i nie wymagaj?
posiadania BIOS-u obs?uguj?cego PnP.

%prep
%setup -q

%patch -p1
%patch1 -p1

%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT

install -d $RPM_BUILD_ROOT/{sbin,usr/man/man5,usr/man/man8,/etc}
make DESTDIR=$RPM_BUILD_ROOT install
touch $RPM_BUILD_ROOT/etc/isapnp.conf

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644, root, root, 755)
%doc CHANGES README README.ide README.initrd README.modules
%doc isapnp.conf isapnp.lsm
%attr(600, root, root) %config(noreplace) %verify(not size md5 mtime)/etc/isapnp.conf
%attr(700, root, root) /sbin/*
%attr(644, root, man) /usr/man/*/*

%changelog
* Sun Sep 27 1998 Marcin Korzonek <mkorz at shadow.eu.org>
- translations modified for pl
- defined files permission
- added config file

* Tue Jun 30 1998 Wojtek Slusarczyk <wojtek at shadow.eu.org>
[1.11-7]
- build against glibc-2.1

* Fri Oct 03 1997 Michael Fulbright <msf at redhat.com>

- added code to avoid probing in IO port ranges in /proc/ioports

* Fri Aug 22 1997 Mike Wangsmo <wanger at redhat.com>

- Built against glibc

* Thu Jul 17 1997 Timo Karjalainen <timok at iki.fi>

- Updated to version 1.11
- Added RPM_OPT_FLAGS
- Uses BuildRoot



More information about the pld-devel-pl mailing list