aboutsummaryrefslogtreecommitdiffstats
path: root/macros.in
Commit message (Collapse)AuthorAgeFilesLines
* remove macros duplicated from rpmThierry Vignaud2018-09-241-9/+0
|
* those macros are used at build timeThierry Vignaud2018-09-241-4/+0
|
* binary payload is chosen at build timeThierry Vignaud2018-09-241-3/+0
|
* triming changelog is done at build time, also reduce it to 2 yearsThierry Vignaud2018-09-241-2/+0
|
* remove obsolete $Id: CVS tagsThierry Vignaud2018-09-041-1/+0
|
* define %_pkgdocdir (mga#22444)Thierry Vignaud2018-01-251-0/+1
|
* set libexec dir to /usr/libexecThomas Backlund2012-12-061-1/+1
|
* revert %_libexecdir change in 1.151Thierry Vignaud2012-07-271-1/+1
|
* revert some duplicated manbo stuff (all identical to default butThierry Vignaud2012-07-261-1/+1
| | | | %_libexecdir that changed to %_libdir when mga forked mdv)
* switch from lzma to xz payload by default (like FC & mdv)Thierry Vignaud2012-07-261-1/+1
| | | | (supported since 2008)
* fix changelog truncation to 3 years to work with rpm.orgAnssi Hannula2011-12-081-1/+2
|
* - fix _host to have full host triplet, in order to unbreak arm1.124Arnaud Patard2011-03-161-1/+1
|
* merge manbo.macros from rpm-manbo-setupThomas Backlund2011-02-051-0/+13
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-01-061-2/+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 ------------------------------------------------------------------------
* drop our own re-definition of %_query_all_fmt in favor of upstream default ↵Per Øyvind Karlsen2010-12-131-2/+0
| | | | to get disttag, distepoch & arch in query results.
* introduce CANONTARGETGNU, to be able to use -gnueabi for ARM (from Arnaud ↵Olivier Blin2009-09-251-1/+1
| | | | Patard)
* use lzma by default to compress binary packages (instead of gzip)Pascal Rigaux2008-06-101-0/+2
|
* activate filetriggers (cf http://wiki.mandriva.com/en/Rpm_filetriggers)Pascal Rigaux2008-06-021-0/+2
|
* 1.74: remove macros needed for Manbo packages (they are now in rpm-manbo-setup)1.74Pascal Rigaux2008-02-151-14/+0
|
* move many macros out of /usr/lib/rpm/<vendor>/macros intoPascal Rigaux2008-01-291-464/+0
| | | | | | new file /etc/rpm/macros.d/build.macros, those macros will not be available anymore if rpm-<vendor>-setup-build is not installed
* %_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
* s/mandrakesoft/mandriva/Pascal Rigaux2008-01-291-1/+1
|
* remove duplicated entryPascal Rigaux2008-01-281-3/+1
|
* move %_gnu out of perarch macros Pascal Rigaux2008-01-281-0/+1
| | | | | (it could be dropped altogether, keeping for backward compatibility only)
* drop some unused commentsPascal Rigaux2008-01-281-128/+0
|
* - remove some commented macrosPascal Rigaux2008-01-281-25/+9
| | | | | | | - restore %check macro but a different implementation more alike the others. this %checks allows "--without check" - explain the advantage of "--without <section>" (inherited from conectiva)
* remove duplicated %%install (keeping the one which handles %{_with install}Pascal Rigaux2008-01-281-4/+0
| | | | | and which is currently the one that is used)
* Make %serverbuild define CFLAGS, CXXFLAGS and RPM_OPT_FLAGS variablesAnssi Hannula2008-01-221-2/+5
| | | | | as well since some specs are depending on it. Fixes bug #32050.
* 1.68: do not use ssp_flags on archs which do not handle it (thanks to rtp)1.68Pascal Rigaux2008-01-071-1/+2
|
* make %serverbuild modify %optflags instead of shell variables (Anssi) (#32050)Pascal Rigaux2007-12-201-3/+3
|
* define %defaultbuildroot instead of %buildroot (fixes #34705),Pascal Rigaux2007-12-171-1/+1
| | | | | this needs at least rpm 4.4.2.2-2mdv
* add rpm 4.4.6 python macros for compatibility Pascal Rigaux2007-12-171-1/+9
| | | | | (even if it overlaps with py_* macros)
* Handle double slashes in buildroot in filter.sh in new file exception macros,Anssi Hannula2007-09-081-2/+2
| | | | | | 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.
* revert %_host_cpu32 and create /etc/rpm/platform32 insteadPascal Rigaux2007-09-061-5/+0
| | | | | (cf patch rpm-4.4.8-use-etc-platform32-when-linux32.patch in rpm)
* set %_host_cpu32 (used instead of %_host_cpu when run through linux32)Pascal Rigaux2007-09-061-0/+5
| | | | | (cf patch rpm-4.4.8-use_host_cpu32-when-linux32.patch in rpm)
* ensure %debug_package doesn't modify %{summary} in %install sectionPascal Rigaux2007-08-281-2/+8
| | | | | | (ie restore it via a fake __restore__ subpackage) (I suggested it on cooker and got no answer...)
* tell rpmlib to open all indices before doing chroot.Pascal Rigaux2007-08-021-0/+4
| | | | | fixes "db4 error"s like #31922, and may fix #31873
* - add default buildroot definitionOlivier Thauvin2007-07-271-0/+2
|
* - fix #31973 (Impossible to exclude single files from autoreq/autoprov)Olivier Thauvin2007-07-251-2/+2
|
* - _extension will be now lzmaOlivier Thauvin2007-07-131-1/+1
|
* - add sparcv9b & sparcv9v to %{sunsparc} variable (#31286)Olivier Thauvin2007-07-121-1/+1
|
* make "rpm -qa" fast (#23121)Pascal Rigaux2007-07-111-0/+8
| | | | | (re-sync after the big svn loss)
* Fix my previous incorrect changes to gconf macrosFrederic Crozat2007-07-051-6/+4
|
* remove useless ()Olivier Thauvin2007-06-261-1/+1
|
* - add arch_tagged macros to tag dependencies when 32/64 bits does matterOlivier Thauvin2007-06-251-0/+3
|
* - simplify optflags definitionOlivier Thauvin2007-06-251-1/+1
|
* - use -fstack-protector by default with a reduced size parameter (4 bytes, takenAndreas Hasenack2007-06-251-2/+3
| | | | | | | | | from fedora) - only use -fstack-protector-all for serverbuild (should we really be doing this?) - dropped -fno-omit-frame-pointer from serverbuild macro according to discussion on cooker. Seems it was only there because of libsafe, which is no longer used
* - really use new find-lang.plOlivier Thauvin2007-06-251-1/+1
|
* - added -fstack-protector to %serverbuild macroAndreas Hasenack2007-06-191-1/+1
|
* - add ocaml_sitelib macrosOlivier Thauvin2007-06-151-0/+7
|