Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generated by cvs2cl the 18_janV0_6_1mdk | Michael Scherer | 2006-01-18 | 1 | -0/+4 |
| | |||||
* | Correct changelog generation | Michael Scherer | 2006-01-18 | 1 | -3/+3 |
| | |||||
* | Generated by cvs2cl the 18_jan | Michael Scherer | 2006-01-18 | 1 | -4/+66 |
| | |||||
* | Fix name of Makefile | Michael Scherer | 2006-01-18 | 1 | -1/+1 |
| | |||||
* | - use a dedicated module instead of running the file command, in order to ↵ | Michael Scherer | 2006-01-17 | 1 | -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 present | Michael Scherer | 2006-01-09 | 1 | -1/+1 |
| | |||||
* | - factorisation of packager email retrieval in a function called get_email | Michael Scherer | 2006-01-09 | 1 | -9/+13 |
| | |||||
* | - do not try to install '(none)' as buildRequires, and do not run the script if | Michael Scherer | 2005-12-16 | 1 | -3/+5 |
| | | | | | nothing need to be installed. | ||||
* | - use shell_quote for installbuildrequires and execafterbuild | Michael Scherer | 2005-12-12 | 1 | -2/+3 |
| | |||||
* | - fix bug when the source use a %{url} tag, like udev.spec ( 1.136 ), thanks ↵ | Michael Scherer | 2005-12-12 | 1 | -9/+13 |
| | | | | blino | ||||
* | - Do not stop when a file with the same name of the package exist in current ↵ | Michael Scherer | 2005-12-09 | 1 | -1/+1 |
| | | | | directory ( thanks blino ) | ||||
* | - add --nodownload ( oden request ) | Michael Scherer | 2005-12-06 | 1 | -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 Scherer | 2005-12-05 | 1 | -2/+3 |
| | | | | #20007 ) | ||||
* | - use RPM4 instead of Hdlist | Michael Scherer | 2005-12-05 | 1 | -8/+8 |
| | |||||
* | - remove obsolete, inflexible and surely unused option --deps | Michael Scherer | 2005-11-10 | 1 | -13/+1 |
| | |||||
* | - add installbuildrequires option, that will run a command that install ↵ | Michael Scherer | 2005-11-10 | 1 | -2/+17 |
| | | | | buildrequires before updating the rpm | ||||
* | *** empty log message *** | Thierry Vignaud | 2005-11-04 | 1 | -0/+324 |
| | |||||
* | - use rmtree instead of rm_rf ( to not depend on Mdk::Common ) | Michael Scherer | 2005-10-20 | 1 | -5/+4 |
| | |||||
* | - remove deps on Mdk::Common and use File::Basename | Michael Scherer | 2005-10-10 | 1 | -1/+1 |
| | |||||
* | - add return code | Michael Scherer | 2005-10-10 | 1 | -4/+22 |
| | | | | | - revert previous removal ( i didn't test the good version ) | ||||
* | - remove use module import | Michael Scherer | 2005-10-10 | 1 | -1/+0 |
| | |||||
* | fix url, description and changelog | Guillaume Rousse | 2005-10-06 | 1 | -1/+3 |
| | |||||
* | fix sources and installation | Guillaume Rousse | 2005-10-06 | 1 | -7/+2 |
| | |||||
* | add ChangeLog.rpmbuildupdate | Guillaume Rousse | 2005-10-06 | 1 | -1/+1 |
| | |||||
* | initial import | Guillaume Rousse | 2005-10-06 | 1 | -0/+0 |
| | |||||
* | fix changelog target | Guillaume Rousse | 2005-10-06 | 1 | -3/+3 |
| | |||||
* | split rpmbuildupdate out | Guillaume Rousse | 2005-10-06 | 2 | -0/+118 |
| | |||||
* | MandrivaV0_25_1mdk | Frederic Lepied | 2005-09-11 | 1 | -3/+3 |
| | |||||
* | - add .tar.Z to the list of extension to download and test ( buchan request ) | Michael Scherer | 2005-09-01 | 1 | -1/+1 |
| | |||||
* | - fix parsing of file with macro that contains a tag ( like ↵ | Michael Scherer | 2005-08-27 | 1 | -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_1mdk | Michael Scherer | 2005-04-19 | 1 | -6/+13 |
| | |||||
* | - fix %mkrel still being incremented when a new version is build. | Michael Scherer | 2005-04-01 | 1 | -2/+2 |
| | |||||
* | - fix cvs Id expansion | Michael Scherer | 2005-04-01 | 1 | -1/+2 |
| | |||||
* | - use perl-hdlist | Michael Scherer | 2005-04-01 | 1 | -27/+25 |
| | | | | | | | - fix for %( macro - do not mess with Tab - add a cvs id | ||||
* | - %mkrel integration | Michael Scherer | 2005-02-24 | 1 | -1/+19 |
| | |||||
* | - use new bzme option in rpmbuildupdate to force compression | Michael Scherer | 2005-02-12 | 1 | -2/+2 |
| | |||||
* | - still try to download, even for rebuild ( in case we only supply a spec file ) | Michael Scherer | 2005-02-10 | 1 | -68/+66 |
| | |||||
* | - new option execafterbuild, to run a script after build the rpmV0_21_1mdkMDK-10_2 | Michael Scherer | 2005-02-07 | 2 | -5/+32 |
| | | | | | | - add the proper credit - version 0.5 | ||||
* | - do not hardcode path ( buchan idea ) | Michael Scherer | 2005-02-07 | 1 | -14/+15 |
| | |||||
* | also complete on local files | Guillaume Rousse | 2005-01-28 | 1 | -0/+1 |
| | |||||
* | cleanup usage | Guillaume Rousse | 2005-01-09 | 1 | -18/+21 |
| | |||||
* | regexp cleanup | Guillaume Rousse | 2005-01-09 | 1 | -35/+30 |
| | |||||
* | don't attempt to download files for simple rebuilds | Guillaume Rousse | 2005-01-09 | 1 | -73/+75 |
| | |||||
* | options sync | Guillaume Rousse | 2005-01-09 | 1 | -4/+4 |
| | |||||
* | cleanup main function and removed useless options | Guillaume Rousse | 2005-01-09 | 1 | -35/+12 |
| | |||||
* | sanitize indentation and args passing | Guillaume Rousse | 2005-01-09 | 1 | -470/+452 |
| | |||||
* | --execute option | Guillaume Rousse | 2004-12-29 | 1 | -0/+11 |
| | |||||
* | - fix bug when %%changelog is present in the spec file | Michael Scherer | 2004-12-04 | 1 | -1/+1 |
| | |||||
* | new options | Guillaume Rousse | 2004-11-28 | 1 | -3/+24 |
| | | | | | complete on rpm name | ||||
* | use .rpmbuildupdaterc as personal configuration file | Guillaume Rousse | 2004-11-28 | 1 | -1/+1 |
| |