summaryrefslogtreecommitdiff
path: root/macros.in
AgeCommit message (Expand)AuthorFilesLines
2010-04-09Simplify the dbenv->open() flags shufflePanu Matilainen1-4/+2
2010-04-08Eliminate DB_JOINENV usage and config optionPanu Matilainen1-2/+1
2010-04-08Eliminate "thread" BDB optionPanu Matilainen1-1/+0
2010-04-08A little bit of sanity to dbiNew()Panu Matilainen1-4/+2
2010-04-08Eliminate exclusive and rdonly BDB configuration optionsPanu Matilainen1-2/+0
2010-04-08Remove per-dbi perms and configurationPanu Matilainen1-3/+0
2010-03-31Remove BDB recno + queue access methods from configurationPanu Matilainen1-3/+0
2010-03-31Lose shmkey + shared BDB config optionsPanu Matilainen1-1/+0
2010-03-31We dont want to use DB_HOME environment, everPanu Matilainen1-2/+0
2010-03-31We dont have any temporary databases anymore, lose the config switchesPanu Matilainen1-2/+1
2010-03-31Make rpmdb index list hard-wiredPanu Matilainen1-3/+0
2010-03-23First take at pluggable file attribute + dependency extraction systemPanu Matilainen1-38/+18
2010-03-19Lose unused temporary/pseudo rpmdbi tagsPanu Matilainen1-4/+1
2010-02-18fontconfig -> font dependency extractor renamePanu Matilainen1-2/+2
2010-02-18Script/interpreter terminology renamingPanu Matilainen1-1/+1
2010-02-10Permit requires extraction too from fontconfig and desktop filesPanu Matilainen1-0/+2
2010-02-10Split elf dependency extraction out of librpmbuild to external helperPanu Matilainen1-1/+4
2010-02-10Separate helper for script interpreters, split out of librpmbuildPanu Matilainen1-0/+3
2010-01-22Use %{__make} macro instead of "make"Panu Matilainen1-2/+2
2010-01-06Add %{__id_u} back, duhPanu Matilainen1-0/+1
2009-12-23Use AC_PROG_MKDIR_P for testing mkdir -p capabilityPanu Matilainen1-1/+1
2009-10-22Make --httpproxy and friends work again (RhBug:529214)Panu Matilainen1-1/+5
2009-10-19Avoid using python's print for Python 3.x compatibilityPanu Matilainen1-3/+3
2009-10-07Support passing extra options to dep generator scriptsPanu Matilainen1-1/+4
2009-10-06Teach the internal dep generator about OCamlPanu Matilainen1-0/+3
2009-10-06Deprecate %__lzma, use %__xz in it.Ville Skyttä1-1/+2
2009-09-16Move the default transaction lock out of BDB environment namespacePanu Matilainen1-10/+2
2009-09-02Use %{nvra} as default query format, much simpler...Panu Matilainen1-3/+3
2009-09-01Add provide-extractors for fonts and desktop filesPanu Matilainen1-0/+3
2009-08-20Remove extra trailing } copy-paste error from python_foo macros, duhPanu Matilainen1-3/+3
2009-08-18Add some commonly used python macros (ticket #83)Panu Matilainen1-0/+7
2009-08-14Add %make_install macro that does the "right thing" wrt modern autotoolsPanu Matilainen1-1/+6
2009-08-14Add bug URL macro so that it could be set distro-wide (rhbz#512774)Jindrich Novy1-0/+6
2009-08-13Build script environment tweaks to improve reproducabilityPanu Matilainen1-0/+3
2009-08-13Don't set --target in %configure (RhBug:458648)Panu Matilainen1-2/+1
2009-08-13Nuke long since dead version of %configure macro + update commentaryPanu Matilainen1-12/+4
2009-07-03Add an index for obsoletes (RhBug:507702)Panu Matilainen1-1/+1
2009-04-16Introduce _changelog_trimtime and obsolete _instchangelogJindrich Novy1-3/+3
2009-03-27Add built-in %getconfdir macro for getting rpmConfigDir() valuePanu Matilainen1-0/+3
2009-03-26Put the PGP foobar signature generation out of its miseryPanu Matilainen1-28/+0
2009-03-18Add support for "lzma alone" compression format (lzdio)Panu Matilainen1-0/+1
2009-03-18LZMA -> XZ renamingPanu Matilainen1-1/+2
2009-01-26Added ARMv7 architecture supportAlexandr D. Kanevskiy1-1/+1
2009-01-23Check for binaries in noarch packages at build-timePanu Matilainen1-0/+4
2009-01-23Update dbi tag names for Filemd5s -> Filedigests change, oops..Panu Matilainen1-1/+1
2009-01-16Add getenv macro, use instead of $(echo $HOME) for defaulsPanu Matilainen1-1/+1
2008-11-22Use %{_rpmconfigdir} throughout configuration macros and suchPanu Matilainen1-20/+20
2008-11-21Kill the last remaining varprefixPanu Matilainen1-1/+1
2008-11-14Allow setting custom parameters to patch (rhbz#471006)Jindrich Novy1-0/+3
2008-11-10Add macros for the post-build package checkers feature (upstream ticket #2)Jindrich Novy1-0/+24