Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | determine python(abi) version based on path | Per Øyvind Karlsen | 2010-10-20 | 1 | -5/+7 |
| | |||||
* | improve... | Per Øyvind Karlsen | 2010-10-20 | 1 | -29/+103 |
| | |||||
* | add pythoneggs() dependency extractor | Per Øyvind Karlsen | 2010-10-19 | 1 | -0/+83 |
| | |||||
* | bump version1.110 | Per Øyvind Karlsen | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | fix warning | Per Øyvind Karlsen | 2010-10-18 | 2 | -2/+3 |
| | |||||
* | drop %gem_unpack, equivalent behaviour has been implemented in %setup now. | Per Øyvind Karlsen | 2010-10-18 | 2 | -5/+3 |
| | |||||
* | don't install dependencies for gems when using %gem_install1.109 | Per Øyvind Karlsen | 2010-10-16 | 3 | -3/+4 |
| | |||||
* | fix build with rpm 5.3 api | Per Øyvind Karlsen | 2010-10-16 | 2 | -1/+8 |
| | |||||
* | include <stdint.h> (required by rpm 5.3) | Per Øyvind Karlsen | 2010-10-16 | 1 | -0/+2 |
| | |||||
* | add gem_helper.rb and it's corresponding macros %gem_unpack, %gem_build &1.108 | Per Øyvind Karlsen | 2010-10-16 | 5 | -2/+204 |
| | | | | | | gem_install for simplifying & streamlining ruby gem packaging. | ||||
* | enable automatic dependency extraction for ruby gems1.107 | Per Øyvind Karlsen | 2010-09-09 | 3 | -4/+7 |
| | |||||
* | extract perl module version when $Full::Package::VERSION is set1.106 | Jérôme Quelin | 2010-07-16 | 3 | -2/+6 |
| | |||||
* | v1.105 - support to extract perl runtime requires from meta spec 21.105 | Jérôme Quelin | 2010-07-14 | 3 | -2/+7 |
| | |||||
* | 1.104 - revert "strip -g" change for shared libraries1.104 | Christophe Fergeau | 2010-04-27 | 3 | -2/+6 |
| | |||||
* | strip shared libraries with the '-g' option1.103 | Per Øyvind Karlsen | 2010-04-16 | 3 | -2/+5 |
| | |||||
* | handle build dir with spaces when finding debug info | Olivier Blin | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | Version 1.1021.102 | Michael Scherer | 2010-04-07 | 2 | -1/+5 |
| | |||||
* | - do not requires python 2.X branch for python 3.X rpm, requires instead ↵ | Michael Scherer | 2010-04-07 | 1 | -1/+3 |
| | | | | python 3.X | ||||
* | version 1.1011.101 | Jérôme Quelin | 2010-03-26 | 2 | -1/+5 |
| | |||||
* | call perl.req-from-meta with the reight meta file when there are other | Jérôme Quelin | 2010-03-26 | 1 | -1/+1 |
| | | | | | meta.json/meta.yml files shipped in the dist. | ||||
* | enable rubygems(...) provides | Per Øyvind Karlsen | 2010-03-23 | 1 | -2/+2 |
| | |||||
* | really check that the debug directory we want to search through exists, not ↵ | Per Øyvind Karlsen | 2010-03-23 | 1 | -1/+1 |
| | | | | only the parent | ||||
* | add rubygem(...) dependency extractor (disabled for now) | Per Øyvind Karlsen | 2010-03-21 | 4 | -1/+98 |
| | |||||
* | cutting v1.1001.100 | Jérôme Quelin | 2010-03-14 | 2 | -1/+6 |
| | |||||
* | skip plain, regular comments. how comes this has not been spotted earlier? ↵ | Jérôme Quelin | 2010-03-12 | 1 | -1/+1 |
| | | | | (sigh) | ||||
* | meta file is listed as an absolute path, not relative to BUILD root | Jérôme Quelin | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | allow for for only stripping files without creating debug package contents ↵1.99 | Per Øyvind Karlsen | 2010-03-09 | 3 | -3/+8 |
| | | | | by setting DISABLE_DEBUG environment variable. | ||||
* | do new release1.98 | Per Øyvind Karlsen | 2010-03-05 | 2 | -1/+5 |
| | |||||
* | reapply our changes against latest version from upstream | Per Øyvind Karlsen | 2010-03-05 | 1 | -43/+330 |
| | |||||
* | reverting commit r266103 | Jérôme Quelin | 2010-02-10 | 2 | -3/+6 |
| | |||||
* | using generated MYMETA.yml would be better. indeed, this creates what's | Jérôme Quelin | 2010-02-10 | 2 | -6/+3 |
| | | | | | been detected. | ||||
* | adding documentation | Jérôme Quelin | 2010-02-10 | 1 | -0/+21 |
| | |||||
* | using META.(yml|json) to extract requires if present | Jérôme Quelin | 2010-02-10 | 1 | -2/+9 |
| | |||||
* | new script: perl.req-from-meta | Jérôme Quelin | 2010-02-10 | 2 | -0/+34 |
| | |||||
* | - nuke requires on python-base, packages no longer exist for python 2.6 | Michael Scherer | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | 1.971.97 | Anssi Hannula | 2009-12-12 | 2 | -1/+2 |
| | |||||
* | fix package build when the debug package is empty (regression introduded in ↵ | Anssi Hannula | 2009-12-12 | 2 | -0/+4 |
| | | | | 1.96) | ||||
* | release 1.961.96 | Anssi Hannula | 2009-12-10 | 2 | -1/+11 |
| | |||||
* | Revert controversial %arm and %mips* changes as per advisement from | Anssi Hannula | 2009-12-10 | 1 | -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. | ||||
* | 1990s called, they want their $VERSION back | Jérôme Quelin | 2009-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | seriously, the code was only catching version such as: $VERSION = ... $VERSION = ... however, now version are often declared with our or my, with potentially some code before (eg, to load modules on the same line) this will allow perl.prov to assign a version to (almost) all perl(Foo::Bar) provides. | ||||
* | add %arm | Per Øyvind Karlsen | 2009-11-27 | 1 | -0/+2 |
| | |||||
* | add %mips, %mipsel & %mipsx | Per Øyvind Karlsen | 2009-11-27 | 1 | -0/+6 |
| | |||||
* | replace %sunsparc with %sparc & sparcx (from rpm5.org) | Per Øyvind Karlsen | 2009-11-27 | 1 | -1/+2 |
| | |||||
* | support ELF executables only as a.out has been deprecated since ages ago (fixes | Per Øyvind Karlsen | 2009-11-26 | 1 | -2/+2 |
| | | | | | objdump 'File format not recognized' errors) | ||||
* | don't try finding debug files in buildroot when there's none | Per Øyvind Karlsen | 2009-11-26 | 1 | -8/+12 |
| | |||||
* | disable MIPS n32 ABI support (not used for now) | Olivier Blin | 2009-09-25 | 2 | -41/+9 |
| | |||||
* | add support for MIPS n32 binaries in find-requires and find-provides | Olivier Blin | 2009-09-25 | 2 | -9/+41 |
| | | | | | (from Arnaud Patard) | ||||
* | 1.951.95 | Olivier Blin | 2009-09-25 | 2 | -1/+7 |
| | |||||
* | add arm support and use -gnueabi instead of -gnu (from Arnaud Patard) | Olivier Blin | 2009-09-25 | 1 | -0/+21 |
| | |||||
* | introduce CANONTARGETGNU, to be able to use -gnueabi for ARM (from Arnaud ↵ | Olivier Blin | 2009-09-25 | 3 | -1/+4 |
| | | | | Patard) |