forked from pool/automake
Accepting request 307622 from devel:tools:building
1 OBS-URL: https://build.opensuse.org/request/show/307622 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/automake?expand=0&rev=41
This commit is contained in:
commit
9371090813
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user