From 40fef4d37a862deb03193f94e88ce7ea07012cdf Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Thu, 27 Aug 2015 01:11:01 +0000 Subject: [PATCH] Atualizando URL para o novo portal --- autogen.sh | 2 +- pw3270.spec.in | 1 + src/pw3270/dialog.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index e851783..8cb632a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -41,7 +41,7 @@ fi if test -z $PACKAGE_SOURCE ; then echo "Can“t detect package source, using default one" - PACKAGE_SOURCE="http://www.softwarepublico.gov.br/dotlrn/clubs/pw3270" + PACKAGE_SOURCE="https://portal.softwarepublico.gov.br/social/pw3270/" fi echo "PACKAGE_REVISION=$PACKAGE_REVISION" > $srcdir/revision diff --git a/pw3270.spec.in b/pw3270.spec.in index fe4966b..310c670 100644 --- a/pw3270.spec.in +++ b/pw3270.spec.in @@ -79,6 +79,7 @@ Version: @PACKAGE_VERSION@ Release: %_release Summary: IBM 3270 Terminal emulator for gtk Source: %{name}-%{version}.tar.bz2 +Url: https://portal.softwarepublico.gov.br/social/pw3270/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: openssl shared-mime-info lib3270 = @PACKAGE_VERSION@ Provides: lib@PACKAGE@ = @PACKAGE_VERSION@ lib@PACKAGE@.so = @PACKAGE_VERSION@ diff --git a/src/pw3270/dialog.c b/src/pw3270/dialog.c index d80d10c..fb6ea6c 100644 --- a/src/pw3270/dialog.c +++ b/src/pw3270/dialog.c @@ -507,7 +507,7 @@ gtk_about_dialog_set_license(dialog, gettext( license ) ); gtk_about_dialog_set_wrap_license(dialog,TRUE); - gtk_about_dialog_set_website(dialog,"http://www.softwarepublico.gov.br/dotlrn/clubs/pw3270"); + gtk_about_dialog_set_website(dialog,"https://portal.softwarepublico.gov.br/social/pw3270/"); gtk_about_dialog_set_website_label(dialog,_( "Brazilian Public Software Portal" )); gtk_about_dialog_set_authors(dialog,authors); -- libgit2 0.21.2