]> git.pld-linux.org Git - packages/3c5x9setup.git/blame - 3c5x9setup.spec
- tabs in preamle
[packages/3c5x9setup.git] / 3c5x9setup.spec
CommitLineData
44832da6 1Summary: Configuration and diagnostic utils for 3Com 5x9 cards
3b58d8a0 2Summary(pl.UTF-8): Narzędzia konfiguracyjne i diagnostyczne dla kart 3Com 5x9
810bb057 3Name: 3c5x9setup
4Version: 0.05b.redhog.1
80f144d7 5Release: 4
810bb057 6License: GPL
7Group: Networking/Utilities
0ad64960
JB
8# newer version (v1.00) by Donald Becker, but without redhog changes:
9# Source0: ftp://ftp.scyld.com/pub/diag/3c5x9setup.c
89f130b2 10#Source0Download: http://redhog.org/Projects/Programming/Current/3c5x9setup/
ab1a353d 11Source0: http://redhog.org/Projects/Programming/Current/3c5x9setup/Sources/%{name}.donald.becker.%{version}.c
b57795ad 12# Don't use Source0-md5 here. It is a text file!
ab1a353d 13#URL: http://www.scyld.com/diag/3c5x9setup.html
14URL: http://redhog.org/Projects/Programming/Current/3c5x9setup/
80f144d7 15ExclusiveArch: %{ix86} alpha
810bb057 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
44832da6
JB
19EEPROM setup and diagnostic program for the 3Com 3c5x9 series
20ethercards.
21
43d8cc2b
JR
22%description -l pl.UTF-8
23Narzędzie do konfiguracji EEPROM i diagnostyki kart sieciowych 3Com
44832da6 24serii 3c5x9.
810bb057 25
26%prep
27%setup -q -T -c
44832da6 28cp -f %{SOURCE0} .
810bb057 29
30%build
44832da6 31%{__cc} %{rpmcflags} %{rpmldflags} -o 3c5x9setup 3c5x9setup*.c
810bb057 32
33%install
34rm -rf $RPM_BUILD_ROOT
35install -D 3c5x9setup $RPM_BUILD_ROOT%{_sbindir}/3c5x9setup
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%attr(755,root,root) %{_sbindir}/*
This page took 0.470652 seconds and 4 git commands to generate.