diff --git a/spec-cleaner.changes b/spec-cleaner.changes index b742253..08c6364 100644 --- a/spec-cleaner.changes +++ b/spec-cleaner.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 22 08:51:31 UTC 2012 - saschpe@suse.de + +- Set license to SPDX style (BSD-3-Clause) + ------------------------------------------------------------------- Mon Sep 12 08:00:40 UTC 2011 - prusnak@opensuse.org diff --git a/spec-cleaner.spec b/spec-cleaner.spec index 4afce0d..f98dbf6 100644 --- a/spec-cleaner.spec +++ b/spec-cleaner.spec @@ -1,7 +1,8 @@ # # spec file for package spec-cleaner # -# Copyright (c) 2010 Vincent Untz +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 Vincent Untz # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,13 +16,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: spec-cleaner Version: 0.2 -Release: 1 -License: BSD 3-Clause +Release: 0 Summary: .spec file cleaner -Url: http://gitorious.org/opensuse/spec-cleaner +License: BSD-3-Clause Group: Development/Tools/Other +Url: http://gitorious.org/opensuse/spec-cleaner Source0: spec-cleaner Requires: python-base BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -39,9 +41,6 @@ will never be perfect. %install install -D -m 0755 %{SOURCE0} %{buildroot}%{_bindir}/spec-cleaner -%clean -rm -rf %{buildroot} - %files %defattr(-, root, root) %{_bindir}/spec-cleaner