summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-11-28 09:37:48 -0600
committerClark Williams <williams@redhat.com>2009-11-28 09:37:48 -0600
commit273a94955eea8f384393b7f7c06132313027b586 (patch)
tree3cccd09517148d7dab6e8a0672e101821da2464d
parentb5175d2c986b60a490366d8d5caf0fd4b768580b (diff)
downloadrteval-273a94955eea8f384393b7f7c06132313027b586.tar.gz
rteval-273a94955eea8f384393b7f7c06132313027b586.tar.xz
rteval-273a94955eea8f384393b7f7c06132313027b586.zip
include rteval/rteval_histogram_raw.xsl in Makefile and specfile
Signed-off-by: Clark Williams <williams@redhat.com> CC: David Sommerseth <davids@redhat.com>
-rw-r--r--Makefile4
-rw-r--r--rteval.spec7
2 files changed, 9 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b8a967f..2e8f3da 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,8 @@ PYSRC := rteval/rteval.py \
rteval/xmlout.py
XSLSRC := rteval/rteval_dmi.xsl \
- rteval/rteval_text.xsl
+ rteval/rteval_text.xsl \
+ rteval/rteval_histogram_raw.xsl
CONFSRC := rteval/rteval.conf
@@ -67,6 +68,7 @@ install_rteval: installdirs
fi
install -m 644 rteval/rteval_text.xsl $(DATADIR)/rteval
install -m 644 rteval/rteval_dmi.xsl $(DATADIR)/rteval
+ install -m 644 rteval/rteval_histogram_raw.xsl $(DATADIR)/rteval
install -m 644 rteval/rteval.conf $(CONFDIR)
install -m 644 doc/rteval.8 $(MANDIR)/man8/
gzip $(MANDIR)/man8/rteval.8
diff --git a/rteval.spec b/rteval.spec
index e98964e..33ba529 100644
--- a/rteval.spec
+++ b/rteval.spec
@@ -3,7 +3,7 @@
Name: rteval
Version: 1.12
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
Group: Development/Tools
@@ -100,6 +100,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Nov 28 2009 Clark Williams <williams@redhat.com> - 1.12-2
+- fixed Makefile and specfile to include and install the
+ rteval/rteval_histogram_raw.py source file for gaining
+ raw access to histogram data
+
* Wed Nov 25 2009 Clark Williams <williams@redhat.com> - 1.12-1
- fix incorrect reporting of measurement thread priorities