Rename hdrNVR.c to more obvious and generic headerutil.c
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 22 Dec 2009 10:07:12 +0000 (12:07 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 22 Dec 2009 10:07:12 +0000 (12:07 +0200)
- no functional changes
- remove it from translation list, there's nothing here to translate...

lib/Makefile.am
lib/headerutil.c [moved from lib/hdrNVR.c with 100% similarity]
po/POTFILES.in

index 244d40b..9668e1d 100644 (file)
@@ -20,7 +20,7 @@ usrlibdir = $(libdir)
 usrlib_LTLIBRARIES = librpm.la
 librpm_la_SOURCES = \
        backend/dbconfig.c backend/db3.c \
-       hdrNVR.c header.c headerfmt.c header_internal.c header_internal.h \
+       headerutil.c header.c headerfmt.c header_internal.c header_internal.h \
        poptDB.c rpmhash.c rpmhash.h rpmdb.c rpmdb_internal.h \
        fprint.c fprint.h tagname.c rpmtd.c \
        cpio.c cpio.h depends.c order.c formats.c tagexts.c fs.c fsm.c fsm.h \
similarity index 100%
rename from lib/hdrNVR.c
rename to lib/headerutil.c
index 8ed618b..97bea62 100644 (file)
@@ -57,7 +57,6 @@ lib/signature.c
 lib/transaction.c
 lib/verify.c
 lib/fprint.c
-lib/hdrNVR.c
 lib/header.c
 lib/headerfmt.c
 lib/header_internal.c