Author: steletch
Date: Sun Nov 12 21:27:07 2006
New Revision: 83523

Added:
   packages/cooker/refbase/current/SOURCES/refbase-0.9.0.tar.bz2   (contents, 
props changed)
Removed:
   packages/cooker/refbase/current/SOURCES/refbase-0.8.0.tar.bz2
Modified:
   packages/cooker/refbase/current/SPECS/refbase.spec

Log:
0.9.0
correct permissions for install.sql
remove installing instructions, the INSTALL file is more appropriate now

Added: packages/cooker/refbase/current/SOURCES/refbase-0.9.0.tar.bz2
==============================================================================
Binary file. No diff available.

Modified: packages/cooker/refbase/current/SPECS/refbase.spec
==============================================================================
--- packages/cooker/refbase/current/SPECS/refbase.spec  (original)
+++ packages/cooker/refbase/current/SPECS/refbase.spec  Sun Nov 12 21:27:07 2006
@@ -1,6 +1,6 @@
 %define        name refbase
-%define                version 0.8.0
-%define                release %mkrel 2
+%define                version 0.9.0
+%define                release %mkrel 1
 
 Summary:       Web-based, multi-user interface for managing scientific 
literature & citations
 
@@ -29,7 +29,8 @@
 Based on php & mysql, it offers a bibliography database with 
 powerful search tools and automatically generated citation lists.
 
-To finish the installation, just go to http://localhost/refbase/install.php
+To finish the installation, follow the procedure located in
+%{var/www/html/%{name}/INSTALL
 
 %prep
 %setup -q
@@ -43,7 +44,7 @@
 install -d -m 755 $RPM_BUILD_ROOT%{_var}/www/html/%{name}
 perl -pi -e 's|/usr/local/mysql/bin/mysql|"%{_bindir}/mysql"|;' install.php
 cp -pRH * $RPM_BUILD_ROOT%{_var}/www/html/%{name}
-chmod 755 $RPM_BUILD_ROOT%{_var}/www/html/%{name}/install.sql
+chmod 644 $RPM_BUILD_ROOT%{_var}/www/html/%{name}/install.sql
 
 %clean
 rm -rf $RPM_BUILD_ROOT

Reply via email to