From: jbj Date: Thu, 22 Oct 1998 20:32:09 +0000 (+0000) Subject: Revert VERSION change. X-Git-Tag: tznext/4.11.0.1.tizen20130304~9591 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4cb02e48bb9d348f9d434f9f3791c8b93c22b19f;p=tools%2Flibrpm-tizen.git Revert VERSION change. CVS patchset: 2498 CVS date: 1998/10/22 20:32:09 --- diff --git a/popt/configure.in b/popt/configure.in index 38a20e1..0b0d0a8 100755 --- a/popt/configure.in +++ b/popt/configure.in @@ -59,5 +59,5 @@ AC_CHECK_FUNC(setreuid, [], [ AC_CHECK_LIB(ucb, setreuid, [if echo $LIBS | grep -- -lucb >/dev/null ;then :; else LIBS="$LIBS -lc -lucb" USEUCB=y;fi]) ]) -AC_OUTPUT([Makefile popt.spec po/Makefile.in], +AC_OUTPUT([Makefile po/Makefile.in], [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile]) diff --git a/popt/po/popt.pot b/popt/po/popt.pot index 77169cb..dedc6f7 100644 --- a/popt/po/popt.pot +++ b/popt/po/popt.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1998-10-22 15:37-0400\n" +"POT-Creation-Date: 1998-10-22 16:16-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/popt/popt.spec.in b/popt/popt.spec similarity index 98% rename from popt/popt.spec.in rename to popt/popt.spec index af2b600..adfea95 100644 --- a/popt/popt.spec.in +++ b/popt/popt.spec @@ -1,6 +1,6 @@ Summary: C library for parsing command line parameters Name: popt -Version: @VERSION@ +Version: 1.2 Release: 1 Copyright: LGPL Group: Libraries