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:
parent
8906fe8c10
commit
1f548a49b6
@ -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
|
Mon Feb 26 14:48:04 UTC 2018 - eich@suse.com
|
||||||
|
|
||||||
|
@ -201,7 +201,6 @@ Url: http://www.fftw.org
|
|||||||
Source: ftp://ftp.fftw.org/pub/fftw/fftw-%{version}%{?pl_ext:-%{pl_ext}}.tar.gz
|
Source: ftp://ftp.fftw.org/pub/fftw/fftw-%{version}%{?pl_ext:-%{pl_ext}}.tar.gz
|
||||||
Source1: %{pname}-rpmlintrc
|
Source1: %{pname}-rpmlintrc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires(pre): %install_info_prereq
|
|
||||||
%if %{with hpc}
|
%if %{with hpc}
|
||||||
BuildRequires: %{compiler_family}%{?c_f_ver}-compilers-hpc-macros-devel
|
BuildRequires: %{compiler_family}%{?c_f_ver}-compilers-hpc-macros-devel
|
||||||
BuildRequires: lua-lmod
|
BuildRequires: lua-lmod
|
||||||
@ -234,6 +233,8 @@ Summary: Include Files and Libraries mandatory for Development
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %package_libname = %{version}-%{release}
|
Requires: %package_libname = %{version}-%{release}
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
|
Requires(post): %install_info_prereq
|
||||||
|
Requires(preun): %install_info_prereq
|
||||||
%if %{with hpc}
|
%if %{with hpc}
|
||||||
%hpc_requires_devel
|
%hpc_requires_devel
|
||||||
%endif
|
%endif
|
||||||
@ -502,7 +503,7 @@ EOF
|
|||||||
|
|
||||||
%fdupes -s doc
|
%fdupes -s doc
|
||||||
|
|
||||||
%postun devel
|
%preun devel
|
||||||
%install_info_delete --info-dir=%{package_infodir} %{package_infodir}/fftw3.info.gz
|
%install_info_delete --info-dir=%{package_infodir} %{package_infodir}/fftw3.info.gz
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user