diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-29 16:45:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-29 16:45:44 +0000 |
commit | 1d285a59919b4255017f4c940aafe1abe08cc42e (patch) | |
tree | 70ecb2590b53eda9161fa2d6da8459ed7530e88d | |
parent | d56fb8ee567b2165f63d23cbaa096653811039ab (diff) | |
download | rpm-setup-1d285a59919b4255017f4c940aafe1abe08cc42e.tar rpm-setup-1d285a59919b4255017f4c940aafe1abe08cc42e.tar.gz rpm-setup-1d285a59919b4255017f4c940aafe1abe08cc42e.tar.bz2 rpm-setup-1d285a59919b4255017f4c940aafe1abe08cc42e.tar.xz rpm-setup-1d285a59919b4255017f4c940aafe1abe08cc42e.zip |
- 1.721.72
- add option --with-only-rpmrc. when used, per-arch macros are not installed
(since %optflags is already in rpmrc and other macros are now in standard
rpm per-arch macros)
- /etc/rpm/macros.d/build.macros
o move here most macros from /usr/lib/rpm/<vendor>/macros,
those macros will not be available anymore when rpm-<vendor>-setup-build
is not installed
o restore %check macro. it allows "--without check".
o explain the advantage of "--without <section>" (inherited from conectiva)
o remove duplicated macros
o remove %_multilibno (already defined in both /usr/lib/rpm/<arch>/macros
and/or /usr/lib/rpm/<vendor>/<arch>/macros)
- /usr/lib/rpm/<vendor>/macros:
o add %_gnu and %_target_platform (was in <arch>/macros)
- /usr/lib/rpm/<vendor>/rpmopt:
o drop --scripts alias (nicely handled by rpm's rpmpopt for some time)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5f39938..ac76950 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.71, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.72, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR |