summaryrefslogtreecommitdiffstats
path: root/macros.multiarch
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-03 18:09:01 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-03 18:09:01 +0000
commit9ed273d6a4ec74879278973007e095a0b2b9ae44 (patch)
treeef33cda25eb98de508d4eff8c34a33f6ffa68950 /macros.multiarch
parent01dbce5bbd6ec0582358d681fd41bc01a9148180 (diff)
downloadmultiarch-utils-9ed273d6a4ec74879278973007e095a0b2b9ae44.tar
multiarch-utils-9ed273d6a4ec74879278973007e095a0b2b9ae44.tar.gz
multiarch-utils-9ed273d6a4ec74879278973007e095a0b2b9ae44.tar.bz2
multiarch-utils-9ed273d6a4ec74879278973007e095a0b2b9ae44.tar.xz
multiarch-utils-9ed273d6a4ec74879278973007e095a0b2b9ae44.zip
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.1.0.13
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r399 | dmorgan | 2011-02-03 18:09:01 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned multiarch-utils* ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License is GPL according to the relevant rpm spec written by Mandriva (no explicit COPYING or LICENSE files) - '# Project: Mandriva Linux' in several files, removed
Diffstat (limited to 'macros.multiarch')
-rw-r--r--macros.multiarch9
1 files changed, 3 insertions, 6 deletions
diff --git a/macros.multiarch b/macros.multiarch
index 8cad465..2b43acf 100644
--- a/macros.multiarch
+++ b/macros.multiarch
@@ -7,16 +7,13 @@
%multiarch_distro %MULTIARCH_DISTRO%
%multiarch_binaries() \
-%if %{mdkversion} >= %{multiarch_distro} \
%{_prefix}/lib/rpm/mkmultiarch binaries %* \
-%endif
+%{nil}
%multiarch_includes() \
-%if %{mdkversion} >= %{multiarch_distro} \
%{_prefix}/lib/rpm/mkmultiarch includes %* \
-%endif
+%{nil}
%multiarch() \
-%if %{mdkversion} >= %{multiarch_distro} \
%* \
-%endif
+%{nil}