| Commit message (Expand) | Author | Age | Files | Lines |
* | fix changelog truncation to 3 years to work with rpm.org | Anssi Hannula | 2011-12-08 | 1 | -1/+2 |
* | - fix _host to have full host triplet, in order to unbreak arm1.124 | Arnaud Patard | 2011-03-16 | 1 | -1/+1 |
* | merge manbo.macros from rpm-manbo-setup | Thomas Backlund | 2011-02-05 | 1 | -0/+13 |
* | Synthesized commit during git-svn import combining previous Mandriva history ... | Mageia SVN-Git Migration | 2011-01-06 | 1 | -2/+4 |
* | drop our own re-definition of %_query_all_fmt in favor of upstream default to... | Per Øyvind Karlsen | 2010-12-13 | 1 | -2/+0 |
* | introduce CANONTARGETGNU, to be able to use -gnueabi for ARM (from Arnaud Pat... | Olivier Blin | 2009-09-25 | 1 | -1/+1 |
* | use lzma by default to compress binary packages (instead of gzip) | Pascal Rigaux | 2008-06-10 | 1 | -0/+2 |
* | activate filetriggers (cf http://wiki.mandriva.com/en/Rpm_filetriggers) | Pascal Rigaux | 2008-06-02 | 1 | -0/+2 |
* | 1.74: remove macros needed for Manbo packages (they are now in rpm-manbo-setup)1.74 | Pascal Rigaux | 2008-02-15 | 1 | -14/+0 |
* | move many macros out of /usr/lib/rpm/<vendor>/macros into | Pascal Rigaux | 2008-01-29 | 1 | -464/+0 |
* | %_multilibno is defined in both /usr/lib/rpm/<arch>/macros and /usr/lib/rpm/m... | Pascal Rigaux | 2008-01-29 | 1 | -1/+0 |
* | s/mandrakesoft/mandriva/ | Pascal Rigaux | 2008-01-29 | 1 | -1/+1 |
* | remove duplicated entry | Pascal Rigaux | 2008-01-28 | 1 | -3/+1 |
* | move %_gnu out of perarch macros | Pascal Rigaux | 2008-01-28 | 1 | -0/+1 |
* | drop some unused comments | Pascal Rigaux | 2008-01-28 | 1 | -128/+0 |
* | - remove some commented macros | Pascal Rigaux | 2008-01-28 | 1 | -25/+9 |
* | remove duplicated %%install (keeping the one which handles %{_with install} | Pascal Rigaux | 2008-01-28 | 1 | -4/+0 |
* | Make %serverbuild define CFLAGS, CXXFLAGS and RPM_OPT_FLAGS variables | Anssi Hannula | 2008-01-22 | 1 | -2/+5 |
* | 1.68: do not use ssp_flags on archs which do not handle it (thanks to rtp)1.68 | Pascal Rigaux | 2008-01-07 | 1 | -1/+2 |
* | make %serverbuild modify %optflags instead of shell variables (Anssi) (#32050) | Pascal Rigaux | 2007-12-20 | 1 | -3/+3 |
* | define %defaultbuildroot instead of %buildroot (fixes #34705), | Pascal Rigaux | 2007-12-17 | 1 | -1/+1 |
* | add rpm 4.4.6 python macros for compatibility | Pascal Rigaux | 2007-12-17 | 1 | -1/+9 |
* | Handle double slashes in buildroot in filter.sh in new file exception macros, | Anssi Hannula | 2007-09-08 | 1 | -2/+2 |
* | revert %_host_cpu32 and create /etc/rpm/platform32 instead | Pascal Rigaux | 2007-09-06 | 1 | -5/+0 |
* | set %_host_cpu32 (used instead of %_host_cpu when run through linux32) | Pascal Rigaux | 2007-09-06 | 1 | -0/+5 |
* | ensure %debug_package doesn't modify %{summary} in %install section | Pascal Rigaux | 2007-08-28 | 1 | -2/+8 |
* | tell rpmlib to open all indices before doing chroot. | Pascal Rigaux | 2007-08-02 | 1 | -0/+4 |
* | - add default buildroot definition | Olivier Thauvin | 2007-07-27 | 1 | -0/+2 |
* | - fix #31973 (Impossible to exclude single files from autoreq/autoprov) | Olivier Thauvin | 2007-07-25 | 1 | -2/+2 |
* | - _extension will be now lzma | Olivier Thauvin | 2007-07-13 | 1 | -1/+1 |
* | - add sparcv9b & sparcv9v to %{sunsparc} variable (#31286) | Olivier Thauvin | 2007-07-12 | 1 | -1/+1 |
* | make "rpm -qa" fast (#23121) | Pascal Rigaux | 2007-07-11 | 1 | -0/+8 |
* | Fix my previous incorrect changes to gconf macros | Frederic Crozat | 2007-07-05 | 1 | -6/+4 |
* | remove useless () | Olivier Thauvin | 2007-06-26 | 1 | -1/+1 |
* | - add arch_tagged macros to tag dependencies when 32/64 bits does matter | Olivier Thauvin | 2007-06-25 | 1 | -0/+3 |
* | - simplify optflags definition | Olivier Thauvin | 2007-06-25 | 1 | -1/+1 |
* | - use -fstack-protector by default with a reduced size parameter (4 bytes, taken | Andreas Hasenack | 2007-06-25 | 1 | -2/+3 |
* | - really use new find-lang.pl | Olivier Thauvin | 2007-06-25 | 1 | -1/+1 |
* | - added -fstack-protector to %serverbuild macro | Andreas Hasenack | 2007-06-19 | 1 | -1/+1 |
* | - add ocaml_sitelib macros | Olivier Thauvin | 2007-06-15 | 1 | -0/+7 |
* | - add _xfontdir macros | Olivier Thauvin | 2007-06-15 | 1 | -0/+2 |
* | Use only one gconftool call for registering / unregistering multiple schemas,... | Frederic Crozat | 2007-06-06 | 1 | -2/+6 |
* | - according discuss on cooker ml, doc goes into %name/ instead %name-%version... | Olivier Thauvin | 2007-06-02 | 1 | -0/+2 |
* | - disable libtoolize by default in configure | Olivier Thauvin | 2007-05-18 | 1 | -2/+4 |
* | - removed duplicated macros from rpm-helper, the macros in rpm-helperv1.411.41 | Herton Ronaldo Krzesinski | 2007-05-08 | 1 | -39/+0 |
* | - revert again mkrel commit by mistake with another fix | Olivier Thauvin | 2006-09-06 | 1 | -1/+1 |
* | remove evil line break from the clean_icon_cache macro | Götz Waschk | 2006-09-01 | 1 | -2/+1 |
* | - revert last change, broken (thx warly)1.29 | Olivier Thauvin | 2006-08-31 | 1 | -1/+1 |
* | - change mkrel behavior to have subrel before distsuffix | Olivier Thauvin | 2006-08-30 | 1 | -1/+1 |
* | - apply patch fixing #23980 (%clean_icon_cache will fail for icon theme packa... | Olivier Thauvin | 2006-07-28 | 1 | -1/+2 |