source: ProjectBuilder/projects/netperf/pbconf/2.4.5/netperf/rpm/netperf.spec@ 826

Last change on this file since 826 was 826, checked in by Bruno Cornec, 15 years ago

r3249@localhost: bruno | 2009-07-12 14:57:42 +0200
Adapt netperf build files to 0.9.7.1

File size: 849 bytes
Line 
1#
2# $Id$
3#
4
5Summary: The netperf tool is a benchmarking network tool
6Summary(fr): netperf est un outil de benchmark réseau
7
8Name: PBPKG
9Version: PBVER
10Release: PBTAGPBSUF
11License: PBLIC
12Group: PBGRP
13Url: PBURL
14Source: PBSRC
15PBPATCHSRC
16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
17
18%description
19PBDESC
20
21%description -l fr
22netperf est un outil de benchmark réseau
23
24%prep
25%setup -q
26PBPATCHCMD
27
28%build
29%configure
30make %{?_smp_mflags} VERSION=%{version}
31
32%install
33%{__rm} -rf $RPM_BUILD_ROOT
34make DESTDIR=$RPM_BUILD_ROOT install
35
36%clean
37%{__rm} -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(-,root,root)
41%doc ChangeLog
42%doc INSTALL COPYING README AUTHORS NEWS
43%doc README.* Release_Notes doc/examples
44%{_bindir}/*
45%{_mandir}/*/*
46%{_infodir}/*
47
48%changelog
49PBLOG
50
Note: See TracBrowser for help on using the repository browser.