Accepting request 929740 from home:mimi_vx:branches:server:http
- drop vim-plugin-nginx, now is provided directly by vim OBS-URL: https://build.opensuse.org/request/show/929740 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=216
This commit is contained in:
parent
7448a9c7db
commit
ab143ca8c6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 18:10:15 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- drop vim-plugin-nginx, now is provided directly by vim
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 15 14:23:41 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
25
nginx.spec
25
nginx.spec
@ -79,19 +79,6 @@ BuildRequires: google-perftools-devel
|
||||
nginx [engine x] is a HTTP server and IMAP/POP3 proxy server written by Igor Sysoev.
|
||||
It has been running on many heavily loaded Russian sites for more than two years.
|
||||
|
||||
%package -n vim-plugin-nginx
|
||||
Summary: VIM support for nginx config files
|
||||
Group: Productivity/Text/Editors
|
||||
%requires_eq vim
|
||||
Supplements: (nginx and vim_client)
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n vim-plugin-nginx
|
||||
nginx [engine x] is a HTTP server and IMAP/POP3 proxy server written by Igor Sysoev.
|
||||
It has been running on many heavily loaded Russian sites for more than two years.
|
||||
|
||||
This package holds the VIM support for nginx config files.
|
||||
|
||||
%package -n nginx-source
|
||||
Summary: The nginx source
|
||||
Group: Development/Sources
|
||||
@ -151,10 +138,6 @@ mkdir -p %{buildroot}%{ngx_doc_dir}
|
||||
cp -av CHANGES* LICENSE \
|
||||
%{buildroot}%{ngx_doc_dir}
|
||||
|
||||
mkdir -p %{buildroot}%{vim_data_dir}/
|
||||
cp -av contrib/vim/* \
|
||||
%{buildroot}%{vim_data_dir}/
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/nginx/
|
||||
mkdir -p %{buildroot}%{ngx_conf_dir}/vhosts.d/
|
||||
mkdir -p %{buildroot}%{ngx_conf_dir}/conf.d/
|
||||
@ -232,14 +215,6 @@ copydocs() {
|
||||
%{_sysusersdir}/nginx.conf
|
||||
%{_datadir}/nginx/
|
||||
|
||||
%files -n vim-plugin-nginx
|
||||
%license LICENSE
|
||||
%dir %{vim_data_dir}/ftdetect/
|
||||
%{vim_data_dir}/ftdetect/nginx.vim
|
||||
%{vim_data_dir}/ftplugin/nginx.vim
|
||||
%{vim_data_dir}/indent/nginx.vim
|
||||
%{vim_data_dir}/syntax/nginx.vim
|
||||
|
||||
%files -n nginx-source
|
||||
%{src_install_dir}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user