Commit 40fef4d37a862deb03193f94e88ce7ea07012cdf
1 parent
b39cf3f2
Exists in
master
and in
5 other branches
Atualizando URL para o novo portal
Showing
3 changed files
with
3 additions
and
2 deletions
Show diff stats
autogen.sh
| ... | ... | @@ -41,7 +41,7 @@ fi |
| 41 | 41 | |
| 42 | 42 | if test -z $PACKAGE_SOURCE ; then |
| 43 | 43 | echo "Can´t detect package source, using default one" |
| 44 | - PACKAGE_SOURCE="http://www.softwarepublico.gov.br/dotlrn/clubs/pw3270" | |
| 44 | + PACKAGE_SOURCE="https://portal.softwarepublico.gov.br/social/pw3270/" | |
| 45 | 45 | fi |
| 46 | 46 | |
| 47 | 47 | echo "PACKAGE_REVISION=$PACKAGE_REVISION" > $srcdir/revision | ... | ... |
pw3270.spec.in
| ... | ... | @@ -79,6 +79,7 @@ Version: @PACKAGE_VERSION@ |
| 79 | 79 | Release: %_release |
| 80 | 80 | Summary: IBM 3270 Terminal emulator for gtk |
| 81 | 81 | Source: %{name}-%{version}.tar.bz2 |
| 82 | +Url: https://portal.softwarepublico.gov.br/social/pw3270/ | |
| 82 | 83 | BuildRoot: %{_tmppath}/%{name}-%{version}-build |
| 83 | 84 | Requires: openssl shared-mime-info lib3270 = @PACKAGE_VERSION@ |
| 84 | 85 | Provides: lib@PACKAGE@ = @PACKAGE_VERSION@ lib@PACKAGE@.so = @PACKAGE_VERSION@ | ... | ... |
src/pw3270/dialog.c
| ... | ... | @@ -507,7 +507,7 @@ |
| 507 | 507 | gtk_about_dialog_set_license(dialog, gettext( license ) ); |
| 508 | 508 | gtk_about_dialog_set_wrap_license(dialog,TRUE); |
| 509 | 509 | |
| 510 | - gtk_about_dialog_set_website(dialog,"http://www.softwarepublico.gov.br/dotlrn/clubs/pw3270"); | |
| 510 | + gtk_about_dialog_set_website(dialog,"https://portal.softwarepublico.gov.br/social/pw3270/"); | |
| 511 | 511 | gtk_about_dialog_set_website_label(dialog,_( "Brazilian Public Software Portal" )); |
| 512 | 512 | |
| 513 | 513 | gtk_about_dialog_set_authors(dialog,authors); | ... | ... |