exclude i686 from relocating pkgconfig files
This commit is contained in:
parent
cf73af9f25
commit
14cb429b58
12
eccodes.spec
12
eccodes.spec
@ -286,10 +286,14 @@ cp examples/C/*.c %{buildroot}%{_datadir}/doc/%{name}/examples/C
|
|||||||
mkdir -p %{buildroot}%{_datadir}/doc/%{name}/examples/F90
|
mkdir -p %{buildroot}%{_datadir}/doc/%{name}/examples/F90
|
||||||
cp examples/F90/*.f90 %{buildroot}%{_datadir}/doc/%{name}/examples/F90
|
cp examples/F90/*.f90 %{buildroot}%{_datadir}/doc/%{name}/examples/F90
|
||||||
|
|
||||||
# it seems pkgconfig files end up in lib in stead of lib64 now
|
%ifarch i686
|
||||||
# so move them to the right place
|
# pass
|
||||||
mv %{buildroot}/%{_usr}/lib/pkgconfig/ \
|
%else
|
||||||
%{buildroot}/%{_libdir}/pkgconfig/
|
# it seems pkgconfig files end up in lib in stead of lib64 now
|
||||||
|
# so move them to the right place
|
||||||
|
mv %{buildroot}/%{_usr}/lib/pkgconfig/ \
|
||||||
|
%{buildroot}/%{_libdir}/pkgconfig/
|
||||||
|
%endif
|
||||||
|
|
||||||
# It seems the cmake options
|
# It seems the cmake options
|
||||||
# -DCMAKE_SKIP_RPATH=TRUE
|
# -DCMAKE_SKIP_RPATH=TRUE
|
||||||
|
Loading…
Reference in New Issue
Block a user