- or download this
# Create the rules that create RPM and SRPM files
push(@text, qq{
...
}
join("\n", @text);
- or download this
rpm: $(SPECFILE) $(DISTVNAME).tar$(SUFFIX)
$(RPM) -bb --clean --rcfile rpmrc $(SPECFILE)
srpm: $(SPECFILE) $(DISTVNAME).tar$(SUFFIX)
$(RPM) -bs --clean --rcfile rpmrc $(SPECFILE)
- or download this
sub MY::post_constants {
# With this, you can override INSTALLSITELIB when
...
join("\n", @text);
}