Commit ee183bdd9270d558d6bf54d36394a2d30300326a

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

Updating spec file.

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
rpm/libipc3270.spec
@@ -94,6 +94,12 @@ For more details, see https://github.com/PerryWerneck/libipc3270 . @@ -94,6 +94,12 @@ For more details, see https://github.com/PerryWerneck/libipc3270 .
94 Summary: Development files for %{name} 94 Summary: Development files for %{name}
95 Requires: %{name}-%{_libvrs} = %{version} 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 +
97 %description -n libipc3270-devel 103 %description -n libipc3270-devel
98 104
99 Development files for lib3270/pw3270 IPC client library. 105 Development files for lib3270/pw3270 IPC client library.