Accepting request 97556 from home:coolo:removeautoconf
add autoconf to buildrequires OBS-URL: https://build.opensuse.org/request/show/97556 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=84
This commit is contained in:
parent
7684cd21d0
commit
bdca6d21ea
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 10:51:09 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add autoconf as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 13:20:50 UTC 2011 - idonmez@suse.com
|
||||
|
||||
|
15
vim.spec
15
vim.spec
@ -15,17 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: vim
|
||||
Version: 7.3
|
||||
Release: 1
|
||||
License: Vim
|
||||
Group: Productivity/Editors/Vi
|
||||
Release: 0
|
||||
BuildRequires: db-devel
|
||||
%if 0%{?suse_version} > 1020
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: libacl-devel
|
||||
@ -74,6 +71,8 @@ Provides: vi
|
||||
Recommends: vim-data = %{version}
|
||||
%endif
|
||||
Summary: Vi IMproved
|
||||
License: Vim
|
||||
Group: Productivity/Editors/Vi
|
||||
#
|
||||
Url: http://www.vim.org/
|
||||
Source: ftp://ftp.vim.org/pub/vim/unix/vim-%{pkg_version}.tar.bz2
|
||||
@ -130,7 +129,6 @@ environment install additionally vim-data.
|
||||
%package data
|
||||
|
||||
Summary: Vi IMproved
|
||||
Group: Productivity/Editors/Vi
|
||||
PreReq: %{vim_prereq}
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildArch: noarch
|
||||
@ -153,7 +151,6 @@ Package vim-data contains the runtime files.
|
||||
%package base
|
||||
|
||||
Summary: Vi IMproved
|
||||
Group: Productivity/Editors/Vi
|
||||
PreReq: %{vim_prereq}
|
||||
PreReq: update-alternatives
|
||||
# For post script
|
||||
@ -179,7 +176,6 @@ want to install the vim-data package.
|
||||
%package enhanced
|
||||
|
||||
Summary: A version of the VIM editor which includes recent enhancements
|
||||
Group: Productivity/Editors/Vi
|
||||
PreReq: %{vim_prereq}
|
||||
PreReq: update-alternatives
|
||||
Requires: %{perl_requires}
|
||||
@ -203,7 +199,6 @@ graphical features of vim, you might want to install package gvim too.
|
||||
%package -n gvim-base
|
||||
|
||||
Summary: dummy package for a subpackage only build in the buildservice
|
||||
Group: Productivity/Editors/Vi
|
||||
PreReq: %{vim_prereq}
|
||||
PreReq: update-alternatives
|
||||
Requires: gvim_client
|
||||
@ -214,7 +209,6 @@ dummy package for a subpackage only build in the buildservice
|
||||
%package -n gvim-enhanced
|
||||
|
||||
Summary: dummy package for a subpackage only build in the buildservice
|
||||
Group: Productivity/Editors/Vi
|
||||
PreReq: %{gvim_prereq}
|
||||
PreReq: update-alternatives
|
||||
Provides: vim_client
|
||||
@ -229,7 +223,6 @@ dummy package for a subpackage only build in the buildservice
|
||||
%package -n gvim
|
||||
|
||||
Summary: A GUI for Vi
|
||||
Group: Productivity/Editors/Vi
|
||||
PreReq: %{gvim_prereq}
|
||||
PreReq: update-alternatives
|
||||
Requires: %{perl_requires}
|
||||
|
Loading…
Reference in New Issue
Block a user