Help for this page

Select Code to Download


  1. or download this
    # Create the rules that create RPM and SRPM files
    push(@text, qq{
    ...
    }
    
    join("\n", @text);
    
  2. 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)
    
  3. or download this
    sub MY::post_constants {
        # With this, you can override INSTALLSITELIB when
    ...
    
        join("\n", @text);
    }