aboutsummaryrefslogtreecommitdiffstats
path: root/src/sos.spec
diff options
context:
space:
mode:
authorshnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-07-06 07:55:47 +0000
committershnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-07-06 07:55:47 +0000
commitec153501ffbe50fbad851ecc036a0624f68cfa54 (patch)
tree2bfdf0e17b0a1fb562913de1011dd9679829c05d /src/sos.spec
parent513e30ce0e05322758f6521207591901b6050f2e (diff)
downloadsos-ec153501ffbe50fbad851ecc036a0624f68cfa54.tar.gz
* more fixes for Fedora
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@177 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/sos.spec')
-rw-r--r--src/sos.spec7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/sos.spec b/src/sos.spec
index 6e3b539b..928577cd 100644
--- a/src/sos.spec
+++ b/src/sos.spec
@@ -4,7 +4,7 @@
%define version 1.6
%define release 4
-Summary: Sos is a set of tools to gather troubleshooting information from a system
+Summary: A set of tools to gather troubleshooting information from a system
Name: %{name}
Version: %{version}
Release: %{release}%{?dist}
@@ -35,10 +35,7 @@ python setup.py build
%install
rm -rf ${RPM_BUILD_ROOT}
-python setup.py install --optimize 1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
-# 'brp-compress' gzips the man pages without distutils knowing... fix this
-sed -i -e 's@man/man\([[:digit:]]\)/\(.\+\.[[:digit:]]\)$@man/man\1/\2.gz@g' INSTALLED_FILES
-
+python setup.py install --optimize 1 --root=$RPM_BUILD_ROOT
%clean
rm -rf ${RPM_BUILD_ROOT}