diff --git a/nginx.changes b/nginx.changes index b2ab385..558c69e 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 5 18:10:15 UTC 2021 - Ondřej Súkup + +- drop vim-plugin-nginx, now is provided directly by vim + ------------------------------------------------------------------- Fri Oct 15 14:23:41 UTC 2021 - Callum Farmer diff --git a/nginx.spec b/nginx.spec index b7b737f..1d11bcc 100644 --- a/nginx.spec +++ b/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}