r846589 | dws | 2003-07-19 06:01:57 +0000 (Sat, 19 Jul 2003)
* packages/rpm/redhat-7.x/subversion.spec,
packages/rpm/redhat-8+/subversion.spec,
packages/rpm/redhat-8+/filter-requires.sh : PORTING file no longer exists.
The following changes only are from Ralph Loader.
Patch by: Ralph Loader <suckfish@ihug.co.nz>
- Get rid of extraneous perl module dependencies via filter-requires.sh script
for RedHat 8+.
- gdbm-devel is not a build pre-req for subversion but APR/APR-UTIL.
- LDFLAGS no longer needed when compiling without subversion-devel installed.
- Use %configure instead of ./configure.
- expat is not a direct dependency of subversion.
- No need to copy separate subversion.conf and httpd.davcheck.conf as they
are in the source tree, just reference them there.
- Simplify "make install" by making use of DESTDIR macro instead of setting
individual directory components.