As always, don't forget to add changelog entry |
|
More...
|
almost 13 years ago
|
Some test fixes; tests for special cases deserve their own methods |
|
More...
|
almost 13 years ago
|
Add transformer for PHP specific commands |
|
More...
|
almost 13 years ago
|
Add some more links to sites dealing with SCLs |
|
More...
|
almost 13 years ago
|
Include tests in source distribution, but don't install them |
|
More...
|
almost 13 years ago
|
Version 0.3.1 |
|
More...
|
almost 13 years ago
|
Some more tests for python transformer |
|
More...
|
almost 13 years ago
|
Fix the regexp in python transformer |
|
More...
|
almost 13 years ago
|
Update changelog |
|
More...
|
almost 13 years ago
|
The sclize_all_commands method mustn't place multiple 'scl enable' around command |
|
More...
|
almost 13 years ago
|
Really very basic testing of Python transformers (TODO: test more) |
|
More...
|
almost 13 years ago
|
Typo in tests |
|
More...
|
almost 13 years ago
|
Fix the test method names :) |
|
More...
|
almost 13 years ago
|
Use a helper function for displaying help - use more verbose format - thanks to Jaromir Hradilek |
|
More...
|
almost 13 years ago
|
Use better solution for handling buildroot actions for scls - add scl specific scriptlets that handle scl actions in buildroot correctly |
|
More...
|
almost 13 years ago
|
Correctly process files in SCL relocated buildroot after installation |
|
More...
|
almost 13 years ago
|
Add argparse to install_requires for python < 2.7, fixes #1 |
|
More...
|
almost 13 years ago
|
Use more subtle mechanism to figure packages belonging into a collection - fix makefile so that optimization flags don't get ignored - fix argument parsing |
|
More...
|
almost 13 years ago
|
Bump version to 0.3.0 |
|
More...
|
almost 13 years ago
|
Update readme |
|
More...
|
almost 13 years ago
|
Change the help text, so that we don't have to care about encoding problems |
|
More...
|
almost 13 years ago
|
Handle virtual dependencies with spaces in braces |
|
More...
|
almost 13 years ago
|
Add option to add the %{scl}-runtime dependency |
|
More...
|
almost 13 years ago
|
Rename to spec2scl, bunch of changelog entries |
|
More...
|
almost 13 years ago
|
Add Perl specific transformers |
|
More...
|
almost 13 years ago
|
Finding whole command has to start from the match beginning, otherwise we may find something previous, that matches the found string, but not pattern (see the included test case) |
|
More...
|
almost 13 years ago
|
Enable the decorators to compile multiline patterns |
|
More...
|
almost 13 years ago
|
Enable handling 'ruby' command - still needs some attention |
|
More...
|
almost 13 years ago
|
A minor fix in Python-specific transformer |
|
More...
|
almost 13 years ago
|
Improve the command_needs_heredoc_for_execution method and test it |
|
More...
|
almost 13 years ago
|