From e17c793112b60a1a663a4211a95f2053a5d0647f Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 9 Nov 2018 17:03:03 -0200 Subject: [PATCH] Ajustes para empacotamento. --- rpm/pw3270.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rpm/pw3270.spec b/rpm/pw3270.spec index a5c6eff..f3f88b7 100644 --- a/rpm/pw3270.spec +++ b/rpm/pw3270.spec @@ -31,7 +31,7 @@ #---[ Packaging ]----------------------------------------------------------------------------------------------------- Name: pw3270 -Version: 5.1 +Version: 5.2 Release: 0 Summary: IBM 3270 Terminal emulator for GTK License: GPL-2.0 @@ -211,12 +211,19 @@ Plugin exporting a DBUS object from every %{name} open session. %setup -q -n pw3270-%{version} +mkdir -p scripts +automake --add-missing 2> /dev/null | true + aclocal autoconf + +NOCONFIGURE=1 ./modules/lib3270/autogen.sh + %configure --with-release=%{release} %build make clean + # parallel build is broken make all -j1 -- libgit2 0.21.2