summaryrefslogtreecommitdiff
path: root/zenity.spec.in
diff options
context:
space:
mode:
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