Commit 8ab4edb19fb7d43f99d1b35721be3fb72ab95746
1 parent
1b69ecf8
Exists in
master
and in
1 other branch
Updating rpm package.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
rpm/pw3270-plugin-ipc.spec
... | ... | @@ -44,6 +44,8 @@ BuildRoot: /var/tmp/%{name}-%{version} |
44 | 44 | Provides: pw3270-plugin-dbus |
45 | 45 | Conflicts: otherproviders(pw3270-plugin-dbus) |
46 | 46 | |
47 | +Provides: lib3270-ipc-service | |
48 | + | |
47 | 49 | Requires: pw3270 >= 5.2 |
48 | 50 | |
49 | 51 | BuildRequires: lib3270-devel >= 5.2 |
... | ... | @@ -87,7 +89,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ |
87 | 89 | |
88 | 90 | %package -n libipc3270-%{MAJOR_VERSION}_%{MINOR_VERSION} |
89 | 91 | Summary: IPC Library for pw3270 |
90 | -Recommends: %{name} | |
92 | +Recommends: lib3270-ipc-service | |
91 | 93 | |
92 | 94 | %description -n libipc3270-%{MAJOR_VERSION}_%{MINOR_VERSION} |
93 | 95 | |
... | ... | @@ -98,7 +100,6 @@ Designed as a support tool for language bindings. |
98 | 100 | %package -n libipc3270-devel |
99 | 101 | Summary: Development files for ipc3270 |
100 | 102 | Requires: libipc3270-%{MAJOR_VERSION}_%{MINOR_VERSION} |
101 | -BuildRequires: lib3270-devel >= 5.2 | |
102 | 103 | |
103 | 104 | %description -n libipc3270-devel |
104 | 105 | |
... | ... | @@ -147,7 +148,6 @@ rm -rf $RPM_BUILD_ROOT |
147 | 148 | %files -n libipc3270-devel |
148 | 149 | %defattr(-,root,root) |
149 | 150 | %{_includedir}/lib3270/ipc.h |
150 | -%{_libdir}/libipc3270.a | |
151 | 151 | %{_libdir}/libipc3270.so |
152 | 152 | |
153 | 153 | %pre -n libipc3270-%{MAJOR_VERSION}_%{MINOR_VERSION} | ... | ... |