Summary(tr.UTF-8): Temel dosya sistemi yapısı
Name: FHS
Version: 2.3
-Release: 36
+Release: 37
License: GPL
Group: Base
URL: http://www.pathname.com/fhs/
%else
%define with_lib64 0
%endif
-%if "%{_lib}" == "libx32"
-%define with_libx32 1
-%else
-%ifarch %{x8664}
-# x32 as additional ABI
-%define with_libx32 1
-%endif
-%endif
# avoid rpm 4.4.9 adding rm -rf buildroot, we need the dirs to check consistency
%define __spec_clean_body %{nil}
%if %{with lib64}
install -d $RPM_BUILD_ROOT{/lib64,/usr/lib64/games,/usr/local/lib64}
%endif
-%if %{with libx32}
-install -d $RPM_BUILD_ROOT{/libx32,/usr/libx32/games,/usr/local/libx32}
-%endif
install -d $RPM_BUILD_ROOT/usr/share/man/man{1,2,3,4,5,6,7,8}
install -d $RPM_BUILD_ROOT%{_locmandir}/man{1,2,3,4,5,6,7,8}
%dir /usr/lib64/games
%dir /usr/local/lib64
%endif
-%if %{with libx32}
-%dir /libx32
-%dir /usr/libx32
-%dir /usr/libx32/games
-%dir /usr/local/libx32
-%endif