Remove hardcoded "lib" directory for libraries installation.

Now it will use either "lib" or "lib64" according to the architecture.
v3.5.13-sru
albator 13 years ago
parent 3c86eeb8b7
commit b3159810ce

@ -6,7 +6,6 @@
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _libdir %{_prefix}/lib
%endif

@ -6,7 +6,6 @@
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _libdir %{_prefix}/lib
%endif
Name: dbus-tqt

@ -6,7 +6,6 @@
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _libdir %{_prefix}/lib
%endif
# TQT include files may conflict with QT4 includes, so we move them to a subdirectory.

@ -6,7 +6,6 @@
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _libdir %{_prefix}/lib
%define _docdir %{_prefix}/share/doc
%endif

@ -6,7 +6,6 @@
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _libdir %{_prefix}/lib
%define _docdir %{_prefix}/share/doc
%endif

Loading…
Cancel
Save