Commit d13cf4e05e699f25e805fbaf4aac08cc837a9306
1 parent
7b9ebef5
Exists in
master
and in
1 other branch
Removing fixed dependency on devel package.
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
rpm/libv3270.spec
... | ... | @@ -83,15 +83,8 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ |
83 | 83 | |
84 | 84 | Summary: Header files for the 3270 Virtual Terminal library |
85 | 85 | Group: Development/Libraries/C and C++ |
86 | - | |
87 | 86 | Requires: %{name}-%{_libvrs} = %{version} |
88 | 87 | |
89 | -%if 0%{?fedora} || 0%{?suse_version} > 1200 | |
90 | -Requires: pkgconfig(lib3270) | |
91 | -%else | |
92 | -Requires: lib3270-devel | |
93 | -%endif | |
94 | - | |
95 | 88 | %description devel |
96 | 89 | GTK development files for the 3270 Virtual Terminal. |
97 | 90 | ... | ... |