*** empty log message ***
authorewt <devnull@localhost>
Fri, 8 Jan 1999 03:12:51 +0000 (03:12 +0000)
committerewt <devnull@localhost>
Fri, 8 Jan 1999 03:12:51 +0000 (03:12 +0000)
CVS patchset: 2681
CVS date: 1999/01/08 03:12:51

Makefile.in
install.c
lib/depends.c
po/rpm.pot

index 6805bd2..9cc4487 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.3b from Makefile.am
+# Makefile.in generated automatically by automake 1.3 from Makefile.am
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
@@ -34,7 +34,7 @@ mandir = @mandir@
 includedir = @includedir@
 oldincludedir = /usr/include
 
-DESTDIR =
+DISTDIR =
 
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -180,8 +180,8 @@ rpm_LDFLAGS =
 SCRIPTS =  $(bin_SCRIPTS) $(config_SCRIPTS)
 
 CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
 man8dir = $(mandir)/man8
 MANS = $(man_MANS)
 
@@ -198,7 +198,7 @@ missing mkinstalldirs stamp-h.in
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
-TAR = gtar
+TAR = tar
 GZIP = --best
 DEP_FILES =  .deps/build.P .deps/checksig.P .deps/convertdb.P \
 .deps/ftp.P .deps/install.P .deps/oldrpmdb.P .deps/rpm.P \
@@ -220,7 +220,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
 $(ACLOCAL_M4):  configure.in 
        cd $(srcdir) && $(ACLOCAL)
 
-config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+config.status: $(srcdir)/configure
        $(SHELL) ./config.status --recheck
 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
        cd $(srcdir) && $(AUTOCONF)
@@ -246,11 +246,11 @@ distclean-hdr:
 
 maintainer-clean-hdr:
 Makefile.inc: $(top_builddir)/config.status Makefile.inc.in
-       cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+       cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
 lib-rpmrc: $(top_builddir)/config.status lib-rpmrc.in
-       cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+       cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
 macros: $(top_builddir)/config.status macros.in
-       cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+       cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
 
 mostlyclean-binPROGRAMS:
 
@@ -266,15 +266,15 @@ install-binPROGRAMS: $(bin_PROGRAMS)
        $(mkinstalldirs) $(DESTDIR)$(bindir)
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
          if test -f $$p; then \
-           echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
-            $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+           echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
+            $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
          else :; fi; \
        done
 
 uninstall-binPROGRAMS:
        @$(NORMAL_UNINSTALL)
        list='$(bin_PROGRAMS)'; for p in $$list; do \
-         rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+         rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
        done
 
 mostlyclean-noinstPROGRAMS:
@@ -300,15 +300,15 @@ install-rpmbinPROGRAMS: $(rpmbin_PROGRAMS)
        $(mkinstalldirs) $(DESTDIR)$(rpmbindir)
        @list='$(rpmbin_PROGRAMS)'; for p in $$list; do \
          if test -f $$p; then \
