Commit e7c9eef08806d8a22628c6a2216c71c9d1dcb73b

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

Updating windows package.

Showing 1 changed file with 6 additions and 7 deletions   Show diff stats
win/mingw32/mingw32-pw3270-plugin-ipc.spec
@@ -45,10 +45,8 @@ Url: https://portal.softwarepublico.gov.br/social/pw3270/ @@ -45,10 +45,8 @@ Url: https://portal.softwarepublico.gov.br/social/pw3270/
45 Group: System/X11/Terminals 45 Group: System/X11/Terminals
46 BuildRoot: /var/tmp/%{name}-%{version} 46 BuildRoot: /var/tmp/%{name}-%{version}
47 47
48 -Provides: pw3270-plugin-dbus  
49 -Conflicts: otherproviders(pw3270-plugin-dbus)  
50 -  
51 Provides: mingw32-lib3270-ipc-service 48 Provides: mingw32-lib3270-ipc-service
  49 +Conflicts: otherproviders(mingw32-lib3270-ipc-service)
52 50
53 BuildRequires: mingw32-lib3270-devel >= 5.2 51 BuildRequires: mingw32-lib3270-devel >= 5.2
54 BuildRequires: mingw32-libv3270-devel >= 5.2 52 BuildRequires: mingw32-libv3270-devel >= 5.2
@@ -76,7 +74,7 @@ BuildRequires: mingw32(pkg:libv3270) @@ -76,7 +74,7 @@ BuildRequires: mingw32(pkg:libv3270)
76 74
77 %description 75 %description
78 76
79 -PW3270 plugin exporting D-Bus objects for every tn3270 session. 77 +PW3270 IPC plugin.
80 78
81 See more details at https://softwarepublico.gov.br/social/pw3270/ 79 See more details at https://softwarepublico.gov.br/social/pw3270/
82 80
@@ -84,7 +82,9 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ @@ -84,7 +82,9 @@ See more details at https://softwarepublico.gov.br/social/pw3270/
84 82
85 %package -n mingw32-libipc3270-%{MAJOR_VERSION}_%{MINOR_VERSION} 83 %package -n mingw32-libipc3270-%{MAJOR_VERSION}_%{MINOR_VERSION}
86 Summary: IPC Library for pw3270 84 Summary: IPC Library for pw3270
  85 +
87 Recommends: mingw32-lib3270-ipc-service 86 Recommends: mingw32-lib3270-ipc-service
  87 +Provides: mingw32(lib:ipc3270)
88 88
89 %description -n mingw32-libipc3270-%{MAJOR_VERSION}_%{MINOR_VERSION} 89 %description -n mingw32-libipc3270-%{MAJOR_VERSION}_%{MINOR_VERSION}
90 90
@@ -150,9 +150,8 @@ rm -rf $RPM_BUILD_ROOT @@ -150,9 +150,8 @@ rm -rf $RPM_BUILD_ROOT
150 %files -n mingw32-libipc3270-devel 150 %files -n mingw32-libipc3270-devel
151 %defattr(-,root,root) 151 %defattr(-,root,root)
152 %{_mingw32_includedir}/lib3270/ipc.h 152 %{_mingw32_includedir}/lib3270/ipc.h
153 -%{_mingw32_libdir}/libipc3270.a  
154 -%{_mingw32_libdir}/pkgconfig/ipc3270-static.pc  
155 -%{_mingw32_libdir}/pkgconfig/ipc3270.pc 153 +%{_mingw32_libdir}/*.a
  154 +%{_mingw32_libdir}/pkgconfig/*.pc
156 155
157 %changelog 156 %changelog
158 157