diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | zenity.spec.in | 10 |
2 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2003-03-06 Glynn Foster <glynn.foster@sun.com> + + * zenity.spec.in: Fix up the %defines to include + automatic versioning. + 2003-03-03 Zbigniew Chyla <cyba@gnome.pl> * configure.in (ALL_LINGUAS): Added pl (Polish). diff --git a/zenity.spec.in b/zenity.spec.in index dca2f6d6..16133b5b 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 |