]> git.pld-linux.org Git - packages/vim.git/commitdiff
regenerate helptags
authorJan Palus <atler@pld-linux.org>
Mon, 1 Aug 2016 15:48:20 +0000 (17:48 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 1 Aug 2016 15:48:20 +0000 (17:48 +0200)
vim.spec

index f91f7fba380d0532884ca3c8c71bd10ff23c53b5..a66925c197daf3ecd9c75b7cc97862b8593718b3 100644 (file)
--- 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
 
This page took 0.029515 seconds and 4 git commands to generate.