1RPMS
2
3If any files are added to the package, or if files-to-be-installed changes, then
4libwmf.spec needs to be updated. To create the RPMs, I use the sequence:
5
6# ./configure
7# make dist
8# cp libwmf.spec /usr/src/redhat/SPECS
9# cp libwmf-0.2.0.tar.gz /usr/src/redhat/SOURCES
10# cd /usr/src/redhat
11# rpm -ba SPECS/libwmf.spec
12