Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 657cf72743 | |||
| 2d4273fc26 | |||
| 2a72e830b0 | |||
|
|
0cb46647c5 | ||
|
|
b35afd0ec0 | ||
| 60348c1747 | |||
| 8837b36757 | |||
| f96ba2e24a | |||
| c3b8f3557b |
@@ -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>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f591e16cbfb0a083027a4f54c63d9baee138b360ddbcd1a5b31d57e9158a6fad
|
||||
size 207588
|
||||
3
libv3270-5.5.0+git20241211.tar.xz
Normal file
3
libv3270-5.5.0+git20241211.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91a6d2c7219d0b6d77e4922ef590bf4b4ab0c8d109f379b915f9e1d2e876ec1a
|
||||
size 206932
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user