Commit b8149472ead5c4bfc138992b0b9c3e8e4b6a9ce1
1 parent
e41ac5fb
Exists in
master
and in
2 other branches
Updating package control files.
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
rpm/_service
... | ... | @@ -11,8 +11,7 @@ |
11 | 11 | |
12 | 12 | <!-- https://github.com/openSUSE/obs-service-extract_file --> |
13 | 13 | |
14 | - <!-- | |
15 | - <service name="extract_file"> | |
14 | + <service name="extract_file"> | |
16 | 15 | <param name="archive">*.tar</param> |
17 | 16 | <param name="files">*/rpm/lib3270.spec</param> |
18 | 17 | </service> |
... | ... | @@ -68,7 +67,6 @@ |
68 | 67 | <param name="files">*/debian/postrm</param> |
69 | 68 | <param name="outfilename">debian.postrm</param> |
70 | 69 | </service> |
71 | - --> | |
72 | 70 | |
73 | 71 | <service name="recompress"> |
74 | 72 | <param name="file">*.tar</param> | ... | ... |
rpm/lib3270.spec
... | ... | @@ -21,6 +21,7 @@ Name: lib3270 |
21 | 21 | Version: 5.3 |
22 | 22 | Release: 0 |
23 | 23 | Summary: TN3270 Access library |
24 | +Group: Development/Libraries/C and C++ | |
24 | 25 | License: LGPL-3.0-only |
25 | 26 | URL: https://github.com/PerryWerneck/lib3270 |
26 | 27 | Source: %{name}-%{version}.tar.xz |
... | ... | @@ -55,6 +56,7 @@ For more details, see https://softwarepublico.gov.br/social/pw3270/ . |
55 | 56 | |
56 | 57 | %package -n %{name}-%{_libvrs} |
57 | 58 | Summary: TN3270 Access library |
59 | +Group: Development/Libraries/C and C++ | |
58 | 60 | |
59 | 61 | %description -n %{name}-%{_libvrs} |
60 | 62 | TN3270 access library, originally designed as part of the pw3270 application. |
... | ... | @@ -64,6 +66,7 @@ For more details, see https://softwarepublico.gov.br/social/pw3270/ . |
64 | 66 | %package devel |
65 | 67 | Summary: TN3270 Access library development files |
66 | 68 | Requires: %{name}-%{_libvrs} = %{version} |
69 | +Group: Development/Libraries/C and C++ | |
67 | 70 | |
68 | 71 | %description devel |
69 | 72 | Header files for the TN3270 access library. | ... | ... |