]> git.pld-linux.org Git - SPECS.git/blob - pnetmark.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / pnetmark.spec
1 %define         pnet_ver        0.8.0
2 Summary:        PNetMark - benchmarking tool for Common Language Runtime (CLR) environments
3 Summary(pl.UTF-8):      PNetMark - narzędzie do pomiaru wydajności środowisk CLR (Common Language Runtime)
4 Name:           pnetmark
5 Version:        0.0.6
6 Release:        1
7 License:        GPL v2+
8 Group:          Libraries
9 Source0:        http://download.savannah.gnu.org/releases/dotgnu-pnet/%{name}-%{version}.tar.gz
10 # Source0-md5:  e23c06fb48495ef1ade0fa5c700283f2
11 URL:            http://www.gnu.org/software/dotgnu/pnet.html
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  ncurses-devel
15 # required tools: cscc ilrun csdoc2html
16 BuildRequires:  pnet-compiler-csharp >= %{pnet_ver}
17 BuildRequires:  pnet-interpreter >= %{pnet_ver}
18 BuildRequires:  pnet-tools >= %{pnet_ver}
19 BuildRequires:  pnetlib-base >= %{pnet_ver}
20 Requires:       pnetlib-base >= %{pnet_ver}
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 PNetMark is a benchmarking tool for Common Language Runtime (CLR)
25 environments. It is loosely based on the techniques used by the
26 CaffeineMark to benchmark Java.
27
28 %description -l pl.UTF-8
29 PNetMark to narzędzie do pomiaru wydajności środowisk CLR (Common
30 Language Runtime). Jest luźno oparty na technikach używanych w
31 CaffeineMark służącym do testowania wydajności Javy.
32
33 %prep
34 %setup -q
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__automake}
40 %configure \
41         --with-pnetlib=%{_libdir}/cscc/lib
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_libdir}/cscc/lib
47
48 install linpack/linpack.exe scimark2/scimark2.exe src/pnetmark.exe $RPM_BUILD_ROOT%{_libdir}/cscc/lib
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog NEWS README doc/*.html
56 %{_libdir}/cscc/lib/linpack.exe
57 %{_libdir}/cscc/lib/pnetmark.exe
58 %{_libdir}/cscc/lib/scimark2.exe
This page took 0.127145 seconds and 3 git commands to generate.