packages: git-core/git-core.spec - fix double packaging of gitweb.cgi, howe...

glen glen at pld-linux.org
Tue Feb 1 19:24:44 CET 2011


Author: glen                         Date: Tue Feb  1 18:24:44 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix double packaging of gitweb.cgi, however current packaging doesn't work without config changes

---- Files affected:
packages/git-core:
   git-core.spec (1.231 -> 1.232) 

---- Diffs:

================================================================
Index: packages/git-core/git-core.spec
diff -u packages/git-core/git-core.spec:1.231 packages/git-core/git-core.spec:1.232
--- packages/git-core/git-core.spec:1.231	Tue Feb  1 18:08:03 2011
+++ packages/git-core/git-core.spec	Tue Feb  1 19:24:38 2011
@@ -440,7 +440,7 @@
 EOF
 
 # gitweb
-install -p gitweb/gitweb.cgi $RPM_BUILD_ROOT%{cgibindir}
+mv $RPM_BUILD_ROOT{%{appdir},%{cgibindir}}/gitweb.cgi
 cp -a %{SOURCE1} $RPM_BUILD_ROOT%{webappdir}/gitweb.conf
 cp -a %{SOURCE2} $RPM_BUILD_ROOT%{webappdir}/apache.conf
 cp -a %{SOURCE2} $RPM_BUILD_ROOT%{webappdir}/httpd.conf
@@ -689,6 +689,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.232  2011/02/01 18:24:38  glen
+- fix double packaging of gitweb.cgi, however current packaging doesn't work without config changes
+
 Revision 1.231  2011/02/01 17:08:03  qboosh
 - one more lang() bugfix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/git-core/git-core.spec?r1=1.231&r2=1.232&f=u



More information about the pld-cvs-commit mailing list