.PHONY: rpm
rpm: dist
- rm -rf $(RPMDIR)
$(MKDIR_P) $(RPMDIR)
$(MKDIR_P) $(RPMDIR)/BUILD
$(MKDIR_P) $(RPMDIR)/RPMS
$(RPM) --define="_sourcedir `pwd`" --define="_rpmdir `pwd`/$(RPMDIR)/RPMS" --define="_builddir `pwd`/$(RPMDIR)/BUILD" --nodeps -bb ImageMagick.spec
+ rm -rf $(RPMDIR)
@echo ==============================================================
@echo $(DIST_ARCHIVE_RPM) is ready for distribution.
@echo ==============================================================
@RPM_DELEGATE_TRUE@.PHONY: rpm
@RPM_DELEGATE_TRUE@rpm: dist
-@RPM_DELEGATE_TRUE@ rm -rf $(RPMDIR)
@RPM_DELEGATE_TRUE@ $(MKDIR_P) $(RPMDIR)
@RPM_DELEGATE_TRUE@ $(MKDIR_P) $(RPMDIR)/BUILD
@RPM_DELEGATE_TRUE@ $(MKDIR_P) $(RPMDIR)/RPMS
@RPM_DELEGATE_TRUE@ $(RPM) --define="_sourcedir `pwd`" --define="_rpmdir `pwd`/$(RPMDIR)/RPMS" --define="_builddir `pwd`/$(RPMDIR)/BUILD" --nodeps -bb ImageMagick.spec
+@RPM_DELEGATE_TRUE@ rm -rf $(RPMDIR)
@RPM_DELEGATE_TRUE@ @echo ==============================================================
@RPM_DELEGATE_TRUE@ @echo $(DIST_ARCHIVE_RPM) is ready for distribution.
@RPM_DELEGATE_TRUE@ @echo ==============================================================
MAGICK_VERSION=7.0.7-24
-MAGICK_GIT_REVISION=22973:fe6c919ff:20180218
+MAGICK_GIT_REVISION=23033:57c3b50bd:20180223
# Substitute library versioning