Browse Source

gitflow-4.2.0-1.pre20120723git53e9c76

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7358 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
5e7f53835a
1 changed files with 13 additions and 3 deletions
  1. 13 3
      g/gitflow/gitflow-vl.spec

+ 13 - 3
g/gitflow/gitflow.spec → g/gitflow/gitflow-vl.spec

@@ -2,12 +2,15 @@
 %global gitdate 20120723
 %global checkout %{gitdate}git%{githash}
 
+%define ver 4.2.0
+%define rel 1.pre%{checkout}
+
 Name:       gitflow
-Version:    0.4.2.%{checkout}
-Release:    1%{?dist}
+Version:    %{ver}
+Release:    %{rel}%{?_dist_release}
 Summary:    Extensions providing operations for V. Driessen's branching model
 
-Group:      Development/Languages
+Group:      Development/Tools
 License:    BSD
 URL:        https://github.com/nvie/gitflow
 # You can get this tarball by cloning the repository from github and checking
@@ -22,6 +25,10 @@ BuildArch:  noarch
 Requires:       shflags
 Requires:       git
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: iwaim
+
 %description
 A collection of Git extensions to provide high-level repository operations
 for Vincent Driessen's [branching model](http://nvie.com/git-model "original
@@ -68,6 +75,9 @@ ln -s %{_datadir}/shflags/shflags %{buildroot}/%{_datadir}/%{name}/gitflow-shFla
 %{_datadir}/%{name}
 
 %changelog
+* Fri Jan 18 2013 IWAI, Masaharu <iwai@alib.jp> 4.2.0-1.pre20120723git53e9c76
+- initial build for Vine Linux
+
 * Mon Jul 23 2012 Ralph Bean <rbean@redhat.com> - 0.4.2.20120723git53e9c76-1
 - New checkout from upstream git for review process.