From 95c5eef77011d60328864882541c5736275245d2 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sun, 6 Oct 2019 10:48:11 -0300 Subject: [PATCH] Updating and fixing windows builds. --- win/mingw32-pw3270.spec | 182 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- win/mingw64-pw3270.spec | 211 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- win/pack.sh | 3 ++- win/pw3270.nsi.in | 8 ++++++++ win/x86_32/mingw32-pw3270.spec | 182 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ win/x86_64/mingw64-pw3270.spec | 211 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 403 insertions(+), 394 deletions(-) delete mode 100644 win/mingw32-pw3270.spec delete mode 100644 win/mingw64-pw3270.spec create mode 100644 win/x86_32/mingw32-pw3270.spec create mode 100644 win/x86_64/mingw64-pw3270.spec diff --git a/win/mingw32-pw3270.spec b/win/mingw32-pw3270.spec deleted file mode 100644 index b49868e..0000000 --- a/win/mingw32-pw3270.spec +++ /dev/null @@ -1,182 +0,0 @@ -# -# spec file for package mingw32-pw3270 -# -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (C) <2008> -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - -%define MAJOR_VERSION 5 -%define MINOR_VERSION 2 - -%define __strip %{_mingw32_strip} -%define __objdump %{_mingw32_objdump} -%define _use_internal_dependency_generator 0 -%define __find_requires %{_mingw32_findrequires} -%define __find_provides %{_mingw32_findprovides} -%define __os_install_post %{_mingw32_debug_install_post} \ - %{_mingw32_install_post} - -#---[ Packaging ]----------------------------------------------------------------------------------------------------- - -Name: mingw32-pw3270 -Version: 5.2 -Release: 0 -Summary: IBM 3270 Terminal emulator for GTK -License: GPL-2.0 -Group: System/X11/Terminals -Url: http://www.softwarepublico.gov.br/dotlrn/clubs/pw3270 -Source: pw3270-%{version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -Provides: mingw32-pw3270-%{MAJOR_VERSION}_%{MINOR_VERSION} -Conflicts: otherproviders(mingw32-pw3270-%{MAJOR_VERSION}_%{MINOR_VERSION}) - -Provides: mingw32(lib:pw3270) - -BuildRequires: autoconf -BuildRequires: automake - -BuildRequires: gettext-tools - -BuildRequires: rsvg-view -BuildRequires: glib2-devel -BuildRequires: pkgconfig(gtk+-3.0) - -BuildRequires: desktop-file-utils -BuildRequires: optipng - -BuildRequires: mingw32-cross-binutils -BuildRequires: mingw32-cross-gcc -BuildRequires: mingw32-cross-gcc-c++ -BuildRequires: mingw32-cross-pkg-config - -BuildRequires: mingw32-filesystem -BuildRequires: mingw32-libopenssl-devel -BuildRequires: mingw32-zlib-devel -BuildRequires: sed - -BuildRequires: mingw32(pkg:gtk+-win32-3.0) -BuildRequires: mingw32(pkg:lib3270) -BuildRequires: mingw32(pkg:libv3270) - -BuildRequires: ImageMagick - -#--------------------------------------------------------------------------------------------------------------------- - -%description -Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. -Based on the original x3270 code, pw3270 was originally created for Banco do Brasil, and is now used worldwide. - -#--[ Devel ]---------------------------------------------------------------------------------------------------------- - -%package devel -Summary: Files required for development of %{name} plugins -Group: Development/Libraries/C and C++ - -Requires: mingw32-pw3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} - -%description devel -Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. - -This package contains the development files for %{name} - -#---[ Build & Install ]----------------------------------------------------------------------------------------------- - -%prep - -%setup -q -n pw3270-%{version} -#%patch0 -p0 - -echo "m4_define([SVN_REVISION], %{release})" > revision.m4 -echo "m4_define([SVN_URL], http://softwarepublico.gov.br/gitlab/pw3270/principal.git)" >> revision.m4 -echo "m4_define([APP_LEVEL], 0)" >> revision.m4 - -find . -exec touch {} \; -aclocal -autoconf -%{_mingw32_configure} \ - --with-source-locales=%{_mingw32_datadir}/pw3270/pot - -echo --------------------------------------------------------- -cat Makefile -echo --------------------------------------------------------- - -%build -make clean -make all - -%{_mingw32_strip} --strip-all .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} -%{_mingw32_strip} --strip-all .bin/Release/*.exe - -%install -%{_mingw32_makeinstall} - -sed -i -e "s@^Version:.*@Version: %{version}@g" %{buildroot}%{_mingw32_libdir}/pkgconfig/pw3270.pc - -# Deprecated, remove them -rm -f %{buildroot}%{_mingw32_datadir}/pw3270/ui/80javasamples.xml -rm -f %{buildroot}%{_mingw32_datadir}/pw3270/ui/80rexx.xml - -%clean -rm -rf %{buildroot} - -#---[ Files ]--------------------------------------------------------------------------------------------------------- - -%files -%defattr(-,root,root) -%doc AUTHORS LICENSE - -# Main application -%dir %{_mingw32_datadir}/pw3270 -%dir %{_mingw32_datadir}/pw3270/ui -%dir %{_mingw32_datadir}/pw3270/charsets - -%{_mingw32_bindir}/pw3270.exe -%{_mingw32_libdir}/pw3270.dll -%{_mingw32_libdir}/pw3270.dll.%{MAJOR_VERSION} -%{_mingw32_libdir}/pw3270.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} - -%{_mingw32_datadir}/pw3270/ui/00default.xml -%{_mingw32_datadir}/pw3270/ui/10functions.xml -%{_mingw32_datadir}/pw3270/ui/10keypad.xml -%{_mingw32_datadir}/pw3270/colors.conf -%{_mingw32_datadir}/pw3270/pw3270.png -%{_mingw32_datadir}/pw3270/pw3270-logo.png -%{_mingw32_datadir}/pw3270/charsets/bracket.xml - -%dir %{_mingw32_datadir}/locale -%dir %{_mingw32_datadir}/locale/pt_BR -%dir %{_mingw32_datadir}/locale/pt_BR/LC_MESSAGES -%{_mingw32_datadir}/locale/pt_BR/LC_MESSAGES/pw3270.mo - -%dir %{_mingw32_libdir}/pw3270-plugins - -%files devel -%defattr(-,root,root) -%{_mingw32_includedir}/pw3270 -%{_mingw32_includedir}/pw3270.h -%{_mingw32_libdir}/pkgconfig/pw3270.pc -%{_mingw32_datadir}/pw3270/ui/98trace.xml -%{_mingw32_datadir}/pw3270/ui/99debug.xml - -%dir %{_mingw32_datadir}/pw3270/locale -%{_mingw32_datadir}/pw3270/locale/Makefile -%{_mingw32_datadir}/pw3270/locale/pt_BR.po -%{_mingw32_datadir}/pw3270/locale/pw3270.pot - -#%{_mingw32_includedir}/pw3270cpp.h -%{_mingw32_libdir}/libpw3270cpp.a - -%changelog - diff --git a/win/mingw64-pw3270.spec b/win/mingw64-pw3270.spec deleted file mode 100644 index 91ff8d5..0000000 --- a/win/mingw64-pw3270.spec +++ /dev/null @@ -1,211 +0,0 @@ -# -# spec file for package mingw64-pw3270 -# -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (C) <2008> -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - -%define MAJOR_VERSION 5 -%define MINOR_VERSION 1 - -%define __strip %{_mingw64_strip} -%define __objdump %{_mingw64_objdump} -%define _use_internal_dependency_generator 0 -%define __find_requires %{_mingw64_findrequires} -%define __find_provides %{_mingw64_findprovides} -%define __os_install_post %{_mingw64_debug_install_post} \ - %{_mingw64_install_post} - -#---[ Packaging ]----------------------------------------------------------------------------------------------------- - -Name: mingw64-pw3270 -Version: 5.1 -Release: 0 -Summary: IBM 3270 Terminal emulator for GTK -License: GPL-2.0 -Group: System/X11/Terminals -Url: http://www.softwarepublico.gov.br/dotlrn/clubs/pw3270 -Source: pw3270-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -Requires: mingw64-gtk3 -Requires: mingw64-lib3270 = %{version} - -Provides: mingw64(lib:pw3270) = %{version} -Requires: mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} - -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: rsvg-view -BuildRequires: gettext-tools -BuildRequires: glib2-devel -BuildRequires: pkgconfig(gtk+-3.0) - -BuildRequires: desktop-file-utils -BuildRequires: optipng - -BuildRequires: mingw64-cross-binutils -BuildRequires: mingw64-cross-gcc -BuildRequires: mingw64-cross-gcc-c++ -BuildRequires: mingw64-cross-pkg-config -BuildRequires: mingw64-filesystem -BuildRequires: mingw64-libopenssl-devel -BuildRequires: mingw64-zlib-devel -BuildRequires: sed - -BuildRequires: mingw64(pkg:gtk+-win32-3.0) - -#--------------------------------------------------------------------------------------------------------------------- - -%description -Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. -Based on the original x3270 code, pw3270 was originally created for Banco do Brasil, and is now used worldwide. - -#--[ lib3270 ]-------------------------------------------------------------------------------------------------------- - -%package -n mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} -Summary: 3270 Communication library for %{name} -Group: Development/Libraries/C and C++ - -Provides: mingw64-lib3270 = %{version} -Provides: mingw64(lib:3270) = %{version} - -%description -n mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} -Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. - -This package contains the tn3270 protocol library for %{name} - -#--[ Devel ]---------------------------------------------------------------------------------------------------------- - -%package -n mingw64-lib3270-devel -Summary: Devel for 3270 Communication library for %{name} -Group: Development/Libraries/C and C++ - -Requires: mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} -Provides: mingw64-lib3270-devel-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} -Requires: mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} - -%description -n mingw64-lib3270-devel -Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. -This package contains the development files for tn3270 protocol library for %{name} - -%package -n %{name}-devel -Summary: Files required for development of %{name} plugins -Group: Development/Libraries/C and C++ - -Requires: mingw64(lib:3270) = %{version} -Requires: mingw64(lib:pw3270) = %{version} - -%description -n %{name}-devel -Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. - -This package contains the development files for %{name} - -#---[ Build & Install ]----------------------------------------------------------------------------------------------- - -%prep - -%setup -q -n pw3270-%{version} - -echo "m4_define([SVN_REVISION], %{release})" > revision.m4 -echo "m4_define([SVN_URL], http://softwarepublico.gov.br/gitlab/pw3270/principal.git)" >> revision.m4 -echo "m4_define([APP_LEVEL], 0)" >> revision.m4 - -find . -exec touch {} \; -aclocal -autoconf -%{_mingw64_configure} - -%build -make clean -make all - -%{_mingw64_strip} --strip-all .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} -%{_mingw64_strip} --strip-all .bin/Release/*.exe -%{_mingw64_strip} --strip-all .bin/Release/plugins/*.dll - -%install -%{_mingw64_makeinstall} - -sed -i -e "s@^Version:.*@Version: %{version}@g" %{buildroot}%{_mingw64_libdir}/pkgconfig/lib3270.pc -sed -i -e "s@^Version:.*@Version: %{version}@g" %{buildroot}%{_mingw64_libdir}/pkgconfig/pw3270.pc - -rm -f %{buildroot}%{_mingw64_datadir}/pw3270/ui/80javasamples.xml -rm -f %{buildroot}%{_mingw64_datadir}/pw3270/ui/80rexx.xml - - -%clean -rm -rf %{buildroot} - -#---[ Files ]--------------------------------------------------------------------------------------------------------- - -%files -%defattr(-,root,root) -%doc AUTHORS LICENSE -# %{_mingw64_mandir}/*/* - -# Main application -%dir %{_mingw64_datadir}/pw3270 -%dir %{_mingw64_datadir}/pw3270/ui -%{_mingw64_bindir}/pw3270.exe -%{_mingw64_libdir}/pw3270.dll -%{_mingw64_libdir}/pw3270.dll.%{MAJOR_VERSION} -%{_mingw64_libdir}/pw3270.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} - -%{_mingw64_datadir}/pw3270/ui/00default.xml -%{_mingw64_datadir}/pw3270/ui/10functions.xml -%{_mingw64_datadir}/pw3270/ui/10keypad.xml -%{_mingw64_datadir}/pw3270/colors.conf -%{_mingw64_datadir}/pw3270/pw3270.png -%{_mingw64_datadir}/pw3270/pw3270-logo.png - -%dir %{_mingw64_datadir}/locale -%dir %{_mingw64_datadir}/locale/pt_BR -%dir %{_mingw64_datadir}/locale/pt_BR/LC_MESSAGES -%{_mingw64_datadir}/locale/pt_BR/LC_MESSAGES/pw3270.mo - -%dir %{_mingw64_libdir}/pw3270-plugins -%{_mingw64_libdir}/libhllapi.dll -%{_mingw64_libdir}/pw3270-plugins/hllapi.dll - -%files -n mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} -%defattr(-,root,root) -%{_mingw64_libdir}/lib3270.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} -%{_mingw64_libdir}/lib3270.dll.%{MAJOR_VERSION} -%{_mingw64_libdir}/lib3270.dll - -%files -n mingw64-lib3270-devel -%defattr(-,root,root) -%{_mingw64_includedir}/lib3270 -%{_mingw64_includedir}/lib3270.h -%{_mingw64_libdir}/pkgconfig/lib3270.pc - -%files -n %{name}-devel -%defattr(-,root,root) -%{_mingw64_includedir}/pw3270 -%{_mingw64_includedir}/pw3270.h -%{_mingw64_libdir}/pkgconfig/pw3270.pc -%{_mingw64_datadir}/pw3270/ui/98trace.xml -%{_mingw64_datadir}/pw3270/ui/99debug.xml - -%dir %{_mingw64_datadir}/pw3270/locale -%{_mingw64_datadir}/pw3270/locale/Makefile -%{_mingw64_datadir}/pw3270/locale/pt_BR.po -%{_mingw64_datadir}/pw3270/locale/pw3270.pot - -%{_mingw64_includedir}/pw3270cpp.h -%{_mingw64_libdir}/libpw3270cpp.a - -%changelog - diff --git a/win/pack.sh b/win/pack.sh index d034200..7ae6d1d 100755 --- a/win/pack.sh +++ b/win/pack.sh @@ -56,13 +56,14 @@ cleanup() failed() { echo "$@" - cleanup if [ "${PAUSE_ON_ERROR}" != "0" ]; then echo "Type exit to end build script" /bin/bash fi + cleanup + exit -1 } diff --git a/win/pw3270.nsi.in b/win/pw3270.nsi.in index f83d0c4..40d2c12 100644 --- a/win/pw3270.nsi.in +++ b/win/pw3270.nsi.in @@ -210,8 +210,16 @@ SubSection "@PRODUCT_NAME@" SecMain SubSectionEnd + SubSectionEnd +Section "Development Kit" SDK + + setOutPath $INSTDIR/sdk + file /r "include\*.*" + +SectionEnd + !ifdef WITHGTK Section /o "GTK+ Runtime" SecGTK diff --git a/win/x86_32/mingw32-pw3270.spec b/win/x86_32/mingw32-pw3270.spec new file mode 100644 index 0000000..b49868e --- /dev/null +++ b/win/x86_32/mingw32-pw3270.spec @@ -0,0 +1,182 @@ +# +# spec file for package mingw32-pw3270 +# +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (C) <2008> +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +%define MAJOR_VERSION 5 +%define MINOR_VERSION 2 + +%define __strip %{_mingw32_strip} +%define __objdump %{_mingw32_objdump} +%define _use_internal_dependency_generator 0 +%define __find_requires %{_mingw32_findrequires} +%define __find_provides %{_mingw32_findprovides} +%define __os_install_post %{_mingw32_debug_install_post} \ + %{_mingw32_install_post} + +#---[ Packaging ]----------------------------------------------------------------------------------------------------- + +Name: mingw32-pw3270 +Version: 5.2 +Release: 0 +Summary: IBM 3270 Terminal emulator for GTK +License: GPL-2.0 +Group: System/X11/Terminals +Url: http://www.softwarepublico.gov.br/dotlrn/clubs/pw3270 +Source: pw3270-%{version}.tar.xz +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +Provides: mingw32-pw3270-%{MAJOR_VERSION}_%{MINOR_VERSION} +Conflicts: otherproviders(mingw32-pw3270-%{MAJOR_VERSION}_%{MINOR_VERSION}) + +Provides: mingw32(lib:pw3270) + +BuildRequires: autoconf +BuildRequires: automake + +BuildRequires: gettext-tools + +BuildRequires: rsvg-view +BuildRequires: glib2-devel +BuildRequires: pkgconfig(gtk+-3.0) + +BuildRequires: desktop-file-utils +BuildRequires: optipng + +BuildRequires: mingw32-cross-binutils +BuildRequires: mingw32-cross-gcc +BuildRequires: mingw32-cross-gcc-c++ +BuildRequires: mingw32-cross-pkg-config + +BuildRequires: mingw32-filesystem +BuildRequires: mingw32-libopenssl-devel +BuildRequires: mingw32-zlib-devel +BuildRequires: sed + +BuildRequires: mingw32(pkg:gtk+-win32-3.0) +BuildRequires: mingw32(pkg:lib3270) +BuildRequires: mingw32(pkg:libv3270) + +BuildRequires: ImageMagick + +#--------------------------------------------------------------------------------------------------------------------- + +%description +Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. +Based on the original x3270 code, pw3270 was originally created for Banco do Brasil, and is now used worldwide. + +#--[ Devel ]---------------------------------------------------------------------------------------------------------- + +%package devel +Summary: Files required for development of %{name} plugins +Group: Development/Libraries/C and C++ + +Requires: mingw32-pw3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} + +%description devel +Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. + +This package contains the development files for %{name} + +#---[ Build & Install ]----------------------------------------------------------------------------------------------- + +%prep + +%setup -q -n pw3270-%{version} +#%patch0 -p0 + +echo "m4_define([SVN_REVISION], %{release})" > revision.m4 +echo "m4_define([SVN_URL], http://softwarepublico.gov.br/gitlab/pw3270/principal.git)" >> revision.m4 +echo "m4_define([APP_LEVEL], 0)" >> revision.m4 + +find . -exec touch {} \; +aclocal +autoconf +%{_mingw32_configure} \ + --with-source-locales=%{_mingw32_datadir}/pw3270/pot + +echo --------------------------------------------------------- +cat Makefile +echo --------------------------------------------------------- + +%build +make clean +make all + +%{_mingw32_strip} --strip-all .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} +%{_mingw32_strip} --strip-all .bin/Release/*.exe + +%install +%{_mingw32_makeinstall} + +sed -i -e "s@^Version:.*@Version: %{version}@g" %{buildroot}%{_mingw32_libdir}/pkgconfig/pw3270.pc + +# Deprecated, remove them +rm -f %{buildroot}%{_mingw32_datadir}/pw3270/ui/80javasamples.xml +rm -f %{buildroot}%{_mingw32_datadir}/pw3270/ui/80rexx.xml + +%clean +rm -rf %{buildroot} + +#---[ Files ]--------------------------------------------------------------------------------------------------------- + +%files +%defattr(-,root,root) +%doc AUTHORS LICENSE + +# Main application +%dir %{_mingw32_datadir}/pw3270 +%dir %{_mingw32_datadir}/pw3270/ui +%dir %{_mingw32_datadir}/pw3270/charsets + +%{_mingw32_bindir}/pw3270.exe +%{_mingw32_libdir}/pw3270.dll +%{_mingw32_libdir}/pw3270.dll.%{MAJOR_VERSION} +%{_mingw32_libdir}/pw3270.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} + +%{_mingw32_datadir}/pw3270/ui/00default.xml +%{_mingw32_datadir}/pw3270/ui/10functions.xml +%{_mingw32_datadir}/pw3270/ui/10keypad.xml +%{_mingw32_datadir}/pw3270/colors.conf +%{_mingw32_datadir}/pw3270/pw3270.png +%{_mingw32_datadir}/pw3270/pw3270-logo.png +%{_mingw32_datadir}/pw3270/charsets/bracket.xml + +%dir %{_mingw32_datadir}/locale +%dir %{_mingw32_datadir}/locale/pt_BR +%dir %{_mingw32_datadir}/locale/pt_BR/LC_MESSAGES +%{_mingw32_datadir}/locale/pt_BR/LC_MESSAGES/pw3270.mo + +%dir %{_mingw32_libdir}/pw3270-plugins + +%files devel +%defattr(-,root,root) +%{_mingw32_includedir}/pw3270 +%{_mingw32_includedir}/pw3270.h +%{_mingw32_libdir}/pkgconfig/pw3270.pc +%{_mingw32_datadir}/pw3270/ui/98trace.xml +%{_mingw32_datadir}/pw3270/ui/99debug.xml + +%dir %{_mingw32_datadir}/pw3270/locale +%{_mingw32_datadir}/pw3270/locale/Makefile +%{_mingw32_datadir}/pw3270/locale/pt_BR.po +%{_mingw32_datadir}/pw3270/locale/pw3270.pot + +#%{_mingw32_includedir}/pw3270cpp.h +%{_mingw32_libdir}/libpw3270cpp.a + +%changelog + diff --git a/win/x86_64/mingw64-pw3270.spec b/win/x86_64/mingw64-pw3270.spec new file mode 100644 index 0000000..91ff8d5 --- /dev/null +++ b/win/x86_64/mingw64-pw3270.spec @@ -0,0 +1,211 @@ +# +# spec file for package mingw64-pw3270 +# +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (C) <2008> +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +%define MAJOR_VERSION 5 +%define MINOR_VERSION 1 + +%define __strip %{_mingw64_strip} +%define __objdump %{_mingw64_objdump} +%define _use_internal_dependency_generator 0 +%define __find_requires %{_mingw64_findrequires} +%define __find_provides %{_mingw64_findprovides} +%define __os_install_post %{_mingw64_debug_install_post} \ + %{_mingw64_install_post} + +#---[ Packaging ]----------------------------------------------------------------------------------------------------- + +Name: mingw64-pw3270 +Version: 5.1 +Release: 0 +Summary: IBM 3270 Terminal emulator for GTK +License: GPL-2.0 +Group: System/X11/Terminals +Url: http://www.softwarepublico.gov.br/dotlrn/clubs/pw3270 +Source: pw3270-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +Requires: mingw64-gtk3 +Requires: mingw64-lib3270 = %{version} + +Provides: mingw64(lib:pw3270) = %{version} +Requires: mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} + +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: rsvg-view +BuildRequires: gettext-tools +BuildRequires: glib2-devel +BuildRequires: pkgconfig(gtk+-3.0) + +BuildRequires: desktop-file-utils +BuildRequires: optipng + +BuildRequires: mingw64-cross-binutils +BuildRequires: mingw64-cross-gcc +BuildRequires: mingw64-cross-gcc-c++ +BuildRequires: mingw64-cross-pkg-config +BuildRequires: mingw64-filesystem +BuildRequires: mingw64-libopenssl-devel +BuildRequires: mingw64-zlib-devel +BuildRequires: sed + +BuildRequires: mingw64(pkg:gtk+-win32-3.0) + +#--------------------------------------------------------------------------------------------------------------------- + +%description +Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. +Based on the original x3270 code, pw3270 was originally created for Banco do Brasil, and is now used worldwide. + +#--[ lib3270 ]-------------------------------------------------------------------------------------------------------- + +%package -n mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} +Summary: 3270 Communication library for %{name} +Group: Development/Libraries/C and C++ + +Provides: mingw64-lib3270 = %{version} +Provides: mingw64(lib:3270) = %{version} + +%description -n mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} +Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. + +This package contains the tn3270 protocol library for %{name} + +#--[ Devel ]---------------------------------------------------------------------------------------------------------- + +%package -n mingw64-lib3270-devel +Summary: Devel for 3270 Communication library for %{name} +Group: Development/Libraries/C and C++ + +Requires: mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} +Provides: mingw64-lib3270-devel-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} +Requires: mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} + +%description -n mingw64-lib3270-devel +Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. +This package contains the development files for tn3270 protocol library for %{name} + +%package -n %{name}-devel +Summary: Files required for development of %{name} plugins +Group: Development/Libraries/C and C++ + +Requires: mingw64(lib:3270) = %{version} +Requires: mingw64(lib:pw3270) = %{version} + +%description -n %{name}-devel +Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. + +This package contains the development files for %{name} + +#---[ Build & Install ]----------------------------------------------------------------------------------------------- + +%prep + +%setup -q -n pw3270-%{version} + +echo "m4_define([SVN_REVISION], %{release})" > revision.m4 +echo "m4_define([SVN_URL], http://softwarepublico.gov.br/gitlab/pw3270/principal.git)" >> revision.m4 +echo "m4_define([APP_LEVEL], 0)" >> revision.m4 + +find . -exec touch {} \; +aclocal +autoconf +%{_mingw64_configure} + +%build +make clean +make all + +%{_mingw64_strip} --strip-all .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} +%{_mingw64_strip} --strip-all .bin/Release/*.exe +%{_mingw64_strip} --strip-all .bin/Release/plugins/*.dll + +%install +%{_mingw64_makeinstall} + +sed -i -e "s@^Version:.*@Version: %{version}@g" %{buildroot}%{_mingw64_libdir}/pkgconfig/lib3270.pc +sed -i -e "s@^Version:.*@Version: %{version}@g" %{buildroot}%{_mingw64_libdir}/pkgconfig/pw3270.pc + +rm -f %{buildroot}%{_mingw64_datadir}/pw3270/ui/80javasamples.xml +rm -f %{buildroot}%{_mingw64_datadir}/pw3270/ui/80rexx.xml + + +%clean +rm -rf %{buildroot} + +#---[ Files ]--------------------------------------------------------------------------------------------------------- + +%files +%defattr(-,root,root) +%doc AUTHORS LICENSE +# %{_mingw64_mandir}/*/* + +# Main application +%dir %{_mingw64_datadir}/pw3270 +%dir %{_mingw64_datadir}/pw3270/ui +%{_mingw64_bindir}/pw3270.exe +%{_mingw64_libdir}/pw3270.dll +%{_mingw64_libdir}/pw3270.dll.%{MAJOR_VERSION} +%{_mingw64_libdir}/pw3270.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} + +%{_mingw64_datadir}/pw3270/ui/00default.xml +%{_mingw64_datadir}/pw3270/ui/10functions.xml +%{_mingw64_datadir}/pw3270/ui/10keypad.xml +%{_mingw64_datadir}/pw3270/colors.conf +%{_mingw64_datadir}/pw3270/pw3270.png +%{_mingw64_datadir}/pw3270/pw3270-logo.png + +%dir %{_mingw64_datadir}/locale +%dir %{_mingw64_datadir}/locale/pt_BR +%dir %{_mingw64_datadir}/locale/pt_BR/LC_MESSAGES +%{_mingw64_datadir}/locale/pt_BR/LC_MESSAGES/pw3270.mo + +%dir %{_mingw64_libdir}/pw3270-plugins +%{_mingw64_libdir}/libhllapi.dll +%{_mingw64_libdir}/pw3270-plugins/hllapi.dll + +%files -n mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} +%defattr(-,root,root) +%{_mingw64_libdir}/lib3270.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} +%{_mingw64_libdir}/lib3270.dll.%{MAJOR_VERSION} +%{_mingw64_libdir}/lib3270.dll + +%files -n mingw64-lib3270-devel +%defattr(-,root,root) +%{_mingw64_includedir}/lib3270 +%{_mingw64_includedir}/lib3270.h +%{_mingw64_libdir}/pkgconfig/lib3270.pc + +%files -n %{name}-devel +%defattr(-,root,root) +%{_mingw64_includedir}/pw3270 +%{_mingw64_includedir}/pw3270.h +%{_mingw64_libdir}/pkgconfig/pw3270.pc +%{_mingw64_datadir}/pw3270/ui/98trace.xml +%{_mingw64_datadir}/pw3270/ui/99debug.xml + +%dir %{_mingw64_datadir}/pw3270/locale +%{_mingw64_datadir}/pw3270/locale/Makefile +%{_mingw64_datadir}/pw3270/locale/pt_BR.po +%{_mingw64_datadir}/pw3270/locale/pw3270.pot + +%{_mingw64_includedir}/pw3270cpp.h +%{_mingw64_libdir}/libpw3270cpp.a + +%changelog + -- libgit2 0.21.2