Searched refs:rpm (Results 1 – 10 of 10) sorted by relevance
26 rm -rf rpm29 mkdir -p rpm/{BUILD,RPMS,SOURCES,SPECS,SRPMS}30 cat >rpm/SPECS/xen.spec <<EOF41 %define __spec_install_post /usr/lib/rpm/brp-compress || :47 the output of a xen "make dist" wrapped in an .rpm to make it easy to71 rpmbuild --define "_xenroot $xenroot" --define "_topdir $PWD/rpm" -bb rpm/SPECS/xen.spec74 mv rpm/RPMS/*/*.rpm .75 rm -rf rpm
10 RUN yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \18 RUN rpm --rebuilddb && \
10 RUN rpm --rebuilddb && \
224 rm -rf *.rpm $(LIB) *~ $(DEPS_RM) \233 .PHONY: rpm234 rpm: build target239 --define "_rpmdir$$PWD/staging" -bb rpm.spec240 mv staging/i386/*.rpm .
46 $(RM) *.a *.so *.o *.rpm $(BIN) $(SBIN) $(LIBBIN) $(DEPS_RM)
23 $(RM) *.a *.so *.o *.rpm $(BIN) $(DEPS_RM)
89 rm -rf *.rpm $(LIB) *~ $(DEPS_RM) $(LIB_OBJS) $(PIC_OBJS)
221 The make target 'rpmball' will build a xen.rpm. This variable can be223 appended to the rpm Release: tag.343 * Use configure and make to build a distro rpm package (it is required344 to unset variables set by the rpm configure macro):
85 (dev86 rpm or bin86 & bcc debs)
Completed in 11 milliseconds