aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1.901.90Pascal Rigaux2009-01-292-1/+3
|
* - call patch with -U (aka --unified-reject-files)Pascal Rigaux2009-01-291-1/+1
|
* 1.891.89Pascal Rigaux2009-01-292-1/+5
|
* - when %_with_git_repository is set, define %_after_setup and %_patch to usePascal Rigaux2009-01-295-0/+235
| | | | | the new scripts git-repository--after-tarball and git-repository--apply-patch
* Version 1.88 - 7 January 2009, by Christophe Fergeau1.88Christophe Fergeau2009-01-072-1/+5
| | | | | | - fix ugly warning during invocation of php.req - RPM5 fixes
* add a warning about %defaultbuildrootPascal Rigaux2008-12-151-0/+1
|
* fix broken site_perl regexp which would add versioned requires without epochPer Øyvind Karlsen2008-11-241-1/+1
| | | | | and merge it with vendor_perl regexp
* fix so that redundant unversioned python-base/perl-base is added as dependenciesPer Øyvind Karlsen2008-11-241-11/+22
| | | | | | if a versioned is already added (maybe worth doing similar way with other depencies as well? for consistency at least, if for nothing else)
* consistently use " at same place with sed while we're at it..Per Øyvind Karlsen2008-11-231-1/+1
|
* I originally figured that querying rpm database within script weren't supposedPer Øyvind Karlsen2008-11-233-16/+6
| | | | | | 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-233-2/+16
|
* remove install-sh as this is pulled by autotoolsPer Øyvind Karlsen2008-10-171-323/+0
|
* use rpmRC enum type rather than intPer Øyvind Karlsen2008-10-171-1/+1
|
* fix frenchy plural grammarPer Øyvind Karlsen2008-10-171-1/+1
|
* * 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
|
* check for existence of rpmlib.h before including it, otherwisePer Øyvind Karlsen2008-10-171-0/+5
| | | | | include rpmio.h & rpmtag.h (fixes rpm5 build)
* only call php.req if they are php filesGuillaume Rousse2008-10-051-1/+1
|
* 1.87: really don't add php dependencies for doc files1.87Pascal Rigaux2008-09-221-1/+1
|
* don't do php files filtering from inside php.req, but from find-requires, as ↵Guillaume Rousse2008-09-202-5/+2
| | | | per other language-specific dependencies
* 1.86: php.req: don't add php dependencies for doc files1.86Pascal Rigaux2008-09-191-1/+1
|
* don't add php dependencies for doc filesGuillaume Rousse2008-09-181-0/+2
|
* add make_dm_session macro that calls fndSession1.85Olivier Blin2008-07-212-1/+3
|
* 1.84: [bugfix] fix %update_icon_cache/%clean_icon_cache1.841.83Pascal Rigaux2008-07-102-6/+6
|
* 1.83: intelligent %update_icon_cache/%clean_icon_cache which are null forPascal Rigaux2008-07-102-3/+16
| | | | | 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-232-3/+8
| | | | | | | | | 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-202-4/+4
| | | | | (%update_icon_cache, %clean_icon_cache, %post_install_gconf_schemas)
* 1.80: macros deprecated by rpm filetriggers now return nothing1.80Pascal Rigaux2008-06-132-55/+18
|
* 1.79: use lzma by default to compress binary packages (instead of gzip)1.79Pascal Rigaux2008-06-101-1/+1
|
* use lzma by default to compress binary packages (instead of gzip)Pascal Rigaux2008-06-101-0/+2
|
* 1.78 (remove test for %_localstatedir)1.78Pascal Rigaux2008-06-021-1/+1
|
* %_localstatedir is no more defined here, drop the testPascal Rigaux2008-06-021-1/+0
|
* 1.77: activate filetriggers (cf http://wiki.mandriva.com/en/Rpm_filetriggers)1.77Pascal Rigaux2008-06-021-1/+1
|
* activate filetriggers (cf http://wiki.mandriva.com/en/Rpm_filetriggers)Pascal Rigaux2008-06-021-0/+2
|
* prefer DEST_MODULE_NAME over BUILT_MODULE_NAME if present1.76Olivier Blin2008-04-012-2/+3
|
* provide "kmod(module) = PACKAGE_VERSION" for dkms binary modules as well ↵Olivier Blin2008-04-011-1/+1
| | | | (#35074)
* - 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
* make sure debug files are world-readableOlivier Blin2008-03-031-0/+1
|
* remove some more macros which are now in rpm-manbo-setupPascal Rigaux2008-02-151-16/+0
|
* 1.74: remove macros needed for Manbo packages (they are now in rpm-manbo-setup)1.74Pascal Rigaux2008-02-153-102/+1
|
* 1.73: rpmpopt, rpmb_deprecated and rpmrc are now in rpm-manbo-setup1.73Pascal Rigaux2008-02-144-36/+5
|
* unused (rpmgenplatform is used)Pascal Rigaux2008-01-291-1/+0
|
* - 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)
* move many macros out of /usr/lib/rpm/<vendor>/macros intoPascal Rigaux2008-01-293-468/+450
| | | | | | new file /etc/rpm/macros.d/build.macros, those macros will not be available anymore if rpm-<vendor>-setup-build is not installed
* rename macrosfiles to arch_macrosfiles to make it more clearPascal Rigaux2008-01-292-9/+9
|
* %_multilibno is defined in both /usr/lib/rpm/<arch>/macros and ↵Pascal Rigaux2008-01-291-1/+0
| | | | | | | | /usr/lib/rpm/mandriva/<arch>/macros we must not override /usr/lib/rpm/<arch>/macros for the case where we don't provide /usr/lib/rpm/mandriva/<arch>/macros anymore
* add option --with-only-rpmrc. when used, per-arch macros are not installedPascal Rigaux2008-01-292-0/+7
| | | | | | (%optflags is already in rpmrc and other macros and in standard rpm per-arch macros)
* s/mandrakesoft/mandriva/Pascal Rigaux2008-01-291-1/+1
|
* remove wrongly added file (emacs was too strong for me)Pascal Rigaux2008-01-291-677/+0
|