From 09d8d581c657abccf192616c7da87c1ea1496309 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 4 Jun 2020 09:04:28 -0300 Subject: [PATCH] Updating package control files. --- arch/PKGBUILD | 2 +- debian/control | 2 +- debian/lib3270.dsc | 6 +++--- rpm/_service | 44 +++++++++++++++++--------------------------- rpm/lib3270.spec | 3 ++- 5 files changed, 24 insertions(+), 33 deletions(-) diff --git a/arch/PKGBUILD b/arch/PKGBUILD index 4800292..3e54949 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -3,7 +3,7 @@ pkgname=lib3270 pkgver=5.3 -pkgrel=1 +pkgrel=2 pkgdesc="TN3270 Access library" url="https://github.com/PerryWerneck/lib3270/" arch=(i686 x86_64) diff --git a/debian/control b/debian/control index ef4cd05..59c36da 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Description: TN3270 Access library development files. Package: lib3270-dbg Architecture: any -Depends: lib3270 (= ${binary:Version}), ${misc:Depends} +Depends: lib3270 (= ${binary:Version}) Description: Debugging symbols for lib3270 This package contains the debugging symbols for lib3270. diff --git a/debian/lib3270.dsc b/debian/lib3270.dsc index 95657f3..2b5a05b 100644 --- a/debian/lib3270.dsc +++ b/debian/lib3270.dsc @@ -1,13 +1,13 @@ Format: 1.0 Source: lib3270 -Version: 5.2-0 +Version: 5.3-0 Binary: lib3270 Maintainer: Perry Werneck Architecture: any Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, gettext, libssl-dev, libcurl4-openssl-dev Standards-Version: 3.9.1.0 -DEBTRANSFORM-RELEASE: 0 +DEBTRANSFORM-RELEASE: 1 Files: - 00000000000000000000000000000000 000000 lib3270-5.2.tar.bz2 + 00000000000000000000000000000000 000000 lib3270-5.3.tar.bz2 diff --git a/rpm/_service b/rpm/_service index 01a99d8..b6c3e4f 100644 --- a/rpm/_service +++ b/rpm/_service @@ -2,26 +2,18 @@ - - - - enable - perry.werneck@gmail.com - - https://github.com/PerryWerneck/lib3270.git + enable + perry.werneck@gmail.com + https://github.com/PerryWerneck/lib3270.git @PARENT_TAG@ git - - + *.tar @@ -34,37 +26,35 @@ debian.changelog - + - + - + + + *.tar + */debian/shlibs + debian.shlibs - --> - + *.tar */debian/compat debian.compat - - *.tar xz diff --git a/rpm/lib3270.spec b/rpm/lib3270.spec index c3325ff..17dda34 100644 --- a/rpm/lib3270.spec +++ b/rpm/lib3270.spec @@ -85,7 +85,8 @@ Header files for the TN3270 access library. NOCONFIGURE=1 \ ./autogen.sh -%configure +%configure \ + --with-release=%{release} %build make all %{?_smp_mflags} -- libgit2 0.21.2