|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [EXP]
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: 1.0.9
|
|
|
-Release: 20020806
|
|
|
+Release: 20020807
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.hwaci.com/sw/cvstrac/cvstrac-%{version}.tar.gz
|
|
|
@@ -86,8 +86,8 @@ AutoReqProv: no
|
|
|
|
|
|
%post
|
|
|
if [ ".$1" = .1 ]; then
|
|
|
- ( echo "Hint: To use CVSTrac you first have to create databases for your"
|
|
|
- echo "projects. Run the following command for each project <name>:"
|
|
|
+ ( echo "Hint: To use CVSTrac you have to create databases for your projects."
|
|
|
+ echo "Run the following command as user %{l_nusr} for each project <name>:"
|
|
|
echo "\$ $RPM_INSTALL_PREFIX/bin/cvstrac init $RPM_INSTALL_PREFIX/var/cvstrac <name>"
|
|
|
echo "After this login to http://localhost/openpkg-cgi/cvstrac/<name>/"
|
|
|
echo "with user \"setup\" and password \"setup\" and configure your"
|