From 7de91b9fd109603bb4e48663dc40c9adace90e03de2e0d2f51f73663457c10cd Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Thu, 10 May 2012 23:23:23 +0000 Subject: [PATCH] Reformat spec file with format_spec_file service OBS-URL: https://build.opensuse.org/package/show/devel:tools/debootstrap?expand=0&rev=3 --- debootstrap.spec | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/debootstrap.spec b/debootstrap.spec index f757502..3962a9e 100644 --- a/debootstrap.spec +++ b/debootstrap.spec @@ -1,22 +1,33 @@ # -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# spec file for package debootstrap +# +# Copyright (c) 2012 Frank Lichtenheld +# +# 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/ # -# norootforbuild -Name: debootstrap -Version: 1.0.40 -Release: 1 -Summary: Bootstrap a basic Debian system -Group: Development/Tools/Other -Url: http://packages.debian.org/debootstrap -License: MIT -Source0: http://ftp.de.debian.org/debian/pool/main/d/debootstrap/%{name}_%{version}.tar.gz -Source1: devices.tar.gz -Patch0: %{name}-norootforbuild.patch +Name: debootstrap +Version: 1.0.40 +Release: 0 +Summary: Bootstrap a basic Debian system +License: MIT +Group: Development/Tools/Other +Url: http://packages.debian.org/debootstrap +Source0: http://ftp.de.debian.org/debian/pool/main/d/debootstrap/%{name}_%{version}.tar.gz +Source1: devices.tar.gz +Patch0: %{name}-norootforbuild.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch +BuildArch: noarch %description debootstrap is used to create a Debian base system from scratch,