summaryrefslogtreecommitdiffstats
path: root/ldapserver.spec
Commit message (Collapse)AuthorAgeFilesLines
* I got rid of ldapserver.spec. Instead, the spec file will be created on the ↵Rich Megginson2005-03-311-85/+0
| | | | | | | fly. The only parameter passed in is the flavor - redhat or fedora. Everything else comes from the brandver.dat file. PLATFORM is derived from BUILD_ARCH in the usual Makefile way. So we could easily support Solaris or whatever else. The Makefile change is to allow you to produce the .spec file without having to build everything else. The change to reltools/brandver.pl allows us to change only the named files rather than every file in the .dat file. The builddsrpm.sh is now the only thing you need to build the ds rpms: cvs co ldapserver/builddsrpm.sh ; cp ldapserver/builddsrpm.sh . ; ./builddsrpm.sh [redhat|fedora]
* Updated copyright infoNathan Kinder2005-03-231-0/+4
|
* use prefix instead of hardcoded ldapserverRich Megginson2005-03-111-7/+10
|
* RPM packaging - set the flag to build java files - use ↵Rich Megginson2005-02-041-3/+3
| | | | serverroot/setup/setup insetad of serverroot/setup
* RPM packaging - the ldapserver.spec file and the builddsrpm.sh script to do ↵Rich Megginson2005-02-041-0/+78
the prep work