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:
parent
2460d13994
commit
da596b39ef
@ -1,6 +1,18 @@
|
|||||||
#
|
#
|
||||||
# This file and all modifications and additions to the pristine
|
# spec file for package
|
||||||
# package are under the same license as the package itself.
|
#
|
||||||
|
# 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
|
# norootforbuild
|
||||||
@ -8,38 +20,34 @@
|
|||||||
Name: specRPM_CREATION_NAME
|
Name: specRPM_CREATION_NAME
|
||||||
Version:
|
Version:
|
||||||
Release:
|
Release:
|
||||||
Summary:
|
|
||||||
Group:
|
|
||||||
License:
|
License:
|
||||||
|
Summary:
|
||||||
Url:
|
Url:
|
||||||
PreReq:
|
Group:
|
||||||
Provides:
|
|
||||||
BuildRequires:
|
|
||||||
Source:
|
Source:
|
||||||
Patch:
|
Patch:
|
||||||
|
BuildRequires:
|
||||||
|
PreReq:
|
||||||
|
Provides:
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Name Surname
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -47,4 +55,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc ChangeLog README COPYING
|
%doc ChangeLog README COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* specRPM_CREATION_DATE specRPM_CREATION_AUTHOR_MAIL
|
|
||||||
|
@ -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
|
Fri Nov 5 14:16:23 UTC 2010 - aj@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user