File pegasus-2.8.0-notests.patch of Package tog-pegasus
--- ./Makefile.Release.origjbw 2008-09-18 14:23:49.000000000 -0600
+++ ./Makefile.Release 2008-09-18 14:25:12.000000000 -0600
@@ -70,7 +70,7 @@
$(MAKE) --directory=$(ROOT) -f Makefile.Release stage_PegasusEmptyFiles
$(MAKE) --directory=$(ROOT) -f Makefile.Release stage_genOpenPegasusSSLCertsFile
$(MAKE) --directory=$(ROOT) -f mak/SDKMakefile stageSDK
-ifdef PEGASUS_BUILD_TEST_RPM
+ifdef DONTBUILDTHISSTUFF
$(MAKE) --directory=$(ROOT) -f Makefile.ReleaseTest stageTEST
endif
@@ -716,17 +716,21 @@
@$(MAKE) --directory=$(ROOT) -f mak/SDKMakefile \
PEGASUS_RPM_SPEC_FILE_PATH=$(PEGASUS_RPM_SPEC_FILE_PATH) \
_append_preunSectionToSpecFile
+ifdef DONTBUILDTHISSTUFF
@$(MAKE) --directory=$(ROOT) -f Makefile.ReleaseTest \
PEGASUS_RPM_SPEC_FILE_PATH=$(PEGASUS_RPM_SPEC_FILE_PATH) \
_append_preunSectionToSpecFile
+endif
@$(MAKE) --directory=$(ROOT) -f Makefile.Release _append_postunSectionToSpecFile
@$(MAKE) --directory=$(ROOT) -f Makefile.Release _append_filesSectionToSpecFile
@$(MAKE) --directory=$(ROOT) -f mak/SDKMakefile \
PEGASUS_RPM_SPEC_FILE_PATH=$(PEGASUS_RPM_SPEC_FILE_PATH) \
_append_filesSectionToSpecFile
+ifdef DONTBUILDTHISSTUFF
@$(MAKE) --directory=$(ROOT) -f Makefile.ReleaseTest \
PEGASUS_RPM_SPEC_FILE_PATH=$(PEGASUS_RPM_SPEC_FILE_PATH) \
_append_filesSectionToSpecFile
+endif
_append_OpenPegasusLicenseToSpecFile: FORCE
@$(CAT) $(ROOT)/rpm/tog-specfiles/tog-pegasus-header.spec >> $(PEGASUS_RPM_SPEC_FILE_PATH)