From 77acfdf2049cebbbdb6920076a2ad3d01eb24227 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 14 Jul 2002 18:10:00 +0000 Subject: [PATCH] - new Changed files: atlantic.spec -> 1.1 --- atlantic.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 atlantic.spec diff --git a/atlantic.spec b/atlantic.spec new file mode 100644 index 0000000..0b31696 --- /dev/null +++ b/atlantic.spec @@ -0,0 +1,46 @@ +Summary: Setup and diagnostic program for ISA NE2000 Ethernet adapters +Summary(pl): Program konfiguracyjny i diagnostyczny do kart sieciowych ISA NE2000 +Name: atlantic +# note: version taken from CVS rev. +Version: 1.7 +Release: 1 +License: GPL +Group: Networking/Utilities +Source0: ftp://ftp.scyld.com/pub/diag/atlantic.c +URL: http://www.scyld.com/diag/atlantic.html +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define debugcflags -O1 -g + +%description +This is a setup and diagnostic program for ISA NE2000 Ethernet +adapters. It has specific support for configuring the National +Semiconductor AT/LANTIC DP83905 used in on ISA Ethernet adapters such +as the NE2000plus. It also works several work-alike chips from other +vendors. + +%description -l pl +Ten pakiet zawiera program konfiguracyjny i diagnostyczny do kart +sieciowych ISA NE2000. Zosta³ napisany dla kart na uk³adzie National +Semiconductor AT/LANTIC DP83905, u¿ytym do kart sieciowych ISA takich +jak NE2000plus. Dzia³a te¿ z niektórymi podobnie zachowuj±cymi siê +uk³adami innych producentów. + +%prep +%setup -q -c -T + +%build +%{__cc} %{rpmcflags} %{rpmldflags} -o atlantic %{SOURCE0} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_sbindir} + +install atlantic $RPM_BUILD_ROOT%{_sbindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_sbindir}/* -- 2.43.0