Commit e17c793112b60a1a663a4211a95f2053a5d0647f
1 parent
d198ee83
Exists in
master
and in
5 other branches
Ajustes para empacotamento.
Showing
1 changed file
with
8 additions
and
1 deletions
Show diff stats
rpm/pw3270.spec
... | ... | @@ -31,7 +31,7 @@ |
31 | 31 | #---[ Packaging ]----------------------------------------------------------------------------------------------------- |
32 | 32 | |
33 | 33 | Name: pw3270 |
34 | -Version: 5.1 | |
34 | +Version: 5.2 | |
35 | 35 | Release: 0 |
36 | 36 | Summary: IBM 3270 Terminal emulator for GTK |
37 | 37 | License: GPL-2.0 |
... | ... | @@ -211,12 +211,19 @@ Plugin exporting a DBUS object from every %{name} open session. |
211 | 211 | |
212 | 212 | %setup -q -n pw3270-%{version} |
213 | 213 | |
214 | +mkdir -p scripts | |
215 | +automake --add-missing 2> /dev/null | true | |
216 | + | |
214 | 217 | aclocal |
215 | 218 | autoconf |
219 | + | |
220 | +NOCONFIGURE=1 ./modules/lib3270/autogen.sh | |
221 | + | |
216 | 222 | %configure --with-release=%{release} |
217 | 223 | |
218 | 224 | %build |
219 | 225 | make clean |
226 | + | |
220 | 227 | # parallel build is broken |
221 | 228 | make all -j1 |
222 | 229 | ... | ... |