]> git.pld-linux.org Git - packages/xosview.git/blob - xosview.spec
- updated to 1.24
[packages/xosview.git] / xosview.spec
1 Summary:        An X Window System utility for monitoring system resources
2 Summary(de.UTF-8):      X11-Util zur Anzeige von Systemressourcen
3 Summary(es.UTF-8):      Utilitario X11 para visualizar los recursos del sistema
4 Summary(fr.UTF-8):      Utilitaire X11 pour visualiser les ressources système
5 Summary(pl.UTF-8):      Narzędzie pod X11 monitorujące zasoby systemowe
6 Summary(pt_BR.UTF-8):   Utilitário X11 para visualizar os recursos do sistema
7 Summary(tr.UTF-8):      Sistem kaynaklarını denetleyen X11 yardımcı programı
8 Summary(zh_CN.UTF-8):   系统资源的图形监视工具
9 Name:           xosview
10 Version:        1.24
11 Release:        1
12 License:        GPL v2
13 Group:          X11/Applications
14 Source0:        http://www.pogo.org.uk/~mark/xosview/releases/%{name}-%{version}.tar.gz
15 # Source0-md5:  3da6fe20bba2539255e9349762ebe0d8
16 Patch0:         %{name}-desktop.patch
17 URL:            https://xosview.sourceforge.net/
18 BuildRequires:  libstdc++-devel
19 BuildRequires:  xorg-lib-libX11-devel
20 BuildRequires:  xorg-lib-libXpm-devel
21 Requires:       xorg-lib-libXt >= 1.0.0
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %define         _appdefsdir     /usr/share/X11/app-defaults
25
26 %description
27 The xosview utility displays a set of bar graphs which show the
28 current system state, including memory usage, CPU usage, system load,
29 etc. Xosview runs under the X Window System.
30
31 Install the xosview package if you need a graphical tool for
32 monitoring your system's performance.
33
34 %description -l de.UTF-8
35 xosview stellt den aktuellen Systemzustand mit Balkengrafiken dar -
36 Speichernutzung, CPU- und Netzwerkauslastung. Sehr nützlich.
37
38 %description -l es.UTF-8
39 xosview nos ofrece un conveniente gráfico de barras del estado actual
40 del sistema - uso de memoria, carga de la CPU y uso de red. Muy útil
41 para monitoración del estado de tu sistema.
42
43 %description -l fr.UTF-8
44 xosview offre un histogramme représentant l'état courant du système -
45 l'utilisation mémoire, la charge CPU et l'utilisation du réseau. Très
46 utile pour surveiller ces états.
47
48 %description -l pl.UTF-8
49 xosview wyświetla zestaw słupków, które pokazują aktualny stan
50 systemu, w tym wykorzystanie pamięci, procesora itp. xosview działa
51 pod X Window System.
52
53 %description -l pt_BR.UTF-8
54 O xosview oferece um conveniente gráfico de barras do estado atual do
55 sistema - uso de memória, carga da CPU e uso de rede. Muito útil para
56 monitoração do status do seu sistema.
57
58 %description -l tr.UTF-8
59 xosview sistemin o anki durumunu (işlemci yükü, bellek ve ağ
60 kullanımı) küçük bir pencerede grafik ortamda sunar.
61
62 %prep
63 %setup -q
64 %patch0 -p1
65
66 %build
67 %{__make} \
68         CXX="%{__cxx}" \
69         LDFLAGS="%{rpmldflags}" \
70         OPTFLAGS="%{rpmcxxflags} %{rpmcppflags}" \
71         PLATFORM=linux
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75 install -d $RPM_BUILD_ROOT%{_appdefsdir}
76
77 %{__make} install \
78         DESTDIR=$RPM_BUILD_ROOT \
79         PREFIX=%{_prefix}
80
81 cp -p Xdefaults $RPM_BUILD_ROOT%{_appdefsdir}/XOsview
82
83 %clean
84 rm -rf $RPM_BUILD_ROOT
85
86 %files
87 %defattr(644,root,root,755)
88 %doc CHANGES COPYING COPYING.BSD README README.linux TODO
89 %attr(755,root,root) %{_bindir}/xosview
90 %{_desktopdir}/xosview.desktop
91 %{_iconsdir}/hicolor/32x32/apps/xosview.png
92 %{_appdefsdir}/XOsview
93 %{_mandir}/man1/xosview.1*
This page took 0.235554 seconds and 4 git commands to generate.