.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=236
This commit is contained in:
parent
66b8f287f0
commit
61c3a4a8c0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 09:18:16 UTC 2017 - werner@suse.de
|
||||
|
||||
- Do not throw info and manual pages away
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 17 14:08:47 UTC 2017 - werner@suse.de
|
||||
|
||||
|
22
bash.spec
22
bash.spec
@ -610,8 +610,6 @@ EOF
|
||||
# remove unpackaged files
|
||||
rm -fv %{buildroot}%{_libdir}/libhistory.so.*
|
||||
rm -fv %{buildroot}%{_libdir}/libreadline.so.*
|
||||
rm -fv %{buildroot}%{_infodir}/rluserman.info.gz
|
||||
rm -fv %{buildroot}%{_mandir}/man3/history.3*
|
||||
rm -fv %{buildroot}%{_defaultdocdir}/readline/INSTALL
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/skel
|
||||
install -m 644 %{S:5} %{buildroot}%{_sysconfdir}/skel/.bashrc
|
||||
@ -634,10 +632,12 @@ EOF
|
||||
%post -n readline-doc
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/history.info.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/readline.info.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/rluserman.info.gz
|
||||
|
||||
%preun -n readline-doc
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/history.info.gz
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/readline.info.gz
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/rluserman.info.gz
|
||||
|
||||
%clean
|
||||
LD_LIBRARY_PATH=%{buildroot}/%{_lib} \
|
||||
@ -665,11 +665,11 @@ ldd -u -r %{buildroot}/%{_lib}/libreadline.so.* || true
|
||||
|
||||
%files -n bash-doc
|
||||
%defattr(-,root,root)
|
||||
%doc %{_infodir}/bash.info.gz
|
||||
%doc %{_mandir}/man1/bash.1.gz
|
||||
%doc %{_mandir}/man1/bashbuiltins.1.gz
|
||||
%doc %{_mandir}/man1/bashbug.1.gz
|
||||
%doc %{_mandir}/man1/rbash.1.gz
|
||||
%doc %{_infodir}/bash.info*
|
||||
%doc %{_mandir}/man1/bash.1*
|
||||
%doc %{_mandir}/man1/bashbuiltins.1*
|
||||
%doc %{_mandir}/man1/bashbug.1*
|
||||
%doc %{_mandir}/man1/rbash.1*
|
||||
%doc %{_defaultdocdir}/bash/
|
||||
|
||||
%if 0%suse_version >= 1020
|
||||
@ -703,12 +703,14 @@ ldd -u -r %{buildroot}/%{_lib}/libreadline.so.* || true
|
||||
%{_incdir}/readline/
|
||||
%{_libdir}/libhistory.so
|
||||
%{_libdir}/libreadline.so
|
||||
%doc %{_mandir}/man3/readline.3.gz
|
||||
|
||||
%files -n readline-doc
|
||||
%defattr(-,root,root)
|
||||
%doc %{_infodir}/history.info.gz
|
||||
%doc %{_infodir}/readline.info.gz
|
||||
%doc %{_infodir}/history.info*
|
||||
%doc %{_infodir}/readline.info*
|
||||
%doc %{_infodir}/rluserman.info*
|
||||
%doc %{_mandir}/man3/history.3*
|
||||
%doc %{_mandir}/man3/readline.3*
|
||||
%doc %{_defaultdocdir}/readline/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user