Commit f4b7f4e8a4213b71ce332fea9c614e950b28ba92

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

Fixing problems reported on OBS request 735904 comments (reported on

libv3270 but they applies here too).
client/sdk/ipc3270-static.pc.in
... ... @@ -8,6 +8,7 @@ product_name=@PRODUCT_NAME@
8 8 Name: @PACKAGE_NAME@-static
9 9 Description: @PACKAGE_DESCRIPTION@ (static library)
10 10 Version: @PACKAGE_VERSION@
  11 +Requires: lib3270
11 12 Libs: -lipc3270.static @LIBS@ @LIB3270_LIBS@ @DBUS_LIBS@ @LIBICONV@ @INTL_LIBS@
12 13 Cflags: -I@includedir@
13 14  
... ...
client/sdk/ipc3270.pc.in
... ... @@ -8,6 +8,7 @@ product_name=@PRODUCT_NAME@
8 8 Name: @PACKAGE_NAME@
9 9 Description: @PACKAGE_DESCRIPTION@
10 10 Version: @PACKAGE_VERSION@
  11 +Requires: lib3270
11 12 Libs: -lipc3270
12 13 Libs.private: @LIBS@ @LIBICONV@ @INTL_LIBS@ @LIB3270_LIBS@ @DBUS_LIBS@
13 14 Cflags: -I@includedir@
... ...
rpm/libipc3270.spec
... ... @@ -94,12 +94,6 @@ For more details, see https://github.com/PerryWerneck/libipc3270 .
94 94 Summary: Development files for %{name}
95 95 Requires: %{name}-%{_libvrs} = %{version}
96 96  
97   -%if 0%{?fedora} || 0%{?suse_version} > 1200
98   -Requires: pkgconfig(lib3270)
99   -%else
100   -Requires: lib3270-devel
101   -%endif
102   -
103 97 %description -n libipc3270-devel
104 98  
105 99 Development files for lib3270/pw3270 IPC client library.
... ...