- update to 1.7.2
This commit is contained in:
parent
bb50e46edd
commit
8c3bcd12a1
@ -1 +1 @@
|
|||||||
git-1.7.1.1.tar.bz2
|
git-1.7.2.tar.bz2
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
--- git-1.5.0.6/gitweb/gitweb.perl~ 2007-03-30 01:37:05.000000000 +0100
|
diff -up git-1.7.2/gitweb/gitweb.perl.orig git-1.7.2/gitweb/gitweb.perl
|
||||||
+++ git-1.5.0.6/gitweb/gitweb.perl 2007-05-07 08:31:37.000000000 +0100
|
--- git-1.7.2/gitweb/gitweb.perl.orig 2010-07-21 23:35:25.000000000 +0200
|
||||||
@@ -39,7 +39,7 @@ our $projectroot = "++GITWEB_PROJECTROOT
|
+++ git-1.7.2/gitweb/gitweb.perl 2010-07-22 10:49:50.385707086 +0200
|
||||||
our $home_link = $my_uri || "/";
|
@@ -79,7 +79,7 @@ our $projectroot = "++GITWEB_PROJECTROOT
|
||||||
|
our $project_maxdepth = "++GITWEB_PROJECT_MAXDEPTH++";
|
||||||
|
|
||||||
# string of the home link on top of all pages
|
# string of the home link on top of all pages
|
||||||
-our $home_link_str = "++GITWEB_HOME_LINK_STR++";
|
-our $home_link_str = "++GITWEB_HOME_LINK_STR++";
|
||||||
|
9
git.spec
9
git.spec
@ -6,7 +6,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 1.7.1.1
|
Version: 1.7.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Fast Version Control System
|
Summary: Fast Version Control System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -242,6 +242,7 @@ INSTALL = install -p
|
|||||||
GITWEB_PROJECTROOT = %{_var}/lib/git
|
GITWEB_PROJECTROOT = %{_var}/lib/git
|
||||||
htmldir = %{_docdir}/%{name}-%{version}
|
htmldir = %{_docdir}/%{name}-%{version}
|
||||||
prefix = %{_prefix}
|
prefix = %{_prefix}
|
||||||
|
gitwebdir = %{_var}/www/git
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 6
|
%if 0%{?fedora} || 0%{?rhel} >= 6
|
||||||
@ -292,9 +293,6 @@ install -Dpm 644 %{SOURCE1} \
|
|||||||
%{buildroot}%{_emacs_sitestartdir}/git-init.el
|
%{buildroot}%{_emacs_sitestartdir}/git-init.el
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_var}/www/git
|
|
||||||
install -pm 644 gitweb/*.{css,js,png} %{buildroot}%{_var}/www/git
|
|
||||||
install -pm 755 gitweb/gitweb.cgi %{buildroot}%{_var}/www/git
|
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d
|
mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d
|
||||||
install -pm 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/httpd/conf.d/git.conf
|
install -pm 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/httpd/conf.d/git.conf
|
||||||
sed "s|@PROJECTROOT@|%{_var}/lib/git|g" \
|
sed "s|@PROJECTROOT@|%{_var}/lib/git|g" \
|
||||||
@ -456,6 +454,9 @@ rm -rf %{buildroot}
|
|||||||
# No files for you!
|
# No files for you!
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 22 2010 Adam Tkac <atkac redhat com> - 1.7.2-1
|
||||||
|
- update to 1.7.2
|
||||||
|
|
||||||
* Fri Jul 02 2010 Adam Tkac <atkac redhat com> - 1.7.1.1-1
|
* Fri Jul 02 2010 Adam Tkac <atkac redhat com> - 1.7.1.1-1
|
||||||
- update to 1.7.1.1
|
- update to 1.7.1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user