aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add fontconfig.prov provides script1.123Nicolas Vigier2011-03-135-2/+34
|
* version 1.1221.122Nicolas Vigier2011-03-042-1/+5
|
* check if pkgconfig version is defined, or exit with an errorNicolas Vigier2011-03-041-0/+4
|
* exit 0 at the endNicolas Vigier2011-03-041-0/+1
|
* version 1.1211.121Nicolas Vigier2011-03-032-1/+8
|
* test return value of require scripts and exit with 1 in case of errorNicolas Vigier2011-03-031-10/+20
|
* test return value of provide scripts and exit with 1 in case of errorNicolas Vigier2011-03-031-11/+22
|
* - kmod.prov: convert special chars [,],:,- to _ when generating1.120Thomas Backlund2011-03-033-1/+6
| | | | | | kernel module version provides (needed with rpm-4.8.1)
* exit with the status of the program being run instead of 0Nicolas Vigier2011-03-031-2/+2
|
* make v1.118 work with perl modules having a number followed by a _ in1.119Jerome Quelin2011-03-023-2/+6
| | | | | | their name, and a fully qualified VERSION (eg $l1_cache::VERSION = ...)
* 1.118 - support for _ in perl module version1.118Jerome Quelin2011-02-263-2/+5
|
* - new version 1.1171.117Ahmad Samir2011-02-202-1/+5
|
* - merge svn rev. 271797 from Mandriva to make the python auto-requires alwaysAhmad Samir2011-02-181-7/+7
| | | | lowercase
* fix install of rpmb_deprecated, rpmrc and rpmpoptThomas Backlund2011-02-051-5/+7
|
* fix typoThomas Backlund2011-02-051-1/+1
|
* merge rpm -b deprecated warning scripts from rpm-manbo-setupThomas Backlund2011-02-054-0/+30
|
* merge under/overlinking scripts from rpm-manbo-setupThomas Backlund2011-02-057-8/+127
|
* fix NEWSThomas Backlund2011-02-051-1/+1
|
* merge manbo-build.macros from rpm-manbo-setupThomas Backlund2011-02-052-0/+127
|
* merge manbo.macros from rpm-manbo-setupThomas Backlund2011-02-052-1/+15
|
* merge rpmrc from rpm-manbo-setup1.116Thomas Backlund2011-02-053-7/+29
|
* - only add runtime dependencies in rubygems.rbRémy Clouard (shikamaru)2011-01-252-1/+4
|
* 1.1151.115Olivier Blin2011-01-091-1/+1
|
* prefix default distsuffix with a dotOlivier Blin2011-01-091-2/+2
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-01-0624-42/+39
| | | | | | | | | | | | 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 ------------------------------------------------------------------------
* bump versionPer Øyvind Karlsen2010-12-131-1/+1
|
* drop our own re-definition of %_query_all_fmt in favor of upstream default ↵Per Øyvind Karlsen2010-12-132-4/+4
| | | | to get disttag, distepoch & arch in query results.
* - use symbol, not string for the gee dependency type comparisonRémy Clouard2010-12-091-1/+1
|
* - only add runtime dependencies in rubygems.rbRémy Clouard2010-12-092-1/+4
|
* bump version1.113Funda Wang2010-11-041-1/+1
|
* add NEWSFunda Wang2010-11-041-1/+4
|
* find gstreamer providesFunda Wang2010-11-021-0/+5
|
* 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.