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