-           echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(rpmbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
-            $(INSTALL_PROGRAM) $$p $(DESTDIR)$(rpmbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+           echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(rpmbindir)/`echo $$p|sed '$(transform)'`"; \
+            $(INSTALL_PROGRAM) $$p $(DESTDIR)$(rpmbindir)/`echo $$p|sed '$(transform)'`; \
          else :; fi; \
        done
 
 uninstall-rpmbinPROGRAMS:
        @$(NORMAL_UNINSTALL)
        list='$(rpmbin_PROGRAMS)'; for p in $$list; do \
-         rm -f $(DESTDIR)$(rpmbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+         rm -f $(DESTDIR)$(rpmbindir)/`echo $$p|sed '$(transform)'`; \
        done
 
 .s.o:
@@ -411,10 +411,10 @@ uninstall-man8:
        done
 install-man: $(MANS)
        @$(NORMAL_INSTALL)
-       $(MAKE) $(AM_MAKEFLAGS) install-man8
+       $(MAKE) install-man8
 uninstall-man:
        @$(NORMAL_UNINSTALL)
-       $(MAKE) $(AM_MAKEFLAGS) uninstall-man8
+       $(MAKE) uninstall-man8
 
 install-configDATA: $(config_DATA)
        @$(NORMAL_INSTALL)
@@ -451,7 +451,7 @@ check-recursive installcheck-recursive info-recursive dvi-recursive:
        list='$(SUBDIRS)'; for subdir in $$list; do \
          target=`echo $@ | sed s/-recursive//`; \
          echo "Making $$target in $$subdir"; \
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target) \
+         (cd $$subdir && $(MAKE) $$target) \
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
        done && test -z "$$fail"
 
@@ -464,12 +464,12 @@ maintainer-clean-recursive:
        for subdir in $$rev; do \
          target=`echo $@ | sed s/-recursive//`; \
          echo "Making $$target in $$subdir"; \
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target) \
+         (cd $$subdir && $(MAKE) $$target) \
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
        done && test -z "$$fail"
 tags-recursive:
        list='$(SUBDIRS)'; for subdir in $$list; do \
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+         (cd $$subdir && $(MAKE) tags); \
        done
 
 tags: TAGS
@@ -514,12 +514,12 @@ distcheck: dist
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
        cd $(distdir)/=build \
          && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
-         && $(MAKE) $(AM_MAKEFLAGS) \
-         && $(MAKE) $(AM_MAKEFLAGS) dvi \
-         && $(MAKE) $(AM_MAKEFLAGS) check \
-         && $(MAKE) $(AM_MAKEFLAGS) install \
-         && $(MAKE) $(AM_MAKEFLAGS) installcheck \
-         && $(MAKE) $(AM_MAKEFLAGS) dist
+         && $(MAKE) \
+         && $(MAKE) dvi \
+         && $(MAKE) check \
+         && $(MAKE) install \
+         && $(MAKE) installcheck \
+         && $(MAKE) dist
        -rm -rf $(distdir)
        @echo "========================"; \
        echo "$(distdir).tar.gz is ready for distribution"; \
@@ -552,7 +552,7 @@ distdir: $(DISTFILES)
          || mkdir $(distdir)/$$subdir \
          || exit 1; \
          chmod 777 $(distdir)/$$subdir; \
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
+         (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
            || exit 1; \
        done
 
@@ -582,10 +582,10 @@ maintainer-clean-depend:
 info: info-recursive
 dvi: dvi-recursive
 check: all-am
-       $(MAKE) $(AM_MAKEFLAGS) check-recursive
+       $(MAKE) check-recursive
 installcheck: installcheck-recursive
 all-recursive-am: config.h
-       $(MAKE) $(AM_MAKEFLAGS) all-recursive
+       $(MAKE) all-recursive
 
 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) $(HEADERS) config.h
 
@@ -607,22 +607,27 @@ install: install-recursive install-exec-am install-data-am
 uninstall: uninstall-recursive uninstall-am
 
 install-strip:
-       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
+       $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
 installdirs: installdirs-recursive
-       $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(rpmbindir) \
-               $(DESTDIR)$(bindir) $(DESTDIR)$(configdir) \
-               $(DESTDIR)$(mandir)/man8 $(DESTDIR)$(configdir)
+       $(mkinstalldirs)  $(DATADIR)$(bindir) $(DATADIR)$(rpmbindir) \
+               $(DATADIR)$(bindir) $(DATADIR)$(configdir) \
+               $(DESTDIR)$(mandir)/man8 $(DATADIR)$(configdir)
 
 
 mostlyclean-generic:
+       -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
 clean-generic:
+       -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
 distclean-generic:
-       -rm -f Makefile $(CONFIG_CLEAN_FILES)
+       -rm -f Makefile $(DISTCLEANFILES)
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
+       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
+       -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
                mostlyclean-noinstPROGRAMS mostlyclean-rpmbinPROGRAMS \
                mostlyclean-compile mostlyclean-tags mostlyclean-depend \
index db16e20..6eb2ad8 100644 (file)
--- a/install.c
+++ b/install.c
@@ -92,7 +92,7 @@ int doInstall(const char * rootdir, const char ** argv, int installFlags,
     int transFlags = 0;
     rpmProblemSet probs, finalProbs;
     int dbIsOpen = 0;
-    char ** sourcePackages;
+    const char ** sourcePackages;
 
     if (installFlags & RPMINSTALL_TEST) 
        mode = O_RDONLY;
@@ -282,7 +282,7 @@ int doInstall(const char * rootdir, const char ** argv, int installFlags,
            }
 
            numFailed += rpmInstallSourcePackage(rootdir, fd, NULL,
-                           showProgress, notifyFlags, NULL);
+                           showProgress, (void *) notifyFlags, NULL);
 
            fdClose(fd);
        }
