Browse Source

gitolite: update to 3.4

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7555 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 12 years ago
parent
commit
246dc088ef
1 changed files with 7 additions and 4 deletions
  1. 7 4
      g/gitolite/gitolite-vl.spec

+ 7 - 4
g/gitolite/gitolite-vl.spec

@@ -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