From: Bryce H. <br...@us...> - 2005-02-02 01:21:07
|
Update of /cvsroot/tslogparser/tslogparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3634 Modified Files: HISTORY INSTALL Added Files: PACKAGING Log Message: Adding some documentation and making a couple fixes in others --- NEW FILE: PACKAGING --- This file describes how to create packages for TsLogParser. RPM Packaging ============= These directions may require some adaptation to your distro. They were written assuming RedHat, and tested on a RedHat 8.0 system. 1. Create a tarball dist package, if one is not already provided, and copy it to the RPM SOURCES directory: # cp tslogparser-v05.tar.gz /usr/src/redhat/SOURCES 2. The tslogparser spec file is in the package/ directory. Rename the spec file to: %{name}-%{version}-%{release}.spec # cp package/tslogparser.spec /usr/src/redhat/SPECS/tslogparser-0.5-3.spec 3. Customize this spec file for your settings: * Alter version/release number if needed * Verify user/group names match what you wish to use (these will be created if they do not already exist) * Verify other paths for placement of web, etc. and conf files 4. To regenerate an rpm, just issue: # rpmbuild --target noarch-redhat-linux -ta /usr/src/redhat/tslogparser-0.5-3.tar.gz Index: INSTALL =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/INSTALL,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- INSTALL 26 Jan 2005 17:48:51 -0000 1.8 +++ INSTALL 2 Feb 2005 01:20:31 -0000 1.9 @@ -7,7 +7,7 @@ 4. Initial database creation In case you're using the RPM file, you have to: --> Install the rpm +-> Install the rpm (or see PACKAGING for creating an RPM) rpm -i tslogparser-*.rpm -> Set up the database server (see step 2. below) -> Configure the /etc/tslogparser.conf.php file (see step 3.) Index: HISTORY =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/HISTORY,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- HISTORY 27 Jan 2005 09:45:53 -0000 1.18 +++ HISTORY 2 Feb 2005 01:20:24 -0000 1.19 @@ -13,6 +13,9 @@ (must find a better random name generator for the directory). - Modified the tslogparser.spec file to install a writtable 'ts' directory. +2005-02-25: Bryce Harrington <br...@os...> +- Fix typo in FAQ + 2005-01-21: tag v04b - Fix in link from database.inc.php |