summaryrefslogtreecommitdiffstats
path: root/rteval.spec
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-10-26 14:37:50 +0100
committerDavid Sommerseth <davids@redhat.com>2009-10-26 14:37:50 +0100
commit4e8040c38e6f0e968b9b4960d59a0b8db2631f09 (patch)
treee40c55d8a256edc0ac96270c8cc3a895d46ba282 /rteval.spec
parentedeac25984921383f4b20762882690cac5470a29 (diff)
downloadrteval-4e8040c38e6f0e968b9b4960d59a0b8db2631f09.tar.gz
rteval-4e8040c38e6f0e968b9b4960d59a0b8db2631f09.tar.xz
rteval-4e8040c38e6f0e968b9b4960d59a0b8db2631f09.zip
Fixed rpmlint complaints
Diffstat (limited to 'rteval.spec')
-rw-r--r--rteval.spec56
1 files changed, 31 insertions, 25 deletions
diff --git a/rteval.spec b/rteval.spec
index 28f9e9d..55ebc1f 100644
--- a/rteval.spec
+++ b/rteval.spec
@@ -3,7 +3,7 @@
Name: rteval
Version: 1.8
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
Group: Development/Tools
@@ -20,6 +20,7 @@ Requires: python-dmidecode >= 3.10
Requires: rt-tests >= 0.29
Requires: rteval-kcompile rteval-hackbench
BuildArch: noarch
+Obsoletes: rteval <= 1.7
%description
The rteval script is a utility for measuring various aspects of
@@ -30,16 +31,6 @@ the cyclictest program is run to measure event response time. After
the run time completes, a statistical analysis of the event response
times is done and printed to the screen.
-%package xmlrpc
-Summary: XML-RPC server based on mod_python for receving reports from rteval
-Requires: postgresql httpd mod_python
-
-%description xmlrpc
-This package requires Apache, mod_python and a PostgreSQL server. It will
-enable an XML-RPC interface for the rteval program to submit the reports to
-a central server.
-
-
%prep
%setup -q
@@ -57,26 +48,37 @@ fi
%package kcompile
Version: 1.0
Release: 1%{?dist}
-Summary: kernel compile load for rteval
+Summary: Kernel compile load for rteval
Group: Development/Tools
License: GPLv2
Requires: rteval >= 1.8
-Obsoletes: rteval <= 1.7
%description kcompile
-The kcompile package provides a load which is a parallel Linux kernel compilation
+The kcompile package provides a load which is a parallel Linux kernel
+compilation
+
%package hackbench
Version: 1.0
Release: 1%{?dist}
-Summary: hackbench synthectic load for rteval
+Summary: Hackbench synthectic load for rteval
Group: Development/Tools
License: GPLv2
Requires: rteval >= 1.8
-Obsoletes: rteval <= 1.7
%description hackbench
-the hackbench package provides a synthetic load program named hackbench
+The hackbench package provides a synthetic load program named hackbench
+
+
+%package xmlrpc
+Summary: XML-RPC server based on mod_python for receving reports from rteval
+Requires: postgresql httpd mod_python
+
+%description xmlrpc
+This package requires Apache, mod_python and a PostgreSQL server. It will
+enable an XML-RPC interface for the rteval program to submit the reports to
+a central server.
+
%install
rm -rf ${RPM_BUILD_ROOT}
@@ -129,25 +131,29 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/rteval/
%{_bindir}/rteval
-
-%files xmlrpc
-%defattr(-,root,root,-)
-%doc COPYING server/README.xmlrpc sql/rteval-1.0.sql
-%config(noreplace) %{_sysconfdir}/httpd/conf.d/rteval-xmlrpc.conf
-%{_localstatedir}/www/html/rteval/
-
-
%files kcompile
+%defattr(-,root,root,-)
+%doc COPYING
%{_datadir}/%{name}/loadsource/linux*.tar.bz2
%{python_sitelib}/rteval/kcompile.py
%files hackbench
+%defattr(-,root,root,-)
+%doc COPYING
%{_datadir}/%{name}/loadsource/hackbench.tar.bz2
%{python_sitelib}/rteval/hackbench.py
+%files xmlrpc
+%defattr(-,root,root,-)
+%doc COPYING server/README.xmlrpc sql/rteval-1.0.sql
+%config(noreplace) %{_sysconfdir}/httpd/conf.d/rteval-xmlrpc.conf
+%{_localstatedir}/www/html/rteval/
%changelog
+* Mon Oct 26 2009 David Sommerseth <davids@redhat.com> - 1.8-3
+- Fixed rpmlint complaints
+
* Mon Oct 26 2009 David Sommerseth <davids@redhat.com> - 1.8-2
- Added xmlrpc package, containing the XML-RPC mod_python modules