April 16, 2002
Original perl module released, based on my (also CPAN contributed)
script "make_rpm.pl". Works well on RedHat 6.* and RedHat 7.* and
is compatible with both rpm version 3.* and rpm version 4.*.
May 16, 2002
Fixing a bug in Make.pm to allow customization of the RPM group
(such as Utilities/System or Applications/Editors).
Minor improvements throughout the module. Documenting
subroutines more clearly. Supporting multiple smaller steps in
test.pl. Support handling of different architectures other than
i386.
June 17, 2002
Fixing several bugs: no more duplication of $group variable name;
no more hardcoding of RPM release number; accommodating rpm
version >4.0.2 command-line syntax; fixing pre example in
POD synopsis. The 'clean' target now cleans up rpms made during
testing as well as TempBuildLoc.
June 30, 2002
Changing e-mail address to sharrison@users.sourceforge.net.
Testing for rpm command in Makefile.PL so as to test successfully
against multiple architectures.
July 3, 2002
Fine-tuning the documentation.