Commit b4ece4a79fc0947a443c7461a6fe6e536e822061
1 parent
27862b55
Exists in
master
and in
1 other branch
Updating rpm spec file.
Showing
1 changed file
with
6 additions
and
9 deletions
Show diff stats
rpm/libipc3270.spec
... | ... | @@ -23,9 +23,9 @@ Release: 0 |
23 | 23 | License: LGPL-3.0 |
24 | 24 | Source: %{name}-%{version}.tar.xz |
25 | 25 | |
26 | -Url: https://github.com/PerryWerneck/pw3270-plugin-ipc.git | |
26 | +URL: https://github.com/PerryWerneck/libipc3270 | |
27 | 27 | |
28 | -Group: System/X11/Terminals | |
28 | +Group: System/Libraries | |
29 | 29 | BuildRoot: /var/tmp/%{name}-%{version} |
30 | 30 | |
31 | 31 | BuildRequires: autoconf >= 2.61 |
... | ... | @@ -60,12 +60,11 @@ BuildRequires: python |
60 | 60 | %endif |
61 | 61 | |
62 | 62 | %description |
63 | - | |
64 | 63 | IPC client library for lib3270/pw3270. |
65 | 64 | |
66 | 65 | Designed as framework for language bindings. |
67 | 66 | |
68 | -See more details at https://softwarepublico.gov.br/social/pw3270/ | |
67 | +For more details, see https://github.com/PerryWerneck/libipc3270 . | |
69 | 68 | |
70 | 69 | #---[ Library ]------------------------------------------------------------------------------------------------------- |
71 | 70 | |
... | ... | @@ -83,12 +82,11 @@ Recommends: lib3270-ipc-service |
83 | 82 | %endif |
84 | 83 | |
85 | 84 | %description -n %{name}-%{_libvrs} |
86 | - | |
87 | 85 | IPC client library for lib3270/pw3270. |
88 | 86 | |
89 | 87 | Designed as framework for language bindings. |
90 | 88 | |
91 | -See more details at https://softwarepublico.gov.br/social/pw3270/ | |
89 | +For more details, see https://github.com/PerryWerneck/libipc3270 . | |
92 | 90 | |
93 | 91 | #---[ Development ]--------------------------------------------------------------------------------------------------- |
94 | 92 | |
... | ... | @@ -106,7 +104,7 @@ Requires: lib3270-devel |
106 | 104 | |
107 | 105 | Development files for lib3270/pw3270 IPC client library. |
108 | 106 | |
109 | -Designed as a support tool for language bindings. | |
107 | +For more details, see https://github.com/PerryWerneck/libipc3270 . | |
110 | 108 | |
111 | 109 | #---[ Plugin module for pw3270 main application ]---------------------------------------------------------------------- |
112 | 110 | |
... | ... | @@ -125,8 +123,7 @@ Requires: %{product} >= 5.2 |
125 | 123 | |
126 | 124 | PW3270 plugin exporting D-Bus objects for every tn3270 session. |
127 | 125 | |
128 | -See more details at https://softwarepublico.gov.br/social/pw3270/ | |
129 | - | |
126 | +For more details, see https://github.com/PerryWerneck/libipc3270 . | |
130 | 127 | |
131 | 128 | #---[ Build & Install ]----------------------------------------------------------------------------------------------- |
132 | 129 | ... | ... |