- disable rpmlib(VersionedDependencies) by defining _noVersionedDependencies.
authorjbj <devnull@localhost>
Mon, 14 Aug 2000 13:25:09 +0000 (13:25 +0000)
committerjbj <devnull@localhost>
Mon, 14 Aug 2000 13:25:09 +0000 (13:25 +0000)
- typo in configure.in (#16096).

CVS patchset: 4060
CVS date: 2000/08/14 13:25:09

CHANGES
build/parseReqs.c
configure.in
po/Makefile.in.in
po/rpm.pot

diff --git a/CHANGES b/CHANGES
index f27cfdd..fcf683c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        - support for rpmlib(...) internal feature dependencies.
        - display rpmlib provides when invoked with --showrc.
        - fix: compare versions if doing --freshen.
+       - disable rpmlib(VersionedDependencies) by defining _noVersionedDependencies.
 
 3.0.3 -> 3.0.4
        - use compressed filenames on install side.
index 394ba09..3a77c26 100644 (file)
@@ -148,7 +148,8 @@ int parseRCPOT(Spec spec, Package pkg, const char *field, int tag,
            case RPMTAG_PROVIDEFLAGS:
            case RPMTAG_OBSOLETEFLAGS:
                /* Add prereq on rpmlib that has versioned dependencies. */
-               rpmlibNeedsFeature(h, "VersionedDependencies", "3.0.3-1");
+               if (!rpmExpandNumeric("%{_noVersionedDependencies}"))
+                   rpmlibNeedsFeature(h, "VersionedDependencies", "3.0.3-1");
                break;
            default:
                break;
index 10a5793..4d2a430 100644 (file)
@@ -365,8 +365,7 @@ done
 dnl zlib-1.0.4 has not gzseek
 AC_CHECK_LIB(${zlib}, gzseek, [AC_DEFINE(HAVE_GZSEEK)])
 
-AC_CHECK_LIB(bz2, bzread, 
-  [LIBS="$LIBS -lbz2"; break], 
+AC_CHECK_LIB(bz2, bzread, [LIBS="$LIBS -lbz2"], 
    AC_CHECK_LIB(bz2, BZ2_bzread, [
      LIBS="$LIBS -lbz2"
      AC_DEFINE(HAVE_BZ2_1_0) ], 
index ba84e66..3023327 100644 (file)
@@ -224,6 +224,19 @@ update-po: Makefile
          fi; \
        done
 
+refresh-po: Makefile
+       catalogs='$(CATALOGS)'; \
+       for cat in $$catalogs; do \
+               lang=`echo $$cat | sed 's/.mo//'`; \
+               if $(MSGMERGE) $$lang.po $(NLSPACKAGE).pot > $$lang.pot ; then \
+                       echo "$(MSGMERGE) of $$lang succeeded" ; \
+                       mv -f $$lang.pot $$lang.po ; \
+               else \
+                       echo "$(MSGMERGE) of $$lang failed" ; \
+                       rm -f $$lang.pot ; \
+               fi \
+       done
+
 POTFILES: POTFILES.in
        ( if test 'x$(srcdir)' != 'x.'; then \
            posrcprefix='$(top_srcdir)/'; \
index 968c07e..90961d2 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-08-07 15:28-0400\n"
+"POT-Creation-Date: 2000-08-14 09:19-0400\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"
@@ -1607,57 +1607,57 @@ msgstr ""
 msgid "File not found by glob: %s"
 msgstr ""
 
-#: build/files.c:1231
+#: build/files.c:1230
 msgid "Could not open %%files file %s: %s"
 msgstr ""
 
-#: build/files.c:1238 build/pack.c:100
+#: build/files.c:1239 build/pack.c:100
 #, c-format
 msgid "line: %s"
 msgstr ""
 
-#: build/files.c:1565
+#: build/files.c:1566
 #, c-format
 msgid "Bad file: %s: %s"
 msgstr ""
 
-#: build/files.c:1577 build/parsePrep.c:34
+#: build/files.c:1578 build/parsePrep.c:34
 #, c-format
 msgid "Bad owner/group: %s"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:1632
+#: build/files.c:1633
 #, c-format
 msgid "Couldn't exec %s: %s"
 msgstr ""
 
-#: build/files.c:1637
+#: build/files.c:1638
 #, c-format
 msgid "Couldn't fork %s: %s"
 msgstr ""
 
-#: build/files.c:1719
+#: build/files.c:1720
 #, c-format
 msgid "%s failed"
 msgstr ""
 
-#: build/files.c:1723
+#: build/files.c:1724
 #, c-format
 msgid "failed to write all data to %s"
 msgstr ""
 
-#: build/files.c:1819
+#: build/files.c:1820
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:1847 build/files.c:1857
+#: build/files.c:1848 build/files.c:1858
 #, c-format
 msgid "Failed to find %s:"
 msgstr ""
 
-#: build/files.c:1967
+#: build/files.c:1968
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -2036,7 +2036,7 @@ msgstr ""
 msgid "line %d: Versioned file name not permitted: %s"
 msgstr ""
 
-#: build/parseReqs.c:169
+#: build/parseReqs.c:170
 #, c-format
 msgid "line %d: Version required: %s"
 msgstr ""