Commit e4ae66ef734b1ad52e21e483c35f60d79342b384
1 parent
06558910
Exists in
master
and in
5 other branches
Corrigindo erro no empacotamento em centos
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
locale/pw3270.pot
... | ... | @@ -9,7 +9,7 @@ msgstr "" |
9 | 9 | "#-#-#-#-# lib3270.pot (PACKAGE VERSION) #-#-#-#-#\n" |
10 | 10 | "Project-Id-Version: PACKAGE VERSION\n" |
11 | 11 | "Report-Msgid-Bugs-To: \n" |
12 | -"POT-Creation-Date: 2018-04-05 14:19-0300\n" | |
12 | +"POT-Creation-Date: 2018-04-05 14:51-0300\n" | |
13 | 13 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
14 | 14 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
15 | 15 | "Language-Team: LANGUAGE <LL@li.org>\n" |
... | ... | @@ -20,7 +20,7 @@ msgstr "" |
20 | 20 | "#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n" |
21 | 21 | "Project-Id-Version: PACKAGE VERSION\n" |
22 | 22 | "Report-Msgid-Bugs-To: \n" |
23 | -"POT-Creation-Date: 2018-04-05 14:19-0300\n" | |
23 | +"POT-Creation-Date: 2018-04-05 14:51-0300\n" | |
24 | 24 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
25 | 25 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
26 | 26 | "Language-Team: LANGUAGE <LL@li.org>\n" | ... | ... |
rpm/pw3270.spec
... | ... | @@ -83,6 +83,9 @@ BuildRequires: openssl-devel |
83 | 83 | BuildRequires: gtk3-devel |
84 | 84 | BuildRequires: librsvg2-tools |
85 | 85 | |
86 | +# Genmarshal do CENTOS não tem dependência do python! | |
87 | +BuildRequires: python | |
88 | + | |
86 | 89 | %endif |
87 | 90 | |
88 | 91 | #--[ Fedora ]--------------------------------------------------------------------------------------------------------- | ... | ... |