aboutsummaryrefslogtreecommitdiffstats
path: root/rpmbuildupdate
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
* fixed some regexp causing problems when a whitespace is present at the end ↵Michael Scherer2004-05-041-5/+5
| | | | of the lines for spec files variables
* use nodeps to avoid failure when a dependency isn't present when buildingV0_19_1mdkFrederic Lepied2004-04-181-4/+4
| | | | | the src.rpm.
* - added support to fetch and build tarballs directly from subversion repositoryMichael Scherer2004-04-091-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_1mdkFrederic Lepied2004-04-061-1/+1
| | | | mode.
* added GNOME magicFrederic Lepied2004-04-061-10/+34
|
* correctly handle .gz in redhat packageV0_17_1mdkFrederic Lepied2004-04-051-5/+6
| | | | | support Release tag not in a macro
* added support for sourceforge mirrorsV0_16_1mdkFrederic Lepied2004-03-071-28/+58
|
* allow to specify rpm top directoryFrederic Lepied2004-03-071-50/+53
| | | | | switch from rawhide to fedora
* use getpwuid instead of directly parsing passwd to support NISFrederic Lepied2004-02-281-3/+3
|
* --deps now worksJulien Danjou2003-08-281-9/+24
|
* More comments :)Julien Danjou2003-08-261-2/+3
|
* Add --nosource and --depsJulien Danjou2003-08-061-7/+29
|
* fix some bugsJulien Danjou2003-08-051-2/+3
|