| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup: actually make it workHEADmaster | Olav Vitters | 2020-10-02 | 1 | -4/+29 |
* | various runtime error fixes | Olav Vitters | 2020-10-02 | 1 | -4/+4 |
* | clean-spec: convert mandir and avoid using .xz | Olav Vitters | 2020-10-02 | 1 | -0/+38 |
* | assume output is utf-8 (as per some Python verison) | Olav Vitters | 2020-05-11 | 1 | -7/+7 |
* | make use of pathlib | Olav Vitters | 2020-05-07 | 1 | -68/+66 |
* | SpecFile: make it aware of the real cwd, plus a typo fix elsewhere | Olav Vitters | 2020-05-07 | 1 | -17/+22 |
* | call_editor: not used anymore, remove it | Olav Vitters | 2020-05-06 | 1 | -24/+0 |
* | Package: add a ensure_checkout function and make use of it | Olav Vitters | 2020-05-06 | 1 | -10/+14 |
* | SpecFile: again explain convert_buildrequire; also add a spec_path property | Olav Vitters | 2020-05-06 | 1 | -17/+23 |
* | SpecFile: introduce the convert_buildrequires function (logic moved from cmd_... | Olav Vitters | 2020-05-06 | 1 | -166/+193 |
* | SpecFile: optionally store the Package it belongs to | Olav Vitters | 2020-05-06 | 1 | -8/+14 |
* | Spec.clean_spec: split/move some logic into a new function | Olav Vitters | 2020-05-06 | 1 | -26/+32 |
* | Introduce a Package class | Olav Vitters | 2020-05-04 | 1 | -139/+157 |
* | clean-spec: do not skip packages which were not checked out as they are auto ... | Olav Vitters | 2020-05-04 | 1 | -3/+0 |
* | clean-spec: also allow initial spaces/tabs in make_build macro cleanup | Olav Vitters | 2020-05-04 | 1 | -4/+4 |
* | clean-spec: disable the change of the makeinstall_std macro for now (see dev ml) | Olav Vitters | 2020-05-01 | 1 | -5/+6 |
* | clean-spec: also change makeinstall_std macro to make_install | Olav Vitters | 2020-05-01 | 1 | -0/+5 |
* | expand some of the clean-spec regular expressions to make these easier to read | Olav Vitters | 2020-04-30 | 1 | -4/+21 |
* | remove ability to rebuild packages from clean-spec as all changes are harmles... | Olav Vitters | 2020-04-30 | 1 | -14/+2 |
* | clean-spec: change cpan.org to metacpan.org | Olav Vitters | 2020-04-29 | 1 | -3/+26 |
* | refactor SpecFile.clean_spec, split it into multiple private functions | Olav Vitters | 2020-04-29 | 1 | -70/+83 |
* | pylint: fix too long lines, missing docstrings, etc | Olav Vitters | 2020-04-29 | 1 | -148/+446 |
* | pylint: follow variable naming guideline | Olav Vitters | 2020-04-28 | 1 | -16/+16 |
* | pylint: remove some unused variables | Olav Vitters | 2020-04-28 | 1 | -7/+7 |
* | pylint: make more variables conform to pylint | Olav Vitters | 2020-04-28 | 1 | -35/+33 |
* | pylint fixes and order subcommands alphabetically | Olav Vitters | 2020-04-24 | 1 | -91/+91 |
* | clean-spec: be more strict, only fallback to changing 1 BR if there aren't an... | Olav Vitters | 2020-04-24 | 1 | -29/+39 |
* | pylint fallout fixes | Olav Vitters | 2020-04-24 | 1 | -1/+4 |
* | pylint fixes: variable names | Olav Vitters | 2020-04-23 | 1 | -92/+86 |
* | pylint fixes | Olav Vitters | 2020-04-23 | 1 | -51/+83 |
* | remove parser argument for the various cmd functions | Olav Vitters | 2020-04-23 | 1 | -14/+14 |
* | remove dep3 support | Olav Vitters | 2020-04-23 | 1 | -125/+1 |
* | pylint: remove various unused variables, avoid len check, etc | Olav Vitters | 2020-04-23 | 1 | -45/+36 |
* | fix various issues found by pylint | Olav Vitters | 2020-04-23 | 1 | -168/+167 |
* | restructure the code, move more logic into Downstream class | Olav Vitters | 2020-04-23 | 1 | -40/+45 |
* | Encourage changing python3-devel into pkgconfig(python3) over pkgconfig(python2) | Olav Vitters | 2020-04-23 | 1 | -10/+34 |
* | remove python2 from spec cleanup | Olav Vitters | 2020-04-23 | 1 | -6/+0 |
* | use specific exception for problems parsing the spec file | Olav Vitters | 2020-04-23 | 1 | -2/+19 |
* | add check-spec subcommand | Olav Vitters | 2020-04-23 | 1 | -2/+54 |
* | remove unneeded debug info | Olav Vitters | 2020-04-22 | 1 | -3/+0 |
* | add ability to convert python3 BR into python3dist() | Olav Vitters | 2020-04-22 | 1 | -0/+15 |
* | improve the debug messages and handling | Olav Vitters | 2020-04-22 | 1 | -10/+19 |
* | convert %make to %make_build | Olav Vitters | 2020-04-22 | 1 | -0/+3 |
* | smarter buildrequires conversion, allows matching gtk+3.0-devel with pkgconfi... | Olav Vitters | 2020-04-22 | 1 | -21/+47 |
* | further improve pkgconfig alternatives: match against versions, match against... | Olav Vitters | 2020-04-21 | 1 | -5/+30 |
* | add command line argument to change the package root | Olav Vitters | 2020-04-21 | 1 | -2/+6 |
* | further improve mgagnome clean-spec | Olav Vitters | 2020-04-21 | 1 | -2/+30 |
* | limit clean-spec alternatives to the ones provided only by 1 package | Olav Vitters | 2020-04-21 | 1 | -13/+67 |
* | try to match gnome-2048 fully | Olav Vitters | 2020-04-21 | 1 | -1/+1 |
* | implement mgagnome cleanup, needs improvement | Olav Vitters | 2020-04-21 | 1 | -4/+25 |