forked from pool/which
Accepting request 400672 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/400672 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/which?expand=0&rev=6
This commit is contained in:
commit
d2a6c45112
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 7 12:16:07 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Move installinfo scriptlet to preun so it won't fail
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 9 12:31:06 UTC 2015 - mpluskal@suse.com
|
Wed Sep 9 12:31:06 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package which
|
# spec file for package which
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -41,12 +41,12 @@ the specified program is in your PATH.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir="%{_infodir}" "%{_infodir}/which.info.gz"
|
%install_info --info-dir="%{_infodir}" "%{_infodir}/which.info.gz"
|
||||||
|
|
||||||
%postun
|
%preun
|
||||||
%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/which.info.gz"
|
%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/which.info.gz"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user