summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2009-08-26 09:48:20 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2009-08-26 09:48:20 -0300
commita25fd05d820a51a0a6821d63e17b7783d1c1ebce (patch)
tree59595206c810b6383c3ee1bf95b0894b13d1709e
parent215fda51917bc9bdf9181f8eccc6a40c8b7f874b (diff)
downloadtuna-a25fd05d820a51a0a6821d63e17b7783d1c1ebce.tar.gz
oscilloscope: Remove needless shebang and reword the package summary
Suggested-by: Douglas Schilling Landgraf <dougsland@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--rpm/SPECS/tuna.spec8
-rwxr-xr-xtuna/oscilloscope.py5
2 files changed, 10 insertions, 3 deletions
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index 1345210..15d3127 100644
--- a/rpm/SPECS/tuna.spec
+++ b/rpm/SPECS/tuna.spec
@@ -3,7 +3,7 @@
Name: tuna
Version: 0.9
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
Group: Applications/System
@@ -28,7 +28,7 @@ Can be used as a command line utility without requiring the GUI libraries to be
installed.
%package -n oscilloscope
-Summary: Generic Oscilloscope
+Summary: Generic graphical signal plotting tool
Group: Applications/System
Requires: python-matplotlib
Requires: python-numeric
@@ -87,6 +87,10 @@ rm -rf %{buildroot}
%doc docs/oscilloscope+tuna.pdf
%changelog
+* Wed Aug 26 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9-3
+- Rewrite the oscilloscope package summary
+- Remove the shebang in tuna/oscilloscope.py
+
* Mon Aug 17 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9-2
- Use install -p
- Add BuildRequires for gettext
diff --git a/tuna/oscilloscope.py b/tuna/oscilloscope.py
index 6b63c53..30a275c 100755
--- a/tuna/oscilloscope.py
+++ b/tuna/oscilloscope.py
@@ -1,4 +1,7 @@
-#!/usr/bin/python
+# Oscilloscope
+#
+# Copyright 2008-2009 Red Hat, Inc.
+#
# Arnaldo Carvalho de Melo <acme@redhat.com>
#
# Please check the tuna repository at: