| Name: | grin |
|---|---|
| Version: | 1.2.1 |
| Release: | 6.el7 |
| Architecture: | noarch |
| Group: | Applications/Text |
| Size: | 107219 |
| License: | BSD |
| RPM: | grin-1.2.1-6.el7.noarch.rpm |
| Source RPM: | grin-1.2.1-6.el7.src.rpm |
| Build Date: | Wed Oct 25 2017 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://pypi.python.org/pypi/grin |
| Summary: | Grep-like tool for source code |
| Description: |
grin is a similar in function to GNU grep, however it's has modified
behaviour to make it simpler to use when grepping source code.
Some features grin feature are:
* recurse directories by default
* do not go into directories with specified names
* do not search files with specified extensions
* be able to show context lines before and after matched lines
* Python regex syntax
* unless suppressed via a command line option, display the filename
regardless of the number of files
* accept a file (or stdin) with a list of newline-separated filenames
* grep through gzipped text files
* be useful as a library to build custom tools quickly |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Add patch to work with Python 2.7 and later - Add argparse req. if needed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- 1.2.1
- Update python_sitelib macro - Don't requires python-argparse (#665727)
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- add docs - rpmlint clean - add %check section