Commit e17c793112b60a1a663a4211a95f2053a5d0647f

Authored by Perry Werneck
1 parent d198ee83

Ajustes para empacotamento.

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