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
|
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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: 7.3
|
Version: 7.3
|
||||||
Release: 1
|
Release: 0
|
||||||
License: Vim
|
|
||||||
Group: Productivity/Editors/Vi
|
|
||||||
BuildRequires: db-devel
|
BuildRequires: db-devel
|
||||||
%if 0%{?suse_version} > 1020
|
%if 0%{?suse_version} > 1020
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: autoconf
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
@ -74,6 +71,8 @@ Provides: vi
|
|||||||
Recommends: vim-data = %{version}
|
Recommends: vim-data = %{version}
|
||||||
%endif
|
%endif
|
||||||
Summary: Vi IMproved
|
Summary: Vi IMproved
|
||||||
|
License: Vim
|
||||||
|
Group: Productivity/Editors/Vi
|
||||||
#
|
#
|
||||||
Url: http://www.vim.org/
|
Url: http://www.vim.org/
|
||||||
Source: ftp://ftp.vim.org/pub/vim/unix/vim-%{pkg_version}.tar.bz2
|
Source: ftp://ftp.vim.org/pub/vim/unix/vim-%{pkg_version}.tar.bz2
|
||||||
@ -130,7 +129,6 @@ environment install additionally vim-data.
|
|||||||
%package data
|
%package data
|
||||||
|
|
||||||
Summary: Vi IMproved
|
Summary: Vi IMproved
|
||||||
Group: Productivity/Editors/Vi
|
|
||||||
PreReq: %{vim_prereq}
|
PreReq: %{vim_prereq}
|
||||||
%if 0%{?suse_version} >= 1120
|
%if 0%{?suse_version} >= 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -153,7 +151,6 @@ Package vim-data contains the runtime files.
|
|||||||
%package base
|
%package base
|
||||||
|
|
||||||
Summary: Vi IMproved
|
Summary: Vi IMproved
|
||||||
Group: Productivity/Editors/Vi
|
|
||||||
PreReq: %{vim_prereq}
|
PreReq: %{vim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
# For post script
|
# For post script
|
||||||
@ -179,7 +176,6 @@ want to install the vim-data package.
|
|||||||
%package enhanced
|
%package enhanced
|
||||||
|
|
||||||
Summary: A version of the VIM editor which includes recent enhancements
|
Summary: A version of the VIM editor which includes recent enhancements
|
||||||
Group: Productivity/Editors/Vi
|
|
||||||
PreReq: %{vim_prereq}
|
PreReq: %{vim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
Requires: %{perl_requires}
|
Requires: %{perl_requires}
|
||||||
@ -203,7 +199,6 @@ graphical features of vim, you might want to install package gvim too.
|
|||||||
%package -n gvim-base
|
%package -n gvim-base
|
||||||
|
|
||||||
Summary: dummy package for a subpackage only build in the buildservice
|
Summary: dummy package for a subpackage only build in the buildservice
|
||||||
Group: Productivity/Editors/Vi
|
|
||||||
PreReq: %{vim_prereq}
|
PreReq: %{vim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
Requires: gvim_client
|
Requires: gvim_client
|
||||||
@ -214,7 +209,6 @@ dummy package for a subpackage only build in the buildservice
|
|||||||
%package -n gvim-enhanced
|
%package -n gvim-enhanced
|
||||||
|
|
||||||
Summary: dummy package for a subpackage only build in the buildservice
|
Summary: dummy package for a subpackage only build in the buildservice
|
||||||
Group: Productivity/Editors/Vi
|
|
||||||
PreReq: %{gvim_prereq}
|
PreReq: %{gvim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
Provides: vim_client
|
Provides: vim_client
|
||||||
@ -229,7 +223,6 @@ dummy package for a subpackage only build in the buildservice
|
|||||||
%package -n gvim
|
%package -n gvim
|
||||||
|
|
||||||
Summary: A GUI for Vi
|
Summary: A GUI for Vi
|
||||||
Group: Productivity/Editors/Vi
|
|
||||||
PreReq: %{gvim_prereq}
|
PreReq: %{gvim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
Requires: %{perl_requires}
|
Requires: %{perl_requires}
|
||||||
|
Loading…
Reference in New Issue
Block a user