Accepting request 613768 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/613768 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fftw3?expand=0&rev=44
This commit is contained in:
commit
13f4114118
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user