diff --git a/fish.spec b/fish.spec
index 0f84844..9a8b9e4 100644
--- a/fish.spec
+++ b/fish.spec
@@ -1,13 +1,17 @@
-Summary: A friendly interactive shell
-Name: fish
-Version: 1.11.1
-Release: 9
-License: GPL
-Group: System Environment/Shells
-URL: http://roo.no-ip.org/fish/
-Source0: http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: doxygen ncurses-devel xorg-x11-devel
+Summary:		A friendly interactive shell
+Name:			fish
+
+Version:		1.11.1
+Release:		9%{?dist}
+
+License:		GPL
+Group:			System Environment/Shells
+URL:			http://roo.no-ip.org/fish/
+
+Source0:		http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2
+
+BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	doxygen ncurses-devel xorg-x11-devel
 
 %description 
 fish is a shell geared towards interactive use. It's features are
@@ -61,16 +65,20 @@ fi
 %config %_sysconfdir/fish.d/fish_*.fish
 
 %changelog
-* Thu Jun 30 2005 Michael Schwendt <mschwendt@users.sf.net> 1.11.1-9
+* Fri Jul 01 2005 Oliver Falk <oliver@linux-kernel.at>		- 1.11.1-10
+- Added dist macro to the release
+- Small spec beautifying
+
+* Thu Jun 30 2005 Michael Schwendt <mschwendt@users.sf.net> - 1.11.1-9
 - Set CFLAGS the proper way
 
-* Thu Jun 30 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.11.1-8
+* Thu Jun 30 2005 Axel Liljencrantz <axel@liljencrantz.se>	- 1.11.1-8
 - Fix revision number in changelog
 
-* Wed Jun 29 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.11.1-7
+* Wed Jun 29 2005 Axel Liljencrantz <axel@liljencrantz.se>	- 1.11.1-7
 - Send post-script output to /dev/null
 
-* Wed Jun 29 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.11.1-6
+* Wed Jun 29 2005 Axel Liljencrantz <axel@liljencrantz.se>	- 1.11.1-6
 - Add changelog section to spec file
 - Add macros to source tags
 - Add smp_mflags to 'make all'