Commit f72f3e2b6ac75e6c9e11ca260ea4b0eec4f3c0fb

Authored by Perry Werneck
1 parent eaa4d1b6
Exists in master and in 1 other branch develop

Updating package control files.

@@ -2,8 +2,8 @@ @@ -2,8 +2,8 @@
2 2
3 pkgname=libv3270 3 pkgname=libv3270
4 4
5 -pkgver=5.2  
6 -pkgrel=2 5 +pkgver=5.3
  6 +pkgrel=0
7 pkgdesc="3270 Virtual Terminal for GTK" 7 pkgdesc="3270 Virtual Terminal for GTK"
8 url="https://portal.softwarepublico.gov.br/social/pw3270/" 8 url="https://portal.softwarepublico.gov.br/social/pw3270/"
9 arch=(i686 x86_64) 9 arch=(i686 x86_64)
@@ -60,8 +60,6 @@ install: build @@ -60,8 +60,6 @@ install: build
60 60
61 # Install dev 61 # Install dev
62 make DESTDIR=$(PWD)/debian/$(PACKAGE_NAME)-dev install-dev 62 make DESTDIR=$(PWD)/debian/$(PACKAGE_NAME)-dev install-dev
63 - mkdir -p $(PWD)/debian/$(PACKAGE_NAME)-dev/usr/lib  
64 - mv $(PWD)/debian/$(PACKAGE_NAME)/usr/lib/*.so $(PWD)/debian/$(PACKAGE_NAME)-dev/usr/lib  
65 63
66 # Install glade 64 # Install glade
67 make DESTDIR=$(PWD)/debian/libv3270-glade install-glade 65 make DESTDIR=$(PWD)/debian/libv3270-glade install-glade
rpm/libv3270.spec
@@ -32,7 +32,7 @@ BuildRequires: gcc-c++ @@ -32,7 +32,7 @@ BuildRequires: gcc-c++
32 BuildRequires: gettext-devel 32 BuildRequires: gettext-devel
33 BuildRequires: m4 33 BuildRequires: m4
34 BuildRequires: pkgconfig(gtk+-3.0) 34 BuildRequires: pkgconfig(gtk+-3.0)
35 -BuildRequires: pkgconfig(lib3270) >= %{version} 35 +BuildRequires: pkgconfig(lib3270) >= 5.3
36 %if 0%{?centos_version} 36 %if 0%{?centos_version}
37 # CENTOS Genmarshal doesn't depend on python! 37 # CENTOS Genmarshal doesn't depend on python!
38 BuildRequires: python 38 BuildRequires: python
@@ -46,7 +46,7 @@ provides a TN3270 virtual terminal widget for GTK 3. @@ -46,7 +46,7 @@ provides a TN3270 virtual terminal widget for GTK 3.
46 For more details, see https://softwarepublico.gov.br/social/pw3270/ . 46 For more details, see https://softwarepublico.gov.br/social/pw3270/ .
47 47
48 %define MAJOR_VERSION %(echo %{version} | cut -d. -f1) 48 %define MAJOR_VERSION %(echo %{version} | cut -d. -f1)
49 -%define MINOR_VERSION %(echo %{version} | cut -d. -f2) 49 +%define MINOR_VERSION %(echo %{version} | cut -d. -f2 | cut -d+ -f1)
50 %define _libvrs %{MAJOR_VERSION}_%{MINOR_VERSION} 50 %define _libvrs %{MAJOR_VERSION}_%{MINOR_VERSION}
51 %define _product %(pkg-config --variable=product_name lib3270) 51 %define _product %(pkg-config --variable=product_name lib3270)
52 52