Accepting request 613353 from home:1Antoine1:branches:multimedia:libs

- Fix %install_info_delete usage.

OBS-URL: https://build.opensuse.org/request/show/613353
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fftw3?expand=0&rev=68
This commit is contained in:
Takashi Iwai 2018-06-03 08:08:05 +00:00 committed by Git OBS Bridge
parent 8906fe8c10
commit 1f548a49b6
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 31 20:44:50 UTC 2018 - antoine.belvire@opensuse.org
- Fix %install_info_delete usage.
-------------------------------------------------------------------
Mon Feb 26 14:48:04 UTC 2018 - eich@suse.com

View File

@ -201,7 +201,6 @@ Url: http://www.fftw.org
Source: ftp://ftp.fftw.org/pub/fftw/fftw-%{version}%{?pl_ext:-%{pl_ext}}.tar.gz
Source1: %{pname}-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires(pre): %install_info_prereq
%if %{with hpc}
BuildRequires: %{compiler_family}%{?c_f_ver}-compilers-hpc-macros-devel
BuildRequires: lua-lmod
@ -234,6 +233,8 @@ Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
Requires: %package_libname = %{version}-%{release}
Requires: glibc-devel
Requires(post): %install_info_prereq
Requires(preun): %install_info_prereq
%if %{with hpc}
%hpc_requires_devel
%endif
@ -502,7 +503,7 @@ EOF
%fdupes -s doc
%postun devel
%preun devel
%install_info_delete --info-dir=%{package_infodir} %{package_infodir}/fftw3.info.gz
%post devel