Accepting request 374979 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/374979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtool?expand=0&rev=52
This commit is contained in:
Dominique Leuenberger 2016-03-26 14:07:31 +00:00 committed by Git OBS Bridge
commit f7176c3b42
4 changed files with 24 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 16 15:29:34 UTC 2016 - dimstar@opensuse.org
- Fix install_info_{install,delete} usage: install-info does not
allow file globbing.
-------------------------------------------------------------------
Thu Aug 6 12:02:32 CEST 2015 - pth@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libtool-testsuite
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -92,9 +92,13 @@ chmod +x %{buildroot}%{_datadir}/libtool/build-aux/ltmain.sh
%post
%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info-1.gz
%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info-2.gz
%preun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info*.gz
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info-1.gz
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info-2.gz
%post -n libltdl7 -p /sbin/ldconfig

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 16 15:29:34 UTC 2016 - dimstar@opensuse.org
- Fix install_info_{install,delete} usage: install-info does not
allow file globbing.
-------------------------------------------------------------------
Thu Aug 6 12:02:32 CEST 2015 - pth@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libtool
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -92,9 +92,13 @@ chmod +x %{buildroot}%{_datadir}/libtool/build-aux/ltmain.sh
%post
%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info-1.gz
%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info-2.gz
%preun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info*.gz
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info-1.gz
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info-2.gz
%post -n libltdl7 -p /sbin/ldconfig