parent
f9ed8f7bdc
commit
13bc365916
18
po/rpm.pot
18
po/rpm.pot
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 1999-07-27 17:31-0400\n"
|
||||
"POT-Creation-Date: 1999-08-02 13:17-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"
|
||||
|
@ -2318,39 +2318,39 @@ msgstr ""
|
|||
msgid "Macro %%%s (%s) was not used below level %d"
|
||||
msgstr ""
|
||||
|
||||
#: ../lib/macro.c:657
|
||||
#: ../lib/macro.c:664
|
||||
#, c-format
|
||||
msgid "Unknown option %c in %s(%s)"
|
||||
msgstr ""
|
||||
|
||||
#: ../lib/macro.c:832
|
||||
#: ../lib/macro.c:839
|
||||
#, c-format
|
||||
msgid "Recursion depth(%d) greater than max(%d)"
|
||||
msgstr ""
|
||||
|
||||
#: ../lib/macro.c:888 ../lib/macro.c:904
|
||||
#: ../lib/macro.c:905 ../lib/macro.c:921
|
||||
#, c-format
|
||||
msgid "Unterminated %c: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../lib/macro.c:937
|
||||
#: ../lib/macro.c:961
|
||||
msgid "A %% is followed by an unparseable macro"
|
||||
msgstr ""
|
||||
|
||||
#: ../lib/macro.c:1060
|
||||
#: ../lib/macro.c:1084
|
||||
msgid "Macro %%%.*s not found, skipping"
|
||||
msgstr ""
|
||||
|
||||
#: ../lib/macro.c:1138
|
||||
#: ../lib/macro.c:1165
|
||||
msgid "Target buffer overflow"
|
||||
msgstr ""
|
||||
|
||||
#: ../lib/macro.c:1285 ../lib/macro.c:1293
|
||||
#: ../lib/macro.c:1312 ../lib/macro.c:1320
|
||||
#, c-format
|
||||
msgid "File %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../lib/macro.c:1296
|
||||
#: ../lib/macro.c:1323
|
||||
#, c-format
|
||||
msgid "File %s is smaller than %d bytes"
|
||||
msgstr ""
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 1999-07-27 17:51-0400\n"
|
||||
"POT-Creation-Date: 1999-07-27 18:20-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"
|
||||
|
|
3
rpm.spec
3
rpm.spec
|
@ -2,13 +2,14 @@ Summary: The Red Hat package management system.
|
|||
Name: rpm
|
||||
%define version 3.0.3
|
||||
Version: %{version}
|
||||
Release: 0.9
|
||||
Release: 0.10
|
||||
Group: System Environment/Base
|
||||
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/rpm-%{version}.tar.gz
|
||||
Copyright: GPL
|
||||
Conflicts: patch < 2.5
|
||||
%ifos linux
|
||||
Prereq: gawk fileutils textutils sh-utils mktemp
|
||||
BuildRequires: bzip2 >= 0.9.0c-2
|
||||
#BuildRequires: python-devel = 1.5.1
|
||||
%endif
|
||||
BuildRoot: /var/tmp/%{name}-root
|
||||
|
|
Loading…
Reference in New Issue