aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* enable python egg provides/requires1.112Per Øyvind Karlsen2010-11-015-7/+10
|
* add encoding typePer Øyvind Karlsen2010-11-011-0/+1
|
* add documentationPer Øyvind Karlsen2010-11-011-1/+19
|
* add strict version requires on python versionPer Øyvind Karlsen2010-11-011-2/+2
|
* * don't add redundant python(abi) requires on pathsPer Øyvind Karlsen2010-10-311-1/+3
| | | | | * fix versioned python(abi) requires on paths to be '>=', not '=='
* release 1.1111.111Anssi Hannula2010-10-302-1/+2
|
* - remove runtime dependencies from %py_requires as they are now handledAnssi Hannula2010-10-302-4/+3
| | | | | automatically
* Generate requires on "python(abi) = x.y" instead of "python >= x.y" forAnssi Hannula2010-10-302-2/+4
| | | | | python modules to properly handle the strict dependency.
* determine python(abi) version based on pathPer Øyvind Karlsen2010-10-201-5/+7
|
* improve...Per Øyvind Karlsen2010-10-201-29/+103
|
* add pythoneggs() dependency extractorPer Øyvind Karlsen2010-10-191-0/+83
|
* bump version1.110Per Øyvind Karlsen2010-10-181-1/+1
|
* fix warningPer Øyvind Karlsen2010-10-182-2/+3
|
* drop %gem_unpack, equivalent behaviour has been implemented in %setup now.Per Øyvind Karlsen2010-10-182-5/+3
|
* don't install dependencies for gems when using %gem_install1.109Per Øyvind Karlsen2010-10-163-3/+4
|
* fix build with rpm 5.3 apiPer Øyvind Karlsen2010-10-162-1/+8
|
* include <stdint.h> (required by rpm 5.3)Per Øyvind Karlsen2010-10-161-0/+2
|
* add gem_helper.rb and it's corresponding macros %gem_unpack, %gem_build &1.108Per Øyvind Karlsen2010-10-165-2/+204
| | | | | | gem_install for simplifying & streamlining ruby gem packaging.
* enable automatic dependency extraction for ruby gems1.107Per Øyvind Karlsen2010-09-093-4/+7
|
* extract perl module version when $Full::Package::VERSION is set1.106Jérôme Quelin2010-07-163-2/+6
|
* v1.105 - support to extract perl runtime requires from meta spec 21.105Jérôme Quelin2010-07-143-2/+7
|
* 1.104 - revert "strip -g" change for shared libraries1.104Christophe Fergeau2010-04-273-2/+6
|
* strip shared libraries with the '-g' option1.103Per Øyvind Karlsen2010-04-163-2/+5
|
* handle build dir with spaces when finding debug infoOlivier Blin2010-04-161-1/+1
|
* Version 1.1021.102Michael Scherer2010-04-072-1/+5
|
* - do not requires python 2.X branch for python 3.X rpm, requires instead ↵Michael Scherer2010-04-071-1/+3
| | | | python 3.X
* version 1.1011.101Jérôme Quelin2010-03-262-1/+5
|
* call perl.req-from-meta with the reight meta file when there are otherJérôme Quelin2010-03-261-1/+1
| | | | | meta.json/meta.yml files shipped in the dist.
* enable rubygems(...) providesPer Øyvind Karlsen2010-03-231-2/+2
|
* really check that the debug directory we want to search through exists, not ↵Per Øyvind Karlsen2010-03-231-1/+1
| | | | only the parent
* add rubygem(...) dependency extractor (disabled for now)Per Øyvind Karlsen2010-03-214-1/+98
|
* cutting v1.1001.100Jérôme Quelin2010-03-142-1/+6
|
* skip plain, regular comments. how comes this has not been spotted earlier? ↵Jérôme Quelin2010-03-121-1/+1
| | | | (sigh)
* meta file is listed as an absolute path, not relative to BUILD rootJérôme Quelin2010-03-121-1/+1
|
* allow for for only stripping files without creating debug package contents ↵1.99Per Øyvind Karlsen2010-03-093-3/+8
| | | | by setting DISABLE_DEBUG environment variable.
* do new release1.98Per Øyvind Karlsen2010-03-052-1/+5
|
* reapply our changes against latest version from upstreamPer Øyvind Karlsen2010-03-051-43/+330
|
* reverting commit r266103Jérôme Quelin2010-02-102-3/+6
|
* using generated MYMETA.yml would be better. indeed, this creates what'sJérôme Quelin2010-02-102-6/+3
| | | | | been detected.
* adding documentationJérôme Quelin2010-02-101-0/+21
|
* using META.(yml|json) to extract requires if presentJérôme Quelin2010-02-101-2/+9
|
* new script: perl.req-from-metaJérôme Quelin2010-02-102-0/+34
|
* - nuke requires on python-base, packages no longer exist for python 2.6Michael Scherer2010-02-051-1/+1
|
* 1.971.97Anssi Hannula2009-12-122-1/+2
|
* fix package build when the debug package is empty (regression introduded in ↵Anssi Hannula2009-12-122-0/+4
| | | | 1.96)
* release 1.961.96Anssi Hannula2009-12-102-1/+11
|
* 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.
* 1990s called, they want their $VERSION backJérôme Quelin2009-12-081-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 %armPer Øyvind Karlsen2009-11-271-0/+2
|
* add %mips, %mipsel & %mipsxPer Øyvind Karlsen2009-11-271-0/+6
|