aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 1.891.89Pascal Rigaux2009-01-291-1/+1
|
* Version 1.88 - 7 January 2009, by Christophe Fergeau1.88Christophe Fergeau2009-01-071-1/+1
| | | | | | - fix ugly warning during invocation of php.req - RPM5 fixes
* I originally figured that querying rpm database within script weren't supposedPer Øyvind Karlsen2008-11-231-13/+0
| | | | | | to be done, but as I now see it's done elsewhere, perl-base epoch tag should rather be handled in the script than by autotools
* silence warnings about use of GNU make extensionsPer Øyvind Karlsen2008-11-231-1/+1
|
* don't hardcore epoch tag in versioned perl-base dependencyPer Øyvind Karlsen2008-11-231-0/+13
|
* * pick up c, cpp & ld flags from pkg-config (needed by rpm5)Per Øyvind Karlsen2008-10-171-1/+16
| | | | | * check for rpmio.h & rpmtag.h (needed by rpm5)
* fix typo of header namePer Øyvind Karlsen2008-10-171-1/+1
|
* 1.87: really don't add php dependencies for doc files1.87Pascal Rigaux2008-09-221-1/+1
|
* 1.86: php.req: don't add php dependencies for doc files1.86Pascal Rigaux2008-09-191-1/+1
|
* add make_dm_session macro that calls fndSession1.85Olivier Blin2008-07-211-1/+1
|
* 1.84: [bugfix] fix %update_icon_cache/%clean_icon_cache1.841.83Pascal Rigaux2008-07-101-1/+1
|
* 1.83: intelligent %update_icon_cache/%clean_icon_cache which are null forPascal Rigaux2008-07-101-1/+1
| | | | | caches handled through filetriggers, but as used to be for other caches
* 1.82: find-lang.pl: do not own /usr/share/locales/$lang/LC_MESSAGES to ↵1.82Pascal Rigaux2008-06-231-1/+1
| | | | | | | | | speed-up rpm Things owned a lot of times is a pathological case in rpm. For example, if you remove file list from poedit, it will install/uninstall much faster (3x faster for both cold start and warm start on a test on my box)
* 1.81: fixes deprecated macros that were broken in previous release1.81Pascal Rigaux2008-06-201-1/+1
| | | | | (%update_icon_cache, %clean_icon_cache, %post_install_gconf_schemas)
* 1.80: macros deprecated by rpm filetriggers now return nothing1.80Pascal Rigaux2008-06-131-1/+1
|
* 1.79: use lzma by default to compress binary packages (instead of gzip)1.79Pascal Rigaux2008-06-101-1/+1
|
* 1.78 (remove test for %_localstatedir)1.78Pascal Rigaux2008-06-021-1/+1
|
* 1.77: activate filetriggers (cf http://wiki.mandriva.com/en/Rpm_filetriggers)1.77Pascal Rigaux2008-06-021-1/+1
|
* prefer DEST_MODULE_NAME over BUILT_MODULE_NAME if present1.76Olivier Blin2008-04-011-1/+1
|
* - 1.75: 1.75Pascal Rigaux2008-03-281-1/+1
| | | | | | - remove some more macros which are now in rpm-manbo-setup - make sure debug files are world-readable
* 1.74: remove macros needed for Manbo packages (they are now in rpm-manbo-setup)1.74Pascal Rigaux2008-02-151-1/+1
|
* 1.73: rpmpopt, rpmb_deprecated and rpmrc are now in rpm-manbo-setup1.73Pascal Rigaux2008-02-141-1/+1
|
* - 1.721.72Pascal Rigaux2008-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | - 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)
* add option --with-only-rpmrc. when used, per-arch macros are not installedPascal Rigaux2008-01-291-0/+3
| | | | | | (%optflags is already in rpmrc and other macros and in standard rpm per-arch macros)
* 1.71: do package rpmb_deprecated1.71Pascal Rigaux2008-01-231-1/+1
|
* 1.70: deprecate "rpm -b" in favor of "rpmbuild -b"1.70Pascal Rigaux2008-01-231-1/+1
|
* 1.691.69Pascal Rigaux2008-01-221-1/+1
|
* 1.68: do not use ssp_flags on archs which do not handle it (thanks to rtp)1.68Pascal Rigaux2008-01-071-1/+1
|
* 1.671.67Pascal Rigaux2007-12-211-1/+1
|
* 1.661.66Pascal Rigaux2007-12-201-1/+1
|
* 1.65:1.65Pascal Rigaux2007-12-191-1/+5
| | | | | | - add option --with-rpmplatform to install or not /etc/rpm/platform and genplatform - rpm-spec-mode.el: use buildroot macro instead of RPM_BUILD_ROOT environment variable
* 1.641.64Pascal Rigaux2007-12-171-1/+1
|
* 1.63Olivier Blin2007-10-021-1/+1
|
* 1.621.62Olivier Blin2007-09-271-1/+1
|
* 1.611.61Olivier Blin2007-09-251-1/+1
|
* - 1.60:1.60Pascal Rigaux2007-09-201-1/+1
| | | | | | - handle symlinks the same way as files in find-lang.pl, some symlinks in documentation were previously left out (Anssi)
* - 1.59:1.59Pascal Rigaux2007-09-141-1/+1
| | | | | | | | - find-requires: o fix GCJ AOT directory regexp in find-requires.in (anssi) o remove "Using BuildRoot: ..." message, it's mostly a duplicate of rpm's "Finding Requires ...", and it's too verbose when using "rpm -bb --quiet"
* - 1.58:1.58Pascal Rigaux2007-09-101-1/+1
| | | | | | | | | | | | | | | | | - find-requires.in: o do not use buildroot since it may contain double slashes whereas filelist do not (fixes missing require on perl-base and python-base) - filter.sh, macros.in: o handle double slashes in buildroot in filter.sh in new file exception macros, in case tmppath contains a trailing slash as in iurt. This also fixes handling of exception macros that contain spaces, which has been broken for a while. - find-provides.in, find-requires.in: (Anssi) o ignore library dependencies of objects in /usr/lib(64)/gcj/, which are GCJ AOT compiled shared objects and are only useful when running the software in the package with gij (gcc java). If the user uses some other java VM, they do not need their dependencies satisfied.
* - 1.57:1.57Pascal Rigaux2007-09-061-1/+1
| | | | | - create /etc/rpm/platform32 (used instead of /etc/rpm/platform when run through linux32)
* - 1.56:1.56Pascal Rigaux2007-09-061-1/+1
| | | | | | - find-lang.pl: include file by file except with --all-name (nanardon) - set %_host_cpu32 (used instead of %_host_cpu when run through linux32)
* set %_host_cpu32 (used instead of %_host_cpu when run through linux32)Pascal Rigaux2007-09-061-0/+2
| | | | | (cf patch rpm-4.4.8-use_host_cpu32-when-linux32.patch in rpm)
* 1.551.55Olivier Blin2007-09-041-1/+1
|
* 1.541.54Olivier Blin2007-09-041-1/+1
|
* 1.531.53Pascal Rigaux2007-08-281-1/+1
|
* - 1.521.52Olivier Thauvin2007-08-261-1/+1
|
* - 1.511.51Olivier Thauvin2007-08-231-1/+1
|
* - 1.501.50Olivier Thauvin2007-08-211-1/+1
|
* - 1.491.49Olivier Thauvin2007-08-211-1/+1
|
* 1.481.48Pascal Rigaux2007-08-021-1/+1
|
* - 1.471.47Olivier Thauvin2007-07-131-1/+1
|