diff --git a/ack.spec b/ack.spec
index 28ea928..b030975 100644
--- a/ack.spec
+++ b/ack.spec
@@ -1,4 +1,20 @@
-# vim: set ts=4 sw=4 et:
+#
+# spec file for package ack
+#
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 %{!?perl_make_install:  %global perl_make_install make DESTDIR=$RPM_BUILD_ROOT install_vendor}
 
@@ -10,15 +26,15 @@
 
 Name:           ack
 Version:        1.94
-Release:		0
+Release:        1
 Summary:        Grep-Like Text Finder
 Source:         http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/ack-%{version}.tar.gz
 Patch1:         ack-ignore-osc.patch
 Patch2:         ack-fix_smartcase_test_for_old_perl.patch
-URL:            http://petdance.com/ack/
+Url:            http://petdance.com/ack/
 Group:          Productivity/Text/Utilities
 License:        Perl License
-BuildRoot:      %{_tmppath}/build-%{name}-%{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       perl
 BuildRequires:  make perl perl-File-Next
 %if %with_pod
@@ -39,6 +55,7 @@ Authors:
     Andy Lester <andy@petdance.com>
 
 %package -n perl-App-Ack
+License:        Perl License
 Summary:        Grep-Like Text Finder Perl Module
 Group:          Development/Libraries/Perl
 Requires:       perl-base = %{perl_version}
@@ -99,4 +116,4 @@ done
 %{perl_vendorlib}/App/Ack
 %if 0%{?perl_process_packlist:1}
 %endif
-
+%changelog