aboutsummaryrefslogtreecommitdiffstats
path: root/rpmbuildupdate
Commit message (Collapse)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 ↵Michael Scherer2006-01-171-1/+2
| | | | | | | fix gtkhtml downloading problem ( as the regexp was also matching on the name ), problem spoted by goetz.
* - 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
| | | | | nothing need to be installed.
* - 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
| | | | blino
* - Do not stop when a file with the same name of the package exist in current ↵Michael Scherer2005-12-091-1/+1
| | | | directory ( thanks blino )
* - add --nodownload ( oden request )Michael Scherer2005-12-061-75/+84
| | | | | - remove some tests on config{nobuild} that no one can explain
* - if epoch is set in spec, add it to the changelog too (oden request , bug ↵Michael Scherer2005-12-051-2/+3
| | | | #20007 )
* - 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 ↵Michael Scherer2005-11-101-2/+17
| | | | buildrequires before updating the rpm
* - 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
| | | | | - revert previous removal ( i didn't test the good version )
* - 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 ↵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-071-3/+30
| | | | | | - add the proper credit - version 0.5
* - 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 more magic for project hosted on gna and other sourceforgelike sites.
* - 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
|