X-Git-Url: https://git.tld-linux.org/?p=packages%2FFHS.git;a=blobdiff_plain;f=FHS.spec;h=46d60296635bef4325694ba15200713bb351f525;hp=b75fe0a6e5b39366b578946500012677aeb02cda;hb=d5870636a47347abd2fd2a86cb8f136c6f5b94b6;hpb=5239426757be55fbba60c54c6b87e0135f1a0b5d diff --git a/FHS.spec b/FHS.spec index b75fe0a..46d6029 100644 --- a/FHS.spec +++ b/FHS.spec @@ -9,7 +9,7 @@ Summary(pl.UTF-8): Podstawowy układ katalogów systemu Linux zgodny z FHS 2.3 Summary(tr.UTF-8): Temel dosya sistemi yapısı Name: FHS Version: 2.3 -Release: 36 +Release: 38 License: GPL Group: Base URL: http://www.pathname.com/fhs/ @@ -24,16 +24,6 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %if "%{_lib}" == "lib64" %define with_lib64 1 -%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 @@ -96,9 +86,6 @@ install -d \ %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} @@ -213,9 +200,3 @@ posix.chown("/var/lock", 0, %{gid_uucp}) %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