aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - remove deps on Mdk::Common and use File::BasenameMichael Scherer2005-10-101-1/+1
|
* - add return codeMichael Scherer2005-10-101-4/+22
| | | | | - revert previous removal ( i didn't test the good version )
* - remove use module importMichael Scherer2005-10-101-1/+0
|
* fix url, description and changelogGuillaume Rousse2005-10-061-1/+3
|
* fix sources and installationGuillaume Rousse2005-10-061-7/+2
|
* add ChangeLog.rpmbuildupdateGuillaume Rousse2005-10-061-1/+1
|
* initial importGuillaume Rousse2005-10-061-0/+0
|
* fix changelog targetGuillaume Rousse2005-10-061-3/+3
|
* split rpmbuildupdate outGuillaume Rousse2005-10-062-0/+118
|
* MandrivaV0_25_1mdkFrederic Lepied2005-09-111-3/+3
|
* - add .tar.Z to the list of extension to download and test ( buchan request )Michael Scherer2005-09-011-1/+1
|
* - fix parsing of file with macro that contains a tag ( like ↵Michael Scherer2005-08-271-2/+1
| | | | | | | cyrus-imapd.spec, 1.29 , 2nd line of macro : %{?!mdkversion: %define mdkversion %(perl -pe '/(\\d+)\.(\\d)\.?(\\d)?/; $_="$1$2".($3||0)' /etc/mandrake-release)} ).
* - new sourceforge mirror, thanks to Götz WaschkV0_23_1mdkV0_22_1mdkMichael Scherer2005-04-191-6/+13
|
* - fix %mkrel still being incremented when a new version is build.Michael Scherer2005-04-011-2/+2
|
* - fix cvs Id expansionMichael Scherer2005-04-011-1/+2
|
* - use perl-hdlistMichael Scherer2005-04-011-27/+25
| | | | | | | - fix for %( macro - do not mess with Tab - add a cvs id
* - %mkrel integrationMichael Scherer2005-02-241-1/+19
|
* - use new bzme option in rpmbuildupdate to force compressionMichael Scherer2005-02-121-2/+2
|
* - still try to download, even for rebuild ( in case we only supply a spec file )Michael Scherer2005-02-101-68/+66
|
* - new option execafterbuild, to run a script after build the rpmV0_21_1mdkMDK-10_2Michael Scherer2005-02-072-5/+32
| | | | | | - add the proper credit - version 0.5
* - do not hardcode path ( buchan idea )Michael Scherer2005-02-071-14/+15
|
* also complete on local filesGuillaume Rousse2005-01-281-0/+1
|
* cleanup usageGuillaume Rousse2005-01-091-18/+21
|
* regexp cleanupGuillaume Rousse2005-01-091-35/+30
|
* don't attempt to download files for simple rebuildsGuillaume Rousse2005-01-091-73/+75
|
* options syncGuillaume Rousse2005-01-091-4/+4
|
* cleanup main function and removed useless optionsGuillaume Rousse2005-01-091-35/+12
|
* sanitize indentation and args passingGuillaume Rousse2005-01-091-470/+452
|
* --execute optionGuillaume Rousse2004-12-291-0/+11
|
* - fix bug when %%changelog is present in the spec fileMichael Scherer2004-12-041-1/+1
|
* new optionsGuillaume Rousse2004-11-281-3/+24
| | | | | complete on rpm name
* use .rpmbuildupdaterc as personal configuration fileGuillaume Rousse2004-11-281-1/+1
|
* - fix the usage of spec file with a regular path is given.Michael Scherer2004-11-121-9/+35
| | | | | - add more magic for project hosted on gna and other sourceforgelike sites.
* first importGuillaume Rousse2004-10-251-0/+27
|
* - add --rpmoption, to provides options when rebuildingMichael Scherer2004-10-251-6/+12
| | | | | | - fix some escaping issue - remove old comment
* - DWIM, ie autodetection of the argument ( if a spec, build from spec, etc )Michael Scherer2004-10-241-17/+26
|
* - allow to build from a spec fileMichael Scherer2004-10-241-83/+137
| | | | | | | | - add noupdate, to not modify the specfile - allow multiple SRPM dir for --srpms - add berlios.de autodetection - remove some dead code
* - allows to give a relative path to --srcMichael Scherer2004-10-091-0/+2
|
* - some perl_checker fixMichael Scherer2004-10-081-14/+17
| | | | | - allow to update php code ( no tarball in the spec )
* - do not replace %{release} if it used in the Release: tag.Michael Scherer2004-09-051-6/+6
|
* - perl_checker fix, remove obsolete construct ( &func )Michael Scherer2004-09-051-136/+149
| | | | | | | | | | | - rebuild the package if no new version is given - add two config file ( /etc/rpmbuildupdate.conf and ~/.rpmbuildupdate.conf ) - add a new mirror to sourceforge ( ovh, france ) - keep prefix (ie plfawarness ) - add a changelog option to use another changelog message - check if options are valid and show help if not - do not use %packager if not defined
* - use rpm --eval , pterjan ideaMichael Scherer2004-08-301-2/+7
|
* - better autodetection of sourceforge url.Michael Scherer2004-08-171-2/+7
|
* - add a test to not try to bzip2 error html pagesMichael Scherer2004-05-141-2/+9
|
* - replace ` and system with perl function.Michael Scherer2004-05-131-33/+22
| | | | | | - replace some regexp by basename. - remove useless wait ( system already do 'wait', in perl ).
* - do a chmod 644 on source tarball before building ( Goetz Waschk idea )Michael Scherer2004-05-071-0/+1
|
* add --log optionV0_20_1mdkFrederic Lepied2004-05-061-8/+24
|
* really install depenenciesFrederic Lepied2004-05-061-1/+1
|
* fixed rpmmonFrederic Lepied2004-05-051-2/+3
|
* - try to detect sources url with Url tag if Source not presentMichael Scherer2004-05-041-4/+12
| | | | | - some code factorisation