aboutsummaryrefslogtreecommitdiffstats
path: root/rpmbuildupdate
Commit message (Expand)AuthorAgeFilesLines
* New repository initialized by cvs2svn.Mystery Man2002-01-301-671/+0
* - use a dedicated module instead of running the file command, in order to fix...Michael Scherer2006-01-171-1/+2
* - do not use hardcoded %packager tag in spec file if presentMichael Scherer2006-01-091-1/+1
* - factorisation of packager email retrieval in a function called get_emailMichael Scherer2006-01-091-9/+13
* - do not try to install '(none)' as buildRequires, and do not run the script ifMichael Scherer2005-12-161-3/+5
* - use shell_quote for installbuildrequires and execafterbuildMichael Scherer2005-12-121-2/+3
* - fix bug when the source use a %{url} tag, like udev.spec ( 1.136 ), thanks ...Michael Scherer2005-12-121-9/+13
* - Do not stop when a file with the same name of the package exist in current ...Michael Scherer2005-12-091-1/+1
* - add --nodownload ( oden request )Michael Scherer2005-12-061-75/+84
* - if epoch is set in spec, add it to the changelog too (oden request , bug #2...Michael Scherer2005-12-051-2/+3
* - use RPM4 instead of HdlistMichael Scherer2005-12-051-8/+8
* - remove obsolete, inflexible and surely unused option --depsMichael Scherer2005-11-101-13/+1
* - add installbuildrequires option, that will run a command that install build...Michael Scherer2005-11-101-2/+17
* - use rmtree instead of rm_rf ( to not depend on Mdk::Common )Michael Scherer2005-10-201-5/+4
* - remove deps on Mdk::Common and use File::BasenameMichael Scherer2005-10-101-1/+1
* - add return codeMichael Scherer2005-10-101-4/+22
* - remove use module importMichael Scherer2005-10-101-1/+0
* 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 cyrus-imapd.spec,...Michael Scherer2005-08-271-2/+1
* - 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
* - %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-071-3/+30
* - do not hardcode path ( buchan idea )Michael Scherer2005-02-071-14/+15
* 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
* 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
* 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 --rpmoption, to provides options when rebuildingMichael Scherer2004-10-251-6/+12
* - 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
* - allows to give a relative path to --srcMichael Scherer2004-10-091-0/+2
* - some perl_checker fixMichael Scherer2004-10-081-14/+17
* - 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
* - 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
* - do a chmod 644 on source tarball before building ( Goetz Waschk idea )Michael Scherer2004-05-071-0/+1