Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
xosview
xosview.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xosview.spec of Package xosview
# # spec file for package xosview # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: xosview BuildRequires: autoconf BuildRequires: gcc-c++ BuildRequires: linux-kernel-headers BuildRequires: pkgconfig BuildRequires: xorg-x11 BuildRequires: xorg-x11-devel # NOTE: We don't want this dependency and desktop-data-SuSE is in all # desktop selections. #Requires: desktop-data-SuSE # This because /usr/bin/xrdb is part of xorg-x11 Requires: xorg-x11 Version: 1.14 Release: 0 Summary: System Load Information License: GPL-2.0+ Group: System/Monitoring Url: https://github.com/hills/xosview Source: xosview-%{version}.tar.gz Source1: rc.config.xosview Source2: xosview.png Source3: xosview.desktop Source4: xosview.sh Source5: xosview-rpmlintrc Patch: xosview-%{version}.dif Patch1: xosview-%{version}-serial.patch Patch3: xosview-%{version}-maxlimit.patch Patch7: xosview-%{version}-longint.patch Patch8: xosview-%{version}-sysinfo.patch Patch10: xosview-%{version}-appdef.dif Patch11: xosview-%{version}-diskstat.dif # PATCH-FIX-OPENSUSE: Re-add xpm background pximap support (bnc#817558) Patch12: xosview-%{version}-pixmap.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define _appdefdir %{_datadir}/X11/app-defaults %description A small program which is mostly configurable using resources via ~/.Xresources. It shows actual CPU, swap, memory, active interrupts, and, if desired, netpacket statistics in a graphical manner. %prep %setup -q %patch1 -p0 -b .serial %patch3 -p0 -b .maxlimit %patch7 -p0 -b .ulong %patch8 -p0 -b .sysinfo %patch10 -p0 -b .appdef %patch11 -p0 -b .diskstat %patch12 -p0 -b .pixmap %patch %build OPTFLAGS="$RPM_OPT_FLAGS" CXX=g++ case "$RPM_OPT_FLAGS" in *-fno-const-strings*) ;; *) if $CXX $OPTFLAGS -fno-const-strings -S -o /dev/null -xc /dev/null > /dev/null 2>&1 ; then OPTFLAGS="$OPTFLAGS -fno-const-strings" fi esac make clean make PLATFORM=linux OPTFLAGS="$OPTFLAGS" PREFIX=%{_exec_prefix} USE_SYSCALLS=1 %install mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_mandir}/man1 mkdir -p %{buildroot}%{_appdefdir} mkdir -p %{buildroot}%{_docdir}/xosview make PREFIX=%{_exec_prefix} \ MANDIR=%{_mandir} \ XAPPLOADDIR=%{_appdefdir} \ USE_SYSCALLS=1 \ DESTDIR=%{buildroot} \ install install -m 0444 Xdefaults %{buildroot}%{_appdefdir}/XOsview install -m 0444 README %{buildroot}%{_docdir}/xosview/ install -m 0444 README.linux %{buildroot}%{_docdir}/xosview/ mv %{buildroot}%{_bindir}/xosview %{buildroot}%{_bindir}/xosview.bin sed 's|@@BINDIR@@|%{_bindir}|' < %{S:4} > %{buildroot}%{_bindir}/xosview chmod 0755 %{buildroot}%{_bindir}/xosview chmod 0755 %{buildroot}%{_bindir}/xosview.bin mkdir -p %{buildroot}%{_datadir}/pixmaps install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/ mkdir -p %{buildroot}%{_datadir}/applications install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/applications %files %defattr(-,root,root) %{_datadir}/pixmaps/xosview.png %{_datadir}/applications/xosview.desktop %{_bindir}/xosview %{_bindir}/xosview.bin %config %{_appdefdir}/XOsview %doc %{_mandir}/man1/xosview.1.gz %dir %{_docdir}/xosview/ %doc %{_docdir}/xosview/README %doc %{_docdir}/xosview/README.linux %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor