Changes between Version 17 and Version 18 of Email2tracInstallation


Ignore:
Timestamp:
02/13/08 11:07:52 (16 years ago)
Author:
slight_@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracInstallation

    v17 v18  
    4949rpmbuild -ba email2trac.spec
    5050}}}
     51 * RPM package instructions incomplete. The above didn't work for me, I had to do the following (as root or using sudo).
     52{{{
     53tar zxvf email2trac.tar.gz
     54// Edit email2trac-0.13/email2trac.spec and change the 3rd line from "Version: 0.13.0" to "Version: 0.13"
     55cp -R email2trac-0.13/ /usr/src/redhat/SOURCES
     56cp -R email2trac.tar.gz /usr/src/redhat/SOURCES
     57cd /usr/src/redhat/SOURCES
     58rpmbuild -ba email2trac-0.13/email2trac.spec
     59}}}