Accepting request 307597 from home:msmeissn:branches:devel:tools:building

- move delete of info file to preun section

- move delete of info file to preun section

OBS-URL: https://build.opensuse.org/request/show/307597
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/automake?expand=0&rev=48
This commit is contained in:
Ismail Dönmez 2015-05-17 16:07:26 +00:00 committed by Git OBS Bridge
parent 66e54df606
commit 487e2e6aad
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 17 13:18:57 UTC 2015 - meissner@suse.com
- move delete of info file to preun section
-------------------------------------------------------------------
Tue Feb 10 11:37:28 CET 2015 - pth@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package automake-testsuite
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -94,7 +94,7 @@ rm -rf %{buildroot}%{_infodir}/dir
%post
%install_info --info-dir=%{_infodir} %{_infodir}/automake.info.gz
%postun
%preun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/automake.info.gz
%if "%{name}" == "automake"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 17 13:18:57 UTC 2015 - meissner@suse.com
- move delete of info file to preun section
-------------------------------------------------------------------
Tue Feb 10 11:37:28 CET 2015 - pth@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package automake
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -94,7 +94,7 @@ rm -rf %{buildroot}%{_infodir}/dir
%post
%install_info --info-dir=%{_infodir} %{_infodir}/automake.info.gz
%postun
%preun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/automake.info.gz
%if "%{name}" == "automake"