From da596b39efcffd39bbecc2fea6838ca5ab9fc17438c07f6dfc02b3e32a5b7d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Thu, 18 Nov 2010 12:00:55 +0000 Subject: [PATCH] Accepting request 53291 from home:Fisiu:branches:editors OBS-URL: https://build.opensuse.org/request/show/53291 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=25 --- spec.skeleton | 41 ++++++++++++++++++++++++----------------- vim.changes | 5 +++++ 2 files changed, 29 insertions(+), 17 deletions(-) diff --git a/spec.skeleton b/spec.skeleton index c1417cc..264cd56 100644 --- a/spec.skeleton +++ b/spec.skeleton @@ -1,6 +1,18 @@ # -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# spec file for package +# +# Copyright (c) 2010 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/ # # norootforbuild @@ -8,38 +20,34 @@ Name: specRPM_CREATION_NAME Version: Release: -Summary: -Group: License: +Summary: Url: -PreReq: -Provides: -BuildRequires: +Group: Source: Patch: +BuildRequires: +PreReq: +Provides: BuildRoot: %{_tmppath}/%{name}-%{version}-build -AutoReqProv: on %description -Authors: --------- - Name Surname - %prep -%setup +%setup -q %build %configure -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install -%makeinstall +%make_install %clean -rm -rf $RPM_BUILD_ROOT +%{?buildroot:%__rm -rf "%{buildroot}"} %post + %postun %files @@ -47,4 +55,3 @@ rm -rf $RPM_BUILD_ROOT %doc ChangeLog README COPYING %changelog -* specRPM_CREATION_DATE specRPM_CREATION_AUTHOR_MAIL diff --git a/vim.changes b/vim.changes index 62bb3e4..b04621b 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 17 21:17:43 UTC 2010 - fisiu@opensuse.org + +- Update spec.skeleton + ------------------------------------------------------------------- Fri Nov 5 14:16:23 UTC 2010 - aj@suse.de