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