/[packages]/cauldron/sos/current/SPECS/sos.spec
ViewVC logotype

Contents of /cauldron/sos/current/SPECS/sos.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1079877 - (show annotations) (download)
Tue Jan 3 10:49:28 2017 UTC (7 years, 3 months ago) by daviddavid
File size: 1204 byte(s)
SILENT: fix file list
SILENT: use a named-versioned tarball
SILENT: use rpm and python macros

1 Summary: A set of tools to gather troubleshooting information from a system
2 Name: sos
3 Version: 3.3
4 Release: %mkrel 2
5 Group: System/Base
6 License: GPLv2+
7 Url: http://sosreport.github.io/sos/
8 Source0: https://github.com/%{name}report/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
9 Patch0: sos-mageia-branding-po.patch
10 Patch1: sos-mageia-branding-support.patch
11 BuildArch: noarch
12 BuildRequires: pkgconfig(python2)
13 BuildRequires: python-sphinx
14 BuildRequires: gettext
15 BuildRequires: python-sphinx
16 Requires: libxml2-python
17 Requires: tar
18 Requires: bzip2
19 Requires: xz
20 Requires: python-rpm
21 Requires: python-six
22
23 %description
24 Sos is a set of tools that gathers information about system
25 hardware and configuration. The information can then be used for
26 diagnostic purposes and debugging. Sos is commonly used to help
27 support technicians and developers.
28
29 %prep
30 %setup -q
31 %patch0 -p1 -b .brand
32 #patch1 -p1 -b .support
33
34 %build
35 %make_build
36
37 %install
38 %make_install
39 %find_lang %{name}
40
41 %files -f %{name}.lang
42 %doc README.md AUTHORS LICENSE
43 %doc %{_docdir}/%{name}/html/
44 %{_sbindir}/sosreport
45 %{_datadir}/%{name}
46 %{python2_sitelib}/*
47 %{_mandir}/man1/*
48 %{_mandir}/man5/*
49 %config(noreplace) %{_sysconfdir}/sos.conf

  ViewVC Help
Powered by ViewVC 1.1.30