Name: | shflags |
---|---|
Version: | 1.0.3 |
Release: | 6.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 127826 |
License: | LGPLv2 |
RPM: | shflags-1.0.3-6.el7.noarch.rpm |
Source RPM: | shflags-1.0.3-6.el7.src.rpm |
Build Date: | Sat Oct 28 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://code.google.com/p/shflags/ |
Summary: | Simple handling of command-line flags in Bourne based Unix scripts |
Description: | Shell Flags (shFlags) is a library written to greatly simplify the handling of command-line flags in Bourne based Unix shell scripts (bash, dash, ksh, sh, zsh) on many Unix OSes (Linux, Solaris, Mac OS X, etc.). Most shell scripts use getopt for flags processing, but the different versions of getopt on various OSes make writing portable shell scripts difficult. shFlags instead provides an API that doesn't change across shell and OS versions so the script writer can be confident that the script will work. shFlags is a port of the google-gflags C++/Python library. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Updated the license field to LGPLv2 after receiving feedback from upstream.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Updated the license field to LGPLv2+ - Removed BuildRequires util-linux. Superfluous! - Ownership taken for %{_datadir}/%{name} - Copying with '-p' to preserve - Made examples non-exectuable. - Added %check section.
- Initial packaging for Fedora.