From fcaa59cf55d7c2fdac23cff29ec3a99363baa2674988059cf53ecc2d020ed427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 23 Mar 2012 07:48:29 +0000 Subject: [PATCH] Accepting request 110547 from home:saschpe:branches:openSUSE:Tools - Set license to SPDX style (BSD-3-Clause) OBS-URL: https://build.opensuse.org/request/show/110547 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=6 --- spec-cleaner.changes | 5 +++++ spec-cleaner.spec | 13 ++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) 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