Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 | 1 | -3/+30 |
| | | | | | | - add the proper credit - version 0.5 | ||||
* | - do not hardcode path ( buchan idea ) | Michael Scherer | 2005-02-07 | 1 | -14/+15 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | use .rpmbuildupdaterc as personal configuration file | Guillaume Rousse | 2004-11-28 | 1 | -1/+1 |
| | |||||
* | - fix the usage of spec file with a regular path is given. | Michael Scherer | 2004-11-12 | 1 | -9/+35 |
| | | | | | - add more magic for project hosted on gna and other sourceforgelike sites. | ||||
* | - add --rpmoption, to provides options when rebuilding | Michael Scherer | 2004-10-25 | 1 | -6/+12 |
| | | | | | | - fix some escaping issue - remove old comment | ||||
* | - DWIM, ie autodetection of the argument ( if a spec, build from spec, etc ) | Michael Scherer | 2004-10-24 | 1 | -17/+26 |
| | |||||
* | - allow to build from a spec file | Michael Scherer | 2004-10-24 | 1 | -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 --src | Michael Scherer | 2004-10-09 | 1 | -0/+2 |
| | |||||
* | - some perl_checker fix | Michael Scherer | 2004-10-08 | 1 | -14/+17 |
| | | | | | - allow to update php code ( no tarball in the spec ) | ||||
* | - do not replace %{release} if it used in the Release: tag. | Michael Scherer | 2004-09-05 | 1 | -6/+6 |
| | |||||
* | - perl_checker fix, remove obsolete construct ( &func ) | Michael Scherer | 2004-09-05 | 1 | -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 idea | Michael Scherer | 2004-08-30 | 1 | -2/+7 |
| | |||||
* | - better autodetection of sourceforge url. | Michael Scherer | 2004-08-17 | 1 | -2/+7 |
| | |||||
* | - add a test to not try to bzip2 error html pages | Michael Scherer | 2004-05-14 | 1 | -2/+9 |
| | |||||
* | - replace ` and system with perl function. | Michael Scherer | 2004-05-13 | 1 | -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 Scherer | 2004-05-07 | 1 | -0/+1 |
| | |||||
* | add --log optionV0_20_1mdk | Frederic Lepied | 2004-05-06 | 1 | -8/+24 |
| | |||||
* | really install depenencies | Frederic Lepied | 2004-05-06 | 1 | -1/+1 |
| | |||||
* | fixed rpmmon | Frederic Lepied | 2004-05-05 | 1 | -2/+3 |
| | |||||
* | - try to detect sources url with Url tag if Source not present | Michael Scherer | 2004-05-04 | 1 | -4/+12 |
| | | | | | - some code factorisation | ||||
* | fixed some regexp causing problems when a whitespace is present at the end ↵ | Michael Scherer | 2004-05-04 | 1 | -5/+5 |
| | | | | of the lines for spec files variables | ||||
* | use nodeps to avoid failure when a dependency isn't present when buildingV0_19_1mdk | Frederic Lepied | 2004-04-18 | 1 | -4/+4 |
| | | | | | the src.rpm. | ||||
* | - added support to fetch and build tarballs directly from subversion repository | Michael Scherer | 2004-04-09 | 1 | -44/+97 |
| | | | | | | | | - added support for https server - test the return values of system and die if any error - workaround webserver using mod_spel and thus returning a webpage instead of 404 - code cleanup | ||||
* | create a date in the changelog entry that is compatible with emacs rpm-spec ↵V0_18_1mdk | Frederic Lepied | 2004-04-06 | 1 | -1/+1 |
| | | | | mode. | ||||
* | added GNOME magic | Frederic Lepied | 2004-04-06 | 1 | -10/+34 |
| | |||||
* | correctly handle .gz in redhat packageV0_17_1mdk | Frederic Lepied | 2004-04-05 | 1 | -5/+6 |
| | | | | | support Release tag not in a macro | ||||
* | added support for sourceforge mirrorsV0_16_1mdk | Frederic Lepied | 2004-03-07 | 1 | -28/+58 |
| | |||||
* | allow to specify rpm top directory | Frederic Lepied | 2004-03-07 | 1 | -50/+53 |
| | | | | | switch from rawhide to fedora | ||||
* | use getpwuid instead of directly parsing passwd to support NIS | Frederic Lepied | 2004-02-28 | 1 | -3/+3 |
| | |||||
* | --deps now works | Julien Danjou | 2003-08-28 | 1 | -9/+24 |
| | |||||
* | More comments :) | Julien Danjou | 2003-08-26 | 1 | -2/+3 |
| | |||||
* | Add --nosource and --deps | Julien Danjou | 2003-08-06 | 1 | -7/+29 |
| | |||||
* | fix some bugs | Julien Danjou | 2003-08-05 | 1 | -2/+3 |
| | |||||
* | Adding Rawhide mode | Julien Danjou | 2003-07-18 | 1 | -67/+113 |
| | | | | | some fixes | ||||
* | Remove exit() | Julien Danjou | 2003-07-15 | 1 | -1/+0 |
| | |||||
* | version 0.2 | Julien Danjou | 2003-07-11 | 1 | -33/+100 |
| |