|
@@ -1,6 +1,9 @@
|
|
|
|
+%define ver 1.0.3
|
|
|
|
+%define rel 1
|
|
|
|
+
|
|
Name: shflags
|
|
Name: shflags
|
|
-Version: 1.0.3
|
|
|
|
-Release: 4%{?dist}
|
|
|
|
|
|
+Version: %{ver}
|
|
|
|
+Release: %{rel}%{?_dist_release}
|
|
Summary: Simple handling of command-line flags in Bourne based Unix scripts
|
|
Summary: Simple handling of command-line flags in Bourne based Unix scripts
|
|
|
|
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
@@ -12,6 +15,10 @@ BuildArch: noarch
|
|
|
|
|
|
Requires: util-linux
|
|
Requires: util-linux
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: iwaim
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Shell Flags (shFlags) is a library written to greatly simplify the handling of
|
|
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)
|
|
command-line flags in Bourne based Unix shell scripts (bash, dash, ksh, sh, zsh)
|
|
@@ -52,6 +59,9 @@ cp -p src/shflags %{buildroot}/%{_datadir}/%{name}/.
|
|
%{_datadir}/%{name}
|
|
%{_datadir}/%{name}
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jan 18 2013 IWAI, Masaharu <iwai@alib.jp> 1.0.3-1
|
|
|
|
+- initial build for Vine Linux
|
|
|
|
+
|
|
* Mon Dec 17 2012 Ralph Bean <rbean@redhat.com> - 1.0.3-4
|
|
* Mon Dec 17 2012 Ralph Bean <rbean@redhat.com> - 1.0.3-4
|
|
- Updated the license field to LGPLv2 after receiving feedback from upstream.
|
|
- Updated the license field to LGPLv2 after receiving feedback from upstream.
|
|
|
|
|