|
@@ -1,14 +1,14 @@
|
|
|
%global gitolite_homedir %{_var}/lib/%{name}
|
|
|
|
|
|
Name: gitolite
|
|
|
-Version: 3.1
|
|
|
+Version: 3.4
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: Highly flexible git server
|
|
|
-Summary(ja): 柔軟性の高い Git サーバ
|
|
|
+Summary(ja): 柔軟性の高い Git サーバ
|
|
|
Group: Applications/System
|
|
|
License: GPLv2 and CC-BY-SA
|
|
|
URL: http://github.com/sitaramc/gitolite
|
|
|
-Source0: sitaramc-gitolite-v3.1-0-g51ab768.tar.gz
|
|
|
+Source0: %{name}-%{version}.tar.gz
|
|
|
Source1: gitolite-README-vine
|
|
|
|
|
|
BuildArch: noarch
|
|
@@ -35,7 +35,7 @@ elsewhere in the doc/ directory.
|
|
|
|
|
|
|
|
|
%prep
|
|
|
-%setup -qn sitaramc-gitolite-16c4bec
|
|
|
+%setup -q
|
|
|
cp %{SOURCE1} .
|
|
|
|
|
|
#%patch0 -p1
|
|
@@ -83,6 +83,9 @@ exit 0
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Mar 14 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4-1
|
|
|
+- update to 3.4
|
|
|
+
|
|
|
* Sun Oct 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-1
|
|
|
- initial build for Vine Linux
|
|
|
|