Browse Source

shflags 1.0.3-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7356 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
617e177cbc
1 changed files with 12 additions and 2 deletions
  1. 12 2
      s/shflags/shflags-vl.spec

+ 12 - 2
s/shflags/shflags.spec → s/shflags/shflags-vl.spec

@@ -1,6 +1,9 @@
+%define ver 1.0.3
+%define rel 1
+
 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
 
 Group:      Development/Languages
@@ -12,6 +15,10 @@ BuildArch:  noarch
 
 Requires:       util-linux
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: iwaim
+
 %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)
@@ -52,6 +59,9 @@ cp -p src/shflags %{buildroot}/%{_datadir}/%{name}/.
 %{_datadir}/%{name}
 
 %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
 - Updated the license field to LGPLv2 after receiving feedback from upstream.