forked from pool/libtool
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:
commit
f7176c3b42
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user