source: ProjectBuilder/projects/netperf/pbconf/2.4.4/netperf/rpm/netperf.spec@ 384

Last change on this file since 384 was 384, checked in by Bruno Cornec, 16 years ago

Adds all pb projects under the projects dir (from svn+ssh://svn.project-builder.org/mondo/svn/project-builder)

File size: 827 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
15BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
16
17%description
18PBDESC
19
20%description -l fr
21netperf est un outil de benchmark réseau
22
23%prep
24%setup -q
25
26%build
27%configure
28make %{?_smp_mflags} VERSION=%{version}
29
30%install
31%{__rm} -rf $RPM_BUILD_ROOT
32make DESTDIR=$RPM_BUILD_ROOT install
33
34%clean
35%{__rm} -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(-,root,root)
39%doc ChangeLog
40%doc INSTALL COPYING README AUTHORS NEWS
41%doc README.* Release_Notes doc/examples
42%{_bindir}/*
43%{_mandir}/*/*
44%{_infodir}/*
45
46%changelog
47PBLOG
48
Note: See TracBrowser for help on using the repository browser.