9 Commits

Author SHA256 Message Date
657cf72743 Accepting request 1249049 from X11:terminals
- Removing fixed meson version.

OBS-URL: https://build.opensuse.org/request/show/1249049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libv3270?expand=0&rev=7
2025-02-28 16:38:54 +00:00
2d4273fc26 - Removing fixed meson version.
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/libv3270?expand=0&rev=36
2025-02-27 16:32:29 +00:00
2a72e830b0 Accepting request 1246813 from X11:terminals
Updating to version 5.5.0 and latest lib3270.

OBS-URL: https://build.opensuse.org/request/show/1246813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libv3270?expand=0&rev=6
2025-02-19 16:12:32 +00:00
OBS User buildservice-autocommit
0cb46647c5 baserev update by copy to link target
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/libv3270?expand=0&rev=35
2025-02-19 16:12:32 +00:00
OBS User buildservice-autocommit
b35afd0ec0 Updating link to change in openSUSE:Factory/libv3270 revision 6
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/libv3270?expand=0&rev=89435785bdb8a96ffbd66f5b0e53d165
2025-02-19 16:12:32 +00:00
60348c1747 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/libv3270?expand=0&rev=34 2025-02-19 13:05:00 +00:00
8837b36757 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/libv3270?expand=0&rev=33 2025-02-19 08:46:18 +00:00
f96ba2e24a OBS-URL: https://build.opensuse.org/package/show/X11:terminals/libv3270?expand=0&rev=32 2025-02-17 08:51:04 +00:00
c3b8f3557b Accepting request 1245415 from home:PerryWerneck:pw3270
- Update to version 5.5.0+git20241211:
  * Disabling glade catalog on windows build.
  * Disabling static libraries
  * Updating codeql workflow.
  * Fixing glade install.
  * Refactoring deb packages.
  * Adding link to documentation.
  * Fixing static sdk.
  * Fixing pkg-config control file.
  * Adding headers.
  * Updating windows resources.
  * Refactoring to meson build system.
  * Adding new color themes received by e-mail from Rudy Koetsier
  * Replacing Paul Mattes e-mail as requested.
  * Updating package control files.

OBS-URL: https://build.opensuse.org/request/show/1245415
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/libv3270?expand=0&rev=31
2025-02-17 08:43:56 +00:00
5 changed files with 42 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/PerryWerneck/libv3270.git</param>
<param name="changesrevision">ef9fa031296b18497f9f42ac7e2d11d1e9657196</param></service></servicedata>
<param name="changesrevision">0aacd27580ccebaf3e070ad3e5ada0f1cd270b43</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f591e16cbfb0a083027a4f54c63d9baee138b360ddbcd1a5b31d57e9158a6fad
size 207588

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91a6d2c7219d0b6d77e4922ef590bf4b4ab0c8d109f379b915f9e1d2e876ec1a
size 206932

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Feb 27 16:32:03 UTC 2025 - Perry Werneck <perry.werneck@gmail.com>
- Removing fixed meson version.
-------------------------------------------------------------------
Thu Dec 12 19:21:39 UTC 2024 - perry.werneck@gmail.com
- Update to version 5.5.0+git20241211:
* Disabling glade catalog on windows build.
* Disabling static libraries
* Updating codeql workflow.
* Fixing glade install.
* Refactoring deb packages.
* Adding link to documentation.
* Fixing static sdk.
* Fixing pkg-config control file.
* Adding headers.
* Updating windows resources.
* Refactoring to meson build system.
* Adding new color themes received by e-mail from Rudy Koetsier
* Replacing Paul Mattes e-mail as requested.
* Updating package control files.
-------------------------------------------------------------------
Sun Aug 18 15:24:29 UTC 2024 - perry.werneck@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package libv3270
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2008 Banco do Brasil S.A.
#
# All modifications and additions to the file contributed by third parties
@@ -18,23 +18,20 @@
Name: libv3270
Version: 5.4+git20240219
Version: 5.5.0+git20241211
Release: 0
Summary: 3270 Virtual Terminal for GTK
License: LGPL-3.0-only
URL: https://github.com/PerryWerneck/libv3270
Group: Development/Languages/C and C++
Source: libv3270-%{version}.tar.xz
BuildRequires: autoconf >= 2.61
BuildRequires: automake
BuildRequires: binutils
BuildRequires: coreutils
BuildRequires: gcc-c++
BuildRequires: gettext-devel
BuildRequires: libtool
BuildRequires: m4
BuildRequires: meson
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(lib3270) >= 5.4
BuildRequires: pkgconfig(lib3270) >= 5.5.0
Suggests: %{name}-config
@@ -85,16 +82,15 @@ This package provides a catalog for Glade to allow the use of V3270
widgets in Glade.
%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh
%configure --with-release=%{release} --disable-static
%autosetup
%meson
%build
make all %{?_smp_mflags}
%meson_build
%install
%make_install
%find_lang %{name}-%{MAJOR_VERSION}.%{MINOR_VERSION} langfiles
%meson_install
%find_lang libv3270-%{MAJOR_VERSION}.%{MINOR_VERSION} langfiles
%files -n %{name}-%{_libvrs} -f langfiles
%license LICENSE
@@ -102,19 +98,20 @@ make all %{?_smp_mflags}
%{_libdir}/%{name}.so.*
%files config
%dir %{_datadir}/%{_product}
%dir %{_datadir}/%{_product}/remap/
%config %{_datadir}/%{_product}/colors.conf
%config %{_datadir}/%{_product}/remap/*.xml
%config(noreplace) %{_datadir}/%{_product}/colors.conf
%config(noreplace) %{_datadir}/%{_product}/remap/*.xml
%files devel
%{_datadir}/pw3270/pot/*.pot
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/v3270.h
%{_includedir}/v3270
%files -n glade-catalog-v3270
%{_datadir}/glade/
%dir %{_datadir}/glade/
%{_datadir}/glade/*
%post -n %{name}-%{_libvrs} -p /sbin/ldconfig
%postun -n %{name}-%{_libvrs} -p /sbin/ldconfig