srpmcmp(1)

SRPMCMP(1) User Contributed Perl Documentation SRPMCMP(1)

NAME

srpmcmp - compare source RPM packages

SYNOPSIS

srpmcmp [options] package-v1.src.rpm package-v2.src.rpm

DESCRIPTION

This perl script compares the contents of two source RPM packages in unified diff format.

OPTIONS

--verbose
Explain autocrap and RCS removal (see below).
--deep
Compare also source trees (by default, only top-level files like spec-files and patches are compared).
--autocrap
Compare also files automatically generated with GNU autotools. Files with the following names are examnied:

        aclocal.m4
        configure
        config.guess
        config.h.in
        config.rpath
        config.sub
        depcomp
        install-sh
        ltmain.sh
        Makefile.in
        Makefile
        missing
        mkinstalldirs
        texinfo.tex
    
--rcs
Keep RCS tags intact. Those are unexpanded by default. Here is a list of RCS keywords (according to "cvs.info"):

        Author
        Date
        Header
        Id
        Name
        Locker
        Log
        RCSfile
        Revision
        Source
        State
    

COPYING

Copyright (c) 2003, 2004. Alexey Tourbin <at@altlinux.org>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2010-11-14 perl v5.34.0