]> git.pld-linux.org Git - SPECS.git/blob - mps.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / mps.spec
1 Summary:        MPS - locations of processes in MOSIX cluster
2 Summary(pl.UTF-8):      MPS - lokacja procesów w klastrze MOSIX
3 Name:           mps
4 Version:        1.1
5 Release:        2
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://www.mosix.org/moskrn/%{name}-%{version}.tar.gz
9 # Source0-md5:  139271704768f8a425d9371181249742
10 URL:            http://www.mosix.org/
11 BuildRequires:  ncurses-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Locations of processes in MOSIX cluster.
16
17 %description -l pl.UTF-8
18 Lokacja procesów w klastrze MOSIX.
19
20 %prep
21 %setup -q
22
23 %build
24 %{__make} \
25         CFLAGS="%{rpmcflags} -I`pwd` -I/usr/include/ncurses"
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
30
31 install mtop mps $RPM_BUILD_ROOT%{_bindir}
32 install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) %{_bindir}/*
40 %{_mandir}/man1/*
This page took 0.191999 seconds and 3 git commands to generate.