[packages/vim] regenerate helptags
atler
atler at pld-linux.org
Mon Aug 1 17:51:10 CEST 2016
commit 2116b940de1e8608b087ade76607c4c8c8ca2a40
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Aug 1 17:48:20 2016 +0200
regenerate helptags
vim.spec | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/vim.spec b/vim.spec
index f91f7fb..a66925c 100644
--- a/vim.spec
+++ b/vim.spec
@@ -140,7 +140,7 @@ BuildRequires: python-devel
BuildRequires: rpm-pythonprov
%endif
BuildRequires: rpm >= 4.4.9-56
-BuildRequires: rpmbuild(macros) >= 1.426
+BuildRequires: rpmbuild(macros) >= 1.718
%if %{with ruby} || %{with heavy}
BuildRequires: ruby-devel
%endif
@@ -520,8 +520,8 @@ zainstalować ten pakiet.
Summary: Context Vim documentation
Summary(pl.UTF-8): Dokumentacja kontekstowa do Vima
Group: Applications/Editors/Vim
+Requires(post,postun): /usr/bin/vim
Requires: %{name}-rt = %{epoch}:%{version}-%{release}
-Requires: gzip
%if "%{_rpmversion}" >= "5"
BuildArch: noarch
%endif
@@ -1091,6 +1091,12 @@ rm -rf $RPM_BUILD_ROOT
%postun
[ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database
+%post doc
+%vim_doc_helptags
+
+%postun doc
+%vim_doc_helptags
+
%post -n gvim-athena
[ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/2116b940de1e8608b087ade76607c4c8c8ca2a40
More information about the pld-cvs-commit
mailing list