1 How to make an RPM distribution of Tex2RTF
2 ==================================================
4 You can make the RPM with standard commands: first make source tarball
5 with zipsrc.sh and then run
7 rpm -ta tex2rtf-2.01-source.tar.bz2
9 to create both tex2rtf-2.01-1.src.rpm and tex2rtf-2.01-1.$(arch).rpm
11 This builds the Tex2RTF binary using wxBase.
13 Note that the 2.01 binaries have been built in completely
14 different ways right now :-(
16 The RPM has been built with wxBase, and the .tar.gz
17 distribution has been built using wxGTK (but with no
18 UI). All command-line versions should be built
19 with wxBase in future, since the wxBase one is
22 Julian Smart/Vaclav Slavik, August 2002