Subversion Repositories DevTools

Rev

Rev 6988 | Rev 7398 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6988 Rev 7268
Line 889... Line 889...
889
    &$insertRpmControlFile ('post',     'postinst');
889
    &$insertRpmControlFile ('post',     'postinst');
890
    &$insertRpmControlFile ('preun',    'prerm');
890
    &$insertRpmControlFile ('preun',    'prerm');
891
    &$insertRpmControlFile ('postun',   'postrm');
891
    &$insertRpmControlFile ('postun',   'postrm');
892
 
892
 
893
    #
893
    #
-
 
894
    #   On many packages the RPM "Checking for unpackaged file(s)" 
-
 
895
    #   can take a long while (minutes). It can't be disabled
-
 
896
    #   but it can be made faster by disabling compression of the RPM
-
 
897
    #   
-
 
898
    print $sf "\n%define _unpackaged_files_terminate_build 0\n";
-
 
899
    print $sf "\n%define _source_payload w0.gzdio\n";
-
 
900
    print $sf "\n%define _binary_payload w0.gzdio\n";
-
 
901
 
-
 
902
    #
894
    #   Insert the list of files to be processed
903
    #   Insert the list of files to be processed
895
    #       Can't use /* as this will mess with permissions of the root directory. 
904
    #       Can't use /* as this will mess with permissions of the root directory. 
896
    #       Can list Top Level directories and then use *
905
    #       Can list Top Level directories and then use *
897
    #
906
    #
898
    print $sf "\n%files\n";
907
    print $sf "\n%files\n";