summaryrefslogtreecommitdiff
path: root/zenity.spec.in
diff options
context:
space:
mode:
authorGlynn Foster <gman@src.gnome.org>2003-03-06 15:19:24 +0000
committerGlynn Foster <gman@src.gnome.org>2003-03-06 15:19:24 +0000
commit20ae8669a44656362377a755eee930c57b31861a (patch)
tree03f179a66214c8a8caa81e729091e924555bfa80 /zenity.spec.in
parent42a75112587246b1dc2362d41b2d22553804e63c (diff)
*** empty log message ***
Diffstat (limited to 'zenity.spec.in')
-rw-r--r--zenity.spec.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/zenity.spec.in b/zenity.spec.in
index dca2f6d..16133b5 100644
--- a/zenity.spec.in
+++ b/zenity.spec.in
@@ -1,6 +1,8 @@
+%define version @VERSION@
+%define name zenity
Summary: Zenity is a basic rewrite of gdialog, with simplicity of use in mind.
-Name: zenity
-Version: 1.0
+Name: %{name}
+Version: %{version}
Release: 1
Vendor: N/A
URL: http://ftp.gnome.org/pub/GNOME/sources/zenity/%{version}/
@@ -79,3 +81,7 @@ Zenity is especially useful in scripts.
%changelog
* Thu Feb 1 2003 Mihai Lazarescu <mihai@email.it>
- first release for version 1.0
+
+* Thu Mar 6 2003 Glynn Foster <glynn.foster@sun.com>
+- Fix up the %defines. Not sure if this makes a difference but it
+ seems cleaner to me