]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- (re)added info patch (unify direntry)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Dec 2019 19:37:28 +0000 (20:37 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Dec 2019 19:37:28 +0000 (20:37 +0100)
- explicit /etc files

zsh-info.patch [new file with mode: 0644]
zsh.spec

diff --git a/zsh-info.patch b/zsh-info.patch
new file mode 100644 (file)
index 0000000..44d48eb
--- /dev/null
@@ -0,0 +1,14 @@
+--- zsh-5.7.1/Doc/zsh.texi.orig        2019-02-03 21:07:15.000000000 +0100
++++ zsh-5.7.1/Doc/zsh.texi     2019-12-02 20:20:21.535994960 +0100
+@@ -16,9 +16,9 @@
+ @set dsbq `{}`
+ @end iftex
+ @ifinfo
+-@dircategory Utilities
++@dircategory Miscellaneous:
+ @direntry
+-* ZSH: (zsh).                     The Z Shell Manual.
++* ZSH: (zsh).                         The Z Shell Manual
+ @end direntry
+ @end ifinfo
index bb4bb659ef5d13951f7cc4a2ca1e63b688d3f031..197ef3dabc0775efc3582c2ffe34edd633489ed5 100644 (file)
--- a/zsh.spec
+++ b/zsh.spec
@@ -26,12 +26,13 @@ Source2:    http://zsh.sunsite.dk/Guide/%{name}guide.pdf
 # Source2-md5: 70cc3760dd8140f9aed693d484cd87dc
 Source3:       zprofile
 Source4:       %{name}rc
+Patch0:                %{name}-info.patch
 Patch1:                %{name}-addons.patch
 Patch2:                %{name}-paths.patch
 Patch3:                %{name}-completions.patch
 Patch4:                %{name}-nolibs.patch
 URL:           http://www.zsh.org/
-BuildRequires: autoconf >= 2.60
+BuildRequires: autoconf >= 2.69
 BuildRequires: automake
 BuildRequires: gdbm-devel
 %{?with_static:BuildRequires:  glibc-static}
@@ -163,6 +164,7 @@ Podręcznik Użytkownika Z-Shella.
 
 %prep
 %setup -q
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -279,7 +281,11 @@ fi
 %defattr(644,root,root,755)
 %doc Etc/* ChangeLog FEATURES LICENCE META-FAQ README Misc StartupFiles Util
 %attr(755,root,root) %{_bindir}/zsh
-%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/*[!w]?
+%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/zlogin
+%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/zlogout
+%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/zprofile
+%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/zshenv
+%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/zshrc
 %ghost %{_sysconfdir}/z*.zwc
 %dir %{_datadir}/zsh/%{version}*
 %dir %{_datadir}/zsh/%{version}*/functions
This page took 0.138593 seconds and 4 git commands to generate.