aboutsummaryrefslogtreecommitdiffstats
path: root/build.macros.in
Commit message (Collapse)AuthorAgeFilesLines
* add support for mini debug packages (disabled by default)Thierry Vignaud2012-07-271-1/+6
| | | | (https://fedoraproject.org/wiki/Features/MiniDebugInfo)
* merge patches from package repository: fix %rename macroThierry Vignaud2012-07-251-2/+2
|
* updage %%_webappconfdir macroGuillaume Rousse2012-07-251-1/+1
|
* Update location of the %_unitdir macro post-usrmoveColin Guthrie2012-07-241-1/+1
|
* Disable internal dep generatorDexter Morgan2011-12-251-1/+2
|
* Enable new internal dep generator ( needed for java packages)Dexter Morgan2011-12-241-0/+3
|
* Add java macros from JPackageDexter Morgan2011-10-201-0/+32
|
* Add systemd rpm macrosDexter Morgan2011-09-091-0/+6
|
* Add brp-java-repack-jarsDexter Morgan2011-09-081-0/+1
|
* Add an automatic rm -fr %buildroot at the beginning of %install scriptletDexter Morgan2011-09-081-0/+9
|
* Default to core, useful for local builds1.133Pascal Terjan2011-05-301-1/+2
|
* Do not append .%distro_section if section is core1.132Pascal Terjan2011-05-301-1/+1
|
* mkrel: append .%distro_section if setChristiaan Welvaart2011-05-181-1/+1
|
* Allow setting distsuffix at build timePascal Terjan2011-05-051-1/+1
|
* make mgaversion macro return distro_releaseOlivier Blin2011-04-121-1/+1
|
* merge manbo-build.macros from rpm-manbo-setupThomas Backlund2011-02-051-0/+126
|
* prefix default distsuffix with a dotOlivier Blin2011-01-091-2/+2
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-01-061-4/+4
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r231 | boklm | 2011-01-06 17:30:05 +0000 (Thu, 06 Jan 2011) | 1 line import rpm-setup version cleaned by blino ------------------------------------------------------------------------
* - remove runtime dependencies from %py_requires as they are now handledAnssi Hannula2010-10-301-4/+1
| | | | | automatically
* drop %gem_unpack, equivalent behaviour has been implemented in %setup now.Per Øyvind Karlsen2010-10-181-5/+0
|
* don't install dependencies for gems when using %gem_install1.109Per Øyvind Karlsen2010-10-161-1/+1
|
* add gem_helper.rb and it's corresponding macros %gem_unpack, %gem_build &1.108Per Øyvind Karlsen2010-10-161-0/+24
| | | | | | gem_install for simplifying & streamlining ruby gem packaging.
* handle build dir with spaces when finding debug infoOlivier Blin2010-04-161-1/+1
|
* Revert controversial %arm and %mips* changes as per advisement fromAnssi Hannula2009-12-101-8/+0
| | | | | | | | Christophe Fergeau, and because we need the perl.prov change released. (reverts 263740, 263741) The macros can be readded later after an agreement has been reached.
* add %armPer Øyvind Karlsen2009-11-271-0/+2
|
* add %mips, %mipsel & %mipsxPer Øyvind Karlsen2009-11-271-0/+6
|
* replace %sunsparc with %sparc & sparcx (from rpm5.org)Per Øyvind Karlsen2009-11-271-1/+2
|
* Update perl_convert_version to keep alphabetic tail in version numberAnssi Hannula2009-08-081-1/+10
| | | | | (Luca Berra).
* update perl_convert_version macroChristophe Fergeau2009-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch from Jérôme Quelin current %perl_convert_version is defined as: %perl_convert_version() %(perl -Mversion -le %'$v=version->new(%{1})->normal; $v=~s/^v//; print $v') however, this does not work when parsing strange versions such as 1.03a or 6.0.e (yes, those exist). currently we get: $ rpm --eval '%perl_convert_version 1.03a' Bareword found where operator expected at -e line 1, near "1.03a" (Missing operator before a?) syntax error at -e line 1, near "1.03a" Execution of -e aborted due to compilation errors. $ rpm --eval '%perl_convert_version 6.0.e' 0.0.0 therefore, i would like to update it a bit to read: %perl_convert_version() %(perl -Mversion -le %'$v=version->new("%{1}")->normal; $v=~s/^v//; print $v') (note the quotes enclosing the %{1}) using this macro on above examples, we would get 1.30.0 and 6.0.0. not perfect, but at least it doesn't fail, and %mkrel can be used to differentiate them.
* Add new perl_convert_version macro to convert cpan version to rpm versionChristophe Fergeau2009-02-031-0/+3
|
* - call patch with -U (aka --unified-reject-files)Pascal Rigaux2009-01-291-1/+1
|
* - when %_with_git_repository is set, define %_after_setup and %_patch to usePascal Rigaux2009-01-291-0/+9
| | | | | the new scripts git-repository--after-tarball and git-repository--apply-patch
* add a warning about %defaultbuildrootPascal Rigaux2008-12-151-0/+1
|
* add make_dm_session macro that calls fndSession1.85Olivier Blin2008-07-211-0/+2
|
* 1.84: [bugfix] fix %update_icon_cache/%clean_icon_cache1.841.83Pascal Rigaux2008-07-101-5/+5
|
* 1.83: intelligent %update_icon_cache/%clean_icon_cache which are null forPascal Rigaux2008-07-101-2/+15
| | | | | caches handled through filetriggers, but as used to be for other caches
* 1.81: fixes deprecated macros that were broken in previous release1.81Pascal Rigaux2008-06-201-3/+3
| | | | | (%update_icon_cache, %clean_icon_cache, %post_install_gconf_schemas)
* 1.80: macros deprecated by rpm filetriggers now return nothing1.80Pascal Rigaux2008-06-131-54/+17
|
* 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-151-87/+0
|
* move many macros out of /usr/lib/rpm/<vendor>/macros intoPascal Rigaux2008-01-291-0/+435
new file /etc/rpm/macros.d/build.macros, those macros will not be available anymore if rpm-<vendor>-setup-build is not installed