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
This commit is contained in:
Cristian Rodríguez 2010-11-18 12:00:55 +00:00 committed by Git OBS Bridge
parent 2460d13994
commit da596b39ef
2 changed files with 29 additions and 17 deletions

View File

@ -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

View File

@ -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