Accepting request 284557 from home:dimstar:Factory
- Move %install_info_delete from postun to preun: we need to handle the case while the file is still present. - Fix filename of info files for post/preun: autoconf213.info.gz. OBS-URL: https://build.opensuse.org/request/show/284557 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/autoconf213?expand=0&rev=9
This commit is contained in:
parent
69d84890c5
commit
cdb2105136
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 19:21:59 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Move %install_info_delete from postun to preun: we need to handle
|
||||
the case while the file is still present.
|
||||
- Fix filename of info files for post/preun: autoconf213.info.gz.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 20 13:31:27 UTC 2013 - mmeister@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package autoconf213
|
||||
#
|
||||
# Copyright (c) 2013 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
|
||||
@ -89,16 +89,16 @@ make %{?_smp_mflags}
|
||||
rm -f ${RPM_BUILD_ROOT}%{_infodir}/standards*
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/autoconf2.13.info.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/autoconf213.info.gz
|
||||
|
||||
%postun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf2.13.info.gz
|
||||
%preun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf213.info.gz
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING NEWS README TODO
|
||||
%{_prefix}/bin/*
|
||||
%{_prefix}/share/autoconf-2.13
|
||||
%doc %{_infodir}/*.gz
|
||||
%doc %{_infodir}/autoconf213.info.gz
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user