aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* drop very old rpmbuild aliases on rpm which warns about being deprecatedThierry Vignaud2012-08-021-7/+0
| | | | for quite a long time
* drop unused brp-compress (obsoleted by spec-helper 4 years ago)Thierry Vignaud2012-07-311-1/+0
|
* use upstream find-debuginfo.sh as we merged our changes back into rpm packageThierry Vignaud2012-07-311-1/+0
|
* add support for mini debug packages (disabled by default)Thierry Vignaud2012-07-271-1/+2
| | | | (https://fedoraproject.org/wiki/Features/MiniDebugInfo)
* use upstream brp-strip* as we provided older versions of upstreamThierry Vignaud2012-07-271-3/+0
| | | | (what's worse is that we didn't actually used them...)
* kill unused find-provides.perl.inThierry Vignaud2012-07-271-1/+0
|
* - use existing special automake config to get g-ir-extract-deps in the ↵Christiaan Welvaart2012-07-261-2/+2
| | | | | | | correct location - rpmeval: use LDADD to specify libs to link against and link against rpmio because linker complains about it
* fix buildThierry Vignaud2012-07-251-4/+4
|
* use upstream fonconfig.prov as we had exactly the same fileThierry Vignaud2012-07-251-2/+1
|
* Remove desktop-file.prov from Makefile.amDexter Morgan2011-12-281-1/+0
|
* Install brp-java-repack-jarsDexter Morgan2011-09-081-0/+1
|
* - extract gobject introspection typelib interdependencies using a helper program1.137Christiaan Welvaart2011-07-071-3/+8
|
* 1.135: add script for typelib() gobject-introspection bindings provides/requires1.135Nicolas Vigier2011-07-061-1/+2
|
* 1.134: add mimehandler autoprov for desktop files1.134Funda Wang2011-07-061-0/+1
|
* Allow setting distsuffix at build timePascal Terjan2011-05-051-1/+2
|
* add fontconfig.prov provides script1.123Nicolas Vigier2011-03-131-1/+2
|
* fix install of rpmb_deprecated, rpmrc and rpmpoptThomas Backlund2011-02-051-5/+7
|
* merge rpm -b deprecated warning scripts from rpm-manbo-setupThomas Backlund2011-02-051-0/+2
|
* merge under/overlinking scripts from rpm-manbo-setupThomas Backlund2011-02-051-8/+13
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-01-061-1/+1
| | | | | | | | | | | | 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 ------------------------------------------------------------------------
* enable python egg provides/requires1.112Per Øyvind Karlsen2010-11-011-0/+1
|
* add gem_helper.rb and it's corresponding macros %gem_unpack, %gem_build &1.108Per Øyvind Karlsen2010-10-161-0/+1
| | | | | | gem_install for simplifying & streamlining ruby gem packaging.
* add rubygem(...) dependency extractor (disabled for now)Per Øyvind Karlsen2010-03-211-1/+2
|
* new script: perl.req-from-metaJérôme Quelin2010-02-101-0/+1
|
* introduce CANONTARGETGNU, to be able to use -gnueabi for ARM (from Arnaud ↵Olivier Blin2009-09-251-0/+1
| | | | Patard)
* Use git2cl to generate ChangeLog if we detect a git repositoryChristophe Fergeau2009-07-091-0/+13
|
* install platform specific directories under a dedicated 'platform' directoryPer Øyvind Karlsen2009-05-121-2/+2
|
* - when %_with_git_repository is set, define %_after_setup and %_patch to usePascal Rigaux2009-01-291-0/+2
| | | | | the new scripts git-repository--after-tarball and git-repository--apply-patch
* I originally figured that querying rpm database within script weren't supposedPer Øyvind Karlsen2008-11-231-2/+1
| | | | | | 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
* don't hardcore epoch tag in versioned perl-base dependencyPer Øyvind Karlsen2008-11-231-1/+2
|
* 1.73: rpmpopt, rpmb_deprecated and rpmrc are now in rpm-manbo-setup1.73Pascal Rigaux2008-02-141-8/+4
|
* move many macros out of /usr/lib/rpm/<vendor>/macros intoPascal Rigaux2008-01-291-4/+15
| | | | | | 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-291-9/+9
|
* add option --with-only-rpmrc. when used, per-arch macros are not installedPascal Rigaux2008-01-291-0/+4
| | | | | | (%optflags is already in rpmrc and other macros and in standard rpm per-arch macros)
* 1.71: do package rpmb_deprecated1.71Pascal Rigaux2008-01-231-0/+1
|
* 1.70: deprecate "rpm -b" in favor of "rpmbuild -b"1.70Pascal Rigaux2008-01-231-0/+1
|
* 1.65:1.65Pascal Rigaux2007-12-191-0/+2
| | | | | | - add option --with-rpmplatform to install or not /etc/rpm/platform and genplatform - rpm-spec-mode.el: use buildroot macro instead of RPM_BUILD_ROOT environment variable
* revert %_host_cpu32 and create /etc/rpm/platform32 insteadPascal Rigaux2007-09-061-4/+5
| | | | | (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/+3
| | | | | (cf patch rpm-4.4.8-use_host_cpu32-when-linux32.patch in rpm)
* - test are altered by .svn files, fixingOlivier Thauvin2007-08-261-4/+1
|
* add automatic kmod provides (based on work from Danny Tholen)Olivier Blin2007-08-251-0/+1
|
* - only own parent dir and let rpm find contentOlivier Thauvin2007-08-241-1/+3
|
* - filled Makefile.amOlivier Thauvin2007-08-231-1/+3
|
* - use find-lang.pl nowOlivier Thauvin2007-06-251-1/+1
|
* - install rpmgenplatformOlivier Thauvin2007-06-251-0/+1
|
* - rename genplatform to rpmgenplatformOlivier Thauvin2007-06-251-4/+4
|
* - push into platform all compat archOlivier Thauvin2007-06-171-5/+7
|
* - provide a /etc/rpm/platformOlivier Thauvin2007-06-051-4/+19
|
* - include tests file in packageOlivier Thauvin2007-03-101-1/+2
|
* - don't install rpmevalOlivier Thauvin2007-03-091-1/+1
|