From 31f7875048c78ddeee25ee7dd0cb78c7a16c0944 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 31 May 2019 10:09:15 -0300 Subject: [PATCH] Fixing package gen. --- rpm/_service | 4 ++-- rpm/libv3270.spec | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/rpm/_service b/rpm/_service index 4b2403b..b68454b 100644 --- a/rpm/_service +++ b/rpm/_service @@ -11,18 +11,18 @@ https://github.com/PerryWerneck/libv3270.git enable + perry.werneck@gmail.com + @PARENT_TAG@ git - *.tar diff --git a/rpm/libv3270.spec b/rpm/libv3270.spec index 7b51373..4877eb1 100644 --- a/rpm/libv3270.spec +++ b/rpm/libv3270.spec @@ -43,7 +43,7 @@ Release: 0 License: LGPL-3.0 Source: libv3270-%{version}.tar.xz -Url: https://portal.softwarepublico.gov.br/social/pw3270/ +Url: https://github.com/PerryWerneck/libv3270.git Group: Development/Libraries/C and C++ BuildRoot: /var/tmp/%{name}-%{version} @@ -77,6 +77,11 @@ BuildRequires: gtk3-devel BuildRequires: libgladeui-2-6 %endif +%if 0%{?centos_version} +# centos requires python for genmarshal +BuildRequires: python +%endif + %description Originally designed as part of the pw3270 application this library provides a TN3270 virtual terminal widget for GTK 3. -- libgit2 0.21.2