Commit 6ba51440f6083dcd9f371b04816498a9c73a0eed
1 parent
4aec5185
Exists in
master
and in
3 other branches
Updating package control files.
Showing
3 changed files
with
4 additions
and
3 deletions
Show diff stats
debian/control
@@ -2,7 +2,7 @@ Source: lib3270 | @@ -2,7 +2,7 @@ Source: lib3270 | ||
2 | Section: unknown | 2 | Section: unknown |
3 | Priority: optional | 3 | Priority: optional |
4 | Maintainer: Perry Werneck <perry.werneck@gmail.com> | 4 | Maintainer: Perry Werneck <perry.werneck@gmail.com> |
5 | -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, gettext, libssl-dev | 5 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, gettext, libssl-dev, libcurl4-openssl-dev |
6 | 6 | ||
7 | Package: lib3270 | 7 | Package: lib3270 |
8 | Architecture: any | 8 | Architecture: any |
debian/lib3270.dsc
@@ -4,7 +4,7 @@ Version: 5.2-0 | @@ -4,7 +4,7 @@ Version: 5.2-0 | ||
4 | Binary: lib3270 | 4 | Binary: lib3270 |
5 | Maintainer: Perry Werneck <perry.werneck@gmail.com> | 5 | Maintainer: Perry Werneck <perry.werneck@gmail.com> |
6 | Architecture: any | 6 | Architecture: any |
7 | -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, gettext, libssl-dev | 7 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, gettext, libssl-dev, libcurl4-openssl-dev |
8 | Standards-Version: 3.9.1.0 | 8 | Standards-Version: 3.9.1.0 |
9 | DEBTRANSFORM-RELEASE: 0 | 9 | DEBTRANSFORM-RELEASE: 0 |
10 | Files: | 10 | Files: |
rpm/lib3270.spec
@@ -46,11 +46,13 @@ BuildRequires: fdupes | @@ -46,11 +46,13 @@ BuildRequires: fdupes | ||
46 | BuildRequires: pkgconfig(openssl) | 46 | BuildRequires: pkgconfig(openssl) |
47 | BuildRequires: pkgconfig(libssl) | 47 | BuildRequires: pkgconfig(libssl) |
48 | BuildRequires: pkgconfig(libcrypto) | 48 | BuildRequires: pkgconfig(libcrypto) |
49 | +BuildRequires: pkgconfig(libcurl) | ||
49 | 50 | ||
50 | %else | 51 | %else |
51 | 52 | ||
52 | BuildRequires: openssl-devel | 53 | BuildRequires: openssl-devel |
53 | BuildRequires: xz | 54 | BuildRequires: xz |
55 | +BuildRequires: libcurl-devel | ||
54 | 56 | ||
55 | %endif | 57 | %endif |
56 | 58 | ||
@@ -119,7 +121,6 @@ make all %{?_smp_mflags} | @@ -119,7 +121,6 @@ make all %{?_smp_mflags} | ||
119 | 121 | ||
120 | %dir %{_datadir}/pw3270 | 122 | %dir %{_datadir}/pw3270 |
121 | 123 | ||
122 | -%{_libdir}/%{name}.so.%{MAJOR_VERSION} | ||
123 | %{_libdir}/%{name}.so.%{MAJOR_VERSION}.%{MINOR_VERSION} | 124 | %{_libdir}/%{name}.so.%{MAJOR_VERSION}.%{MINOR_VERSION} |
124 | 125 | ||
125 | %files devel | 126 | %files devel |