index f99f6d4..9a58728 100644 (file)
@@ -9,7 +9,7 @@ static void alMakeIndex(struct availableList * al);
 static void alCreate(struct availableList * al);
 static void alFreeIndex(struct availableList * al);
 static void alFree(struct availableList * al);
-static void alAddPackage(struct availableList * al, Header h, void * key,
+static void alAddPackage(struct availableList * al, Header h, const void * key,
                         FD_t fd, rpmRelocation * relocs);
 
 static int intcmp(const void * a, const void *b);
@@ -68,7 +68,7 @@ static void alFree(struct availableList * al) {
     alFreeIndex(al);
 }
 
-static void alAddPackage(struct availableList * al, Header h, void * key,
+static void alAddPackage(struct availableList * al, Header h, const void * key,
                         FD_t fd, rpmRelocation * relocs) {
     struct availablePackage * p;
 
@@ -194,7 +194,7 @@ int intcmp(const void * a, const void *b) {
     return 1;
 }
 
-rpmTransactionSet rpmtransCreateSet(rpmdb db, char * root) {
+rpmTransactionSet rpmtransCreateSet(rpmdb db, const char * root) {
     rpmTransactionSet rpmdep;
     int rootLength;
 
@@ -228,7 +228,7 @@ rpmTransactionSet rpmtransCreateSet(rpmdb db, char * root) {
 }
 
 int rpmtransAddPackage(rpmTransactionSet rpmdep, Header h, FD_t fd,
-                       void * key, int upgrade, rpmRelocation * relocs) {
+                       const void * key, int upgrade, rpmRelocation * relocs) {
     /* this is an install followed by uninstalls */
     dbiIndexSet matches;
     char * name;
@@ -246,7 +246,7 @@ int rpmtransAddPackage(rpmTransactionSet rpmdep, Header h, FD_t fd,
    
     alAddPackage(&rpmdep->addedPackages, h, key, fd, relocs);
 
-    if (!upgrade || rpmdep->db == NULL) return;
+    if (!upgrade || rpmdep->db == NULL) return 0;
 
     headerGetEntry(h, RPMTAG_NAME, NULL, (void *) &name, &count);
 
@@ -272,6 +272,8 @@ int rpmtransAddPackage(rpmTransactionSet rpmdep, Header h, FD_t fd,
 
        free(obsoletes);
     }
+
+       return 0;
 }
 
 void rpmtransAvailablePackage(rpmTransactionSet rpmdep, Header h, void * key) {
index a7f0c21..495bb3b 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 1999-01-06 19:42-0500\n"
+"POT-Creation-Date: 1999-01-07 21:55-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -223,112 +223,112 @@ msgstr ""
 msgid "Unknown or unexpected error"
 msgstr ""
 
-#: ../install.c:99
+#: ../install.c:105
 msgid "counting packages to install\n"
 msgstr ""
 
-#: ../install.c:104
+#: ../install.c:109
 #, c-format
 msgid "found %d packages\n"
 msgstr ""
 
-#: ../install.c:113
+#: ../install.c:118
 msgid "looking for packages to download\n"
 msgstr ""
 
-#: ../install.c:126
+#: ../install.c:129
 #, c-format
 msgid "Retrieving %s\n"
 msgstr ""
 
-#: ../install.c:133
+#: ../install.c:137
 #, c-format
 msgid " ... as %s\n"
 msgstr ""
 
-#: ../install.c:137
+#: ../install.c:141
 #, c-format
 msgid "skipping %s - transfer failed - %s\n"
 msgstr ""
 
-#: ../install.c:152
+#: ../install.c:158
 #, c-format
 msgid "retrieved %d packages\n"
 msgstr ""
 
-#: ../install.c:160
+#: ../install.c:167 ../install.c:279
 #, c-format
 msgid "cannot open file %s\n"
 msgstr ""
 
-#: ../install.c:171 ../lib/query.c:478
+#: ../install.c:179 ../lib/query.c:478
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: ../install.c:176 ../install.c:197 ../install.c:406
+#: ../install.c:183 ../install.c:419
 #, c-format
 msgid "%s cannot be installed\n"
 msgstr ""
 
-#: ../install.c:186
+#: ../install.c:195
 #, c-format
-msgid "test install source rpm %s\n"
-msgstr ""
-
-#: ../install.c:191 ../install.c:401
-#, c-format
-msgid "Installing %s\n"
+msgid "opening database mode: 0%o\n"
 msgstr ""
 
-#: ../install.c:204
+#: ../install.c:202 ../install.c:332
 #, c-format
-msgid "opening database mode: 0%o\n"
+msgid "cannot open %s/packages.rpm\n"
 msgstr ""
 
-#: ../install.c:208 ../install.c:319
+#: ../install.c:220
 #, c-format
-msgid "cannot open %s/packages.rpm\n"
+msgid "found %d source and %d binary packages\n"
 msgstr ""
 
-#: ../install.c:232
+#: ../install.c:230
 msgid "failed dependencies:\n"
 msgstr ""
 
-#: ../install.c:248
+#: ../install.c:246
 msgid "installing binary packages\n"
 msgstr ""
 
-#: ../install.c:330 ../lib/query.c:614 ../verify.c:243
+#: ../install.c:343 ../lib/query.c:614 ../verify.c:243
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
 
-#: ../install.c:334
+#: ../install.c:347
 #, c-format
 msgid "searching for package %s\n"
 msgstr ""
 
-#: ../install.c:343
+#: ../install.c:356
 #, c-format
 msgid "\"%s\" specifies multiple packages\n"
 msgstr ""
 
-#: ../install.c:369
+#: ../install.c:382
 msgid "removing these packages would break dependencies:\n"
 msgstr ""
 
-#: ../install.c:396
+#: ../install.c:409
 #, c-format
 msgid "cannot open %s\n"
 msgstr ""
 
-#: ../install.c:445
+#: ../install.c:414
+#, c-format
+msgid "Installing %s\n"
+msgstr ""
+
+#: ../install.c:458
 #, c-format
 msgid " is needed by %s-%s-%s\n"
 msgstr ""
 
-#: ../install.c:448
+#: ../install.c:461
 #, c-format
 msgid " conflicts with %s-%s-%s\n"
 msgstr ""
@@ -2173,31 +2173,31 @@ msgstr ""
 msgid "error removing record %s into %s"
 msgstr ""
 
-#: ../lib/depends.c:365 ../lib/depends.c:524
+#: ../lib/depends.c:371 ../lib/depends.c:530
 #, c-format
 msgid "cannot read header at %d for dependency check"
 msgstr ""
 
-#: ../lib/depends.c:430
+#: ../lib/depends.c:436
 #, c-format
 msgid "dependencies: looking for %s\n"
 msgstr ""
 
-#: ../lib/depends.c:617
+#: ../lib/depends.c:623
 #, c-format
 msgid "package %s require not satisfied: %s\n"
 msgstr ""
 
-#: ../lib/depends.c:660
+#: ../lib/depends.c:666
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: ../lib/depends.c:760
+#: ../lib/depends.c:766
 msgid "dbrecMatchesDepFlags() failed to read header"
 msgstr ""
 
-#: ../lib/depends.c:812
+#: ../lib/depends.c:818
 #, c-format
 msgid "loop in prerequisite chain: %s"
 msgstr ""
@@ -2314,102 +2314,102 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: ../lib/install.c:78
+#: ../lib/install.c:74
 msgid "source package expected, binary found"
 msgstr ""
 
-#: ../lib/install.c:175
+#: ../lib/install.c:169
 #, c-format
 msgid "not installing %s -- linguas\n"
 msgstr ""
 
-#: ../lib/install.c:180 ../lib/uninstall.c:111
+#: ../lib/install.c:174 ../lib/uninstall.c:111
 #, c-format
 msgid "   file: %s action: %s\n"
 msgstr ""
 
-#: ../lib/install.c:200
+#: ../lib/install.c:194
 #, c-format
 msgid "user %s does not exist - using root"
 msgstr ""
 
-#: ../lib/install.c:208
+#: ../lib/install.c:202
 #, c-format
 msgid "group %s does not exist - using root"
 msgstr ""
 
-#: ../lib/install.c:232
+#: ../lib/install.c:226
 msgid "instchangelog value in rpmrc should be a number, but isn't"
 msgstr ""
 
-#: ../lib/install.c:298
+#: ../lib/install.c:292
 #, c-format
 msgid "package: %s-%s-%s files test = %d\n"
 msgstr ""
 
-#: ../lib/install.c:363
+#: ../lib/install.c:348
 msgid "stopping install as we're running --test\n"
 msgstr ""
 
-#: ../lib/install.c:369
+#: ../lib/install.c:353
 msgid "running preinstall script (if any)\n"
 msgstr ""
 
-#: ../lib/install.c:400
+#: ../lib/install.c:384
 #, c-format
 msgid "warning: %s created as %s"
 msgstr ""
 
-#: ../lib/install.c:430
+#: ../lib/install.c:414
 #, c-format
 msgid "warning: %s saved as %s"
 msgstr ""
 
-#: ../lib/install.c:434 ../lib/install.c:785 ../lib/uninstall.c:342
+#: ../lib/install.c:418 ../lib/install.c:755 ../lib/uninstall.c:342
 #, c-format
 msgid "rename of %s to %s failed: %s"
 msgstr ""
 
-#: ../lib/install.c:526
+#: ../lib/install.c:504
 msgid "running postinstall script (if any)\n"
 msgstr ""
 
 #. this would probably be a good place to check if disk space
 #. was used up - if so, we should return a different error
-#: ../lib/install.c:628
+#: ../lib/install.c:609
 #, c-format
 msgid "unpacking of archive failed on file %s: %s"
 msgstr ""
 
-#: ../lib/install.c:670
+#: ../lib/install.c:647
 msgid "installing a source package\n"
 msgstr ""
 
-#: ../lib/install.c:676 ../lib/install.c:682
+#: ../lib/install.c:653 ../lib/install.c:659
 #, c-format
 msgid "cannot write to %s"
 msgstr ""
 
-#: ../lib/install.c:687
+#: ../lib/install.c:664
 #, c-format
 msgid "sources in: %s\n"
 msgstr ""
 
-#: ../lib/install.c:688
+#: ../lib/install.c:665
 #, c-format
 msgid "spec file in: %s\n"
 msgstr ""
 
-#: ../lib/install.c:721 ../lib/install.c:762
+#: ../lib/install.c:698 ../lib/install.c:732
 msgid "source package contains no .spec file"
 msgstr ""
 
-#: ../lib/install.c:783
+#: ../lib/install.c:753
 #, c-format
 msgid "renaming %s to %s\n"
 msgstr ""
 
-#: ../lib/install.c:906
+#: ../lib/install.c:876
 #, c-format
 msgid "package %s-%s-%s (which is newer) is already installed"
 msgstr